0% found this document useful (0 votes)
20 views3 pages

TABLECONTROL

The document discusses updating data in a table control from an internal table by looping through the table control fields and assigning values from the internal table to the corresponding fields to update the data in the table control.

Uploaded by

anusha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views3 pages

TABLECONTROL

The document discusses updating data in a table control from an internal table by looping through the table control fields and assigning values from the internal table to the corresponding fields to update the data in the table control.

Uploaded by

anusha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

SELECT DISPLAY you will get all the data from internal table(IT_EKKO) to tablecontrol

Now I WANT TO UPDATE DATA OF TABLECONTROL

HERE I WANT TO UPDATE THE DATE AND SELECT UPDATE NOW THE DATA HAVE

TO FLOW FROM TABLECONTROL FIELDS TO PROGRAM.This job is done by second

LOOP UNDER PAI(LOOP AT IT_EKKO.

ENDLOOP.)
HERE FIELD ZMACAT-EBELN WILL BE HAVING PONUMBER(FROM TABLECONTROL)

FIELD ZMACAT-BUKRS WILL BE HAVING BUKRS VALUE(FROM TABLECONTROL) AND SO ON..

You might also like