‎2009 Oct 27 8:13 PM
Hi ,
I need the INSERT and DELETE options code in table contol (Module Pool Programming).
Could you please let me know the code and how to use the options INSERT and DELETE.
Thank you very much advance....
Have a good day....
‎2009 Oct 27 8:46 PM
insert means adding a blank line to itab... (itab is the table you are using for table control)
i.e
append initial line to itab.
or
clear wa.
insert wa into itab,
deletion means removing that entry from itab..
use delete itab keyword..
for more help
search from now on..
‎2009 Oct 29 1:07 PM
‎2010 Jan 13 4:27 PM