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

from table control to internal table

Former Member
0 Likes
405

I would like to know if i can have an editable table control. the table control is empty at first. i have to enter the values in the table control. now i have a button called save. when i press the save button, the fields that i have entered in the table table control must be filled into the internal table . Kindly help me. Deadline is close.

Moderator Message: Please search for the available information before posting.

Message was edited by: Kesavadas Thekkillath

I would like to know if i can have an editable table control. the table control is empty at first. i have to enter the values in the table control. now i have a button called save. when i press the save button, the fields that i have entered in the table table control must be filled into the internal table . Kindly help me. Deadline is close.

Moderator Message: Please search for the available information before posting.

Message was edited by: Kesavadas Thekkillath

2 REPLIES 2
Read only

vinoth_aruldass
Contributor
0 Likes
379

hi,

if your editable table control is properly liked with your code it will be already in the internal table when you edit itself.

please refer the link.

http://help.sap.com/saphelp_45b/helpdata/en/d1/801bdf454211d189710000e8322d00/content.htm

hope it helps,

vinoth

Read only

0 Likes
379

my internal table is empty and so is the table control. i have to enter values in the internal table via the table control.