cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insert data using table control ( ABAP )

JohnHeinder
Newcomer
0 Kudos
548

Guys I desperately need your help.  I have a table control ( Using wizard) to input data to a custom table and some functions similar to vba1. 

The thing is I execute the module pool enter data but It wont work 

JohnHeinder_0-1721410125519.png

I have to click on the insert row button 

JohnHeinder_1-1721410435148.png

But I want to be able to enter data directly. I want it to be like similar to table control in vba1. it is for scrap sale. I am new to abap. so help guys. 

ABAP Development SAP Community 

Accepted Solutions (0)

Answers (2)

Answers (2)

r_lindemann
Explorer
0 Kudos

If you have control over the table content before you display it, at initialization you could pre-fill it with empty lines. At the time of saving, you just save those lines where the user input data, and discard the empty ones.

jakob_steen-petersen
Contributor
0 Kudos

I am not quite sure what your actual question is. But it seems like you are trying to do something that could be solved by a Table Maintenance (tcode SE54)?

raga1234
Explorer
0 Kudos

What I understood is when you press enter the other line items are greyed out and you have to press the insert button to add a new line item. If this is the issue then You have to tweak PBO and PAI modules and check.