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

Double Click

SG141
Active Participant
0 Likes
497

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

Former Member
0 Likes
463

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

handle this in your PAI event.

Read only

Former Member
0 Likes
463

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

Read only

Former Member
0 Likes
463

Hi karthik,

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

Regards

Allan Cristian