Application Development 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: 

getting table control field value dynamicaly at runtime

Former Member
0 Kudos
87

Hello Evry one,

I waant to get table control field values in transaction(MD61) when ever i enter values on tht table control screen. and dynamic action is possible and h to do?

2 REPLIES 2

Former Member
0 Kudos
57

hi,

For capturing values during runtime u need to find an exit where there is an exporting structure which will be holding all the values u have entered.

Reward points if helpful,

regards,

Sumanjeet.

former_member223537
Active Contributor
0 Kudos
57

Hi Martin,

Once user enters the value in table control, he needs to click some button(so that an event is generated).

Handle the event in the PAI of your screen for the required OK Code & use CALL transaction MD61 by passing the value using SET PARAMETER ID or by populating the screen field.

Best regards,

Prashant