Hello Srikant Jain.
* INTO TABLE statement overwrites the internal table data every time you press ENTER.
* In the form DISP_DATA, you write:
if IT_FINAL[] is not initial.
SELECT MANDT FIELD1 FIELD2 FROM ZTABLE
INTO TABLE IT_FINAL.
endif.
Regards.
Hello Srikant Jain.
* INTO TABLE statement overwrites the internal table data every time you press ENTER.
* In the form DISP_DATA, you write:
if IT_FINAL[] is not initial.
SELECT MANDT FIELD1 FIELD2 FROM ZTABLE
INTO TABLE IT_FINAL.
endif.
Regards.