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: 

Double Click

sastry_gunturi
Active Participant
0 Kudos

In my Screen 100...I have a table control... the data in which is stored by the values entered in the screen 200.

If any one double clicks any row.... i should go to the screen 200 with all values populated.

How would i do this........

3 REPLIES 3

Former Member
0 Kudos

When you double click, your sy-ucomm will be 'PICK'

handle this in your PAI event.

former_member235056
Active Contributor
0 Kudos

Dear friend,

U can do this using call event handler method on double click.U ca even try for sy-ucomm such that on 'PICK' command it will leave to screen 200 with 'SAVE' code moved to 200 in 100 screen itself.

<b><REMOVED BY MODERATOR></b>

regards,

Ameet

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi karthik,

u can use sy-ucomm 'PICK', call screen, read table and set values...

Regards

Allan Cristian