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 row editable

Former Member
0 Likes
449

Hi All,

I made a table control and displaying data as well but problem is that i have one pushbutton named EDIT and i want if i select 1 row of that table control and press edit button then it shoud come in editable mode and after editing when user press the save button then it should save the data in table.

can anyone please help me?

regards.

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
416

inside the LOOP AT your table in table control you put a LOOP AT SCREEN

then for each entry in SCREEN you set INPUT field according to your needs

3 REPLIES 3
Read only

franois_henrotte
Active Contributor
0 Likes
417

inside the LOOP AT your table in table control you put a LOOP AT SCREEN

then for each entry in SCREEN you set INPUT field according to your needs

Read only

jyotheswar_p2
Active Participant
0 Likes
416

Hi

In the PAI of that screen you have to handle the user command.

Case Sy-ucomm.

when 'SAVE'.

  • based on the conditions

Modify <Target DB name> form <Source Work area or internal table>.

End case.

Thanks & Regards

Jyo

Read only

Former Member
0 Likes
416

HI Dada,

Please check the Below thread.

Feel free incase need further Help

Cheerz

Ram