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

At Selection Screen in Module Pool

Former Member
0 Likes
283

Hi,

I am doing an Module pool which has 2 screens.

First screen has a table control.

When user double clicks any record in the table control I have to process further with value of the clicked record.

Can anyone let me know how the At Line Selection works in Module pool.

Thanks & Regards,

Sandeep

1 REPLY 1
Read only

Former Member
0 Likes
261

hi

u have to make field of table control <b>respond to double click</b> in attributes of that field.

make one button 'PICK' and assign recommended key 'F2' in GUI Status (Its Compulsary to give 'F2')

now in User_command of PAI

case sy-ucomm.

when 'PICK'.

...

.......

endcase.

Message was edited by:

Dhwani shah