Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table control in Module pool

Former Member
0 Likes
421

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....

3 REPLIES 3
Read only

Former Member
0 Likes
392

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..

Read only

Former Member
Read only

Former Member
0 Likes
392

problem is solved