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

Using Insert and Delete icons in table control wizard.

Former Member
0 Likes
1,777

Can anyone tell me how to perform a new row insertion or deletion in a table created using the table control wizard.

I see there is a form fcode_insert_row and fcode_delete_row, but dont know how to call them and what parameters to pass and all.

Since iam new to SAP-ABAP, some code samples will be a great help.

Thanks to all in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
924

Hi Lavanya ,

You have to add the icons personally in the table control.. . Put fcode for addition button as INSE and delete as DELE ..coding will be already thr in the wizard no need to anything just add icons in the table control by selecting from f4 help on icons option of screen.

Thanks,

Vishnu .

Read only

Former Member
0 Likes
924

Addtion of icon you can do by double clicking the table control area a screen window opens towards your right now select icon name by clicking the small button next to the field icon name ...then give the INSE and DELE in Fct Code field Thats it..

Thx,

Vishnu .