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

getting table control field value dynamicaly at runtime

Former Member
0 Likes
373

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
Read only

Former Member
0 Likes
343

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.

Read only

Former Member
0 Likes
343

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