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

Inserting values into table control

Akshayvjd0722
Explorer
0 Likes
1,186

Hi guys

Created a table control..displayed table data in that table control..now i need to enter data in the table control it needs to be saved in the master table.

But while entering values in the field it gets disappearing after pressing enter or any..how to solve this?

Please help

Thanks in advance

3 REPLIES 3
Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
1,126

Hello akshayvjd07

Implementing table controls correctly might get tricky. That's why I like to use table control wizard in SAP Screen Painter:

Try it, just answer couple simple questions and SAP will generate the table control along with all necessary code for you.

Best regards

Dominik Tylczynski

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,126

No issue at my side. Please provide the code if you can't debug by yourself.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,126

Check your code in PBO/PAI, look at the LOOP [WITH CONTROL] - How do you transfer data from program to dynpro in PBO and from dynpro to program in PAI, apparently you missed one of the two treatments.

(Look at sample reports as RSDEMO02 or review your Abap course materials)