Register Login

Add a New Line or Row in the ALV Grid Display

Updated May 18, 2018

How to add a line or row in the alv grid display on user clicking the button create new employee?

Ans

Use event DATA_CHANGED / CHECK_DATA_CHANGED for it.

And after validation of the content of the workarea you can write statement like below which will insert particular record into ZTable.

INSERT WA_ITAB into ZTABLE.


×