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

Data Input from table control

Former Member
0 Likes
460

HI All Gurus,

Please help me in getting the data input form the table control to program variables.

How can i do that please tell.

Regards

Rahul Jain

3 REPLIES 3
Read only

Former Member
0 Likes
442

Hi,

welcome to SDN

check the link,

http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm

Hope it will help you.

Regards,

Anirban

Read only

Former Member
0 Likes
442

Hi,

If internal table name is same in both screen painter(table control) and in the program then the values will automatically come into the internal table in the program with out programming.

Otherwise we have programtically transfer the values.

In the PAI event.

Hope it is useful.

Regards

Manjari.

Read only

Former Member
0 Likes
442

thanks gurus for your help i got the clue to crack it.