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 Selection change trigger PAI

Former Member
0 Likes
510

Hi all,

I have a table control and I need that when user change selection on table, the PAI is triggered (so that I can recognize the new line selected and change some data in dynpro); actually only with some other action (like pushing a button) trigger the PAI.

Is it possible to bind the selection change to an event?

regards

Gabriele

2 REPLIES 2
Read only

Former Member
0 Likes
444

In the GUI status -> Function keys-> assign value PICK to F2 key and check for ok_code = 'PICK'

I guess this should help.

-Regards,

Rahul Prasad.

Read only

Former Member
0 Likes
444

after search I found it's not possible