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

module pool programming

Former Member
0 Likes
382

hi,

in module pool programming can u plz tell me how to call a screen by clicking on a field in a record which is in a table control like interactive report.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
358

Look at thread

Regards

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
359

Look at thread

Regards

Read only

Former Member
0 Likes
358

Hi Krishna,

goto the screen what you had developed and then double click on the field and you can see the attributes of the field in that, click on the tab Display, in that you can find a check box with Description RESPONDS TO DOUBLE-CLICK , checkt he check the box and activate it .

in the PF-status which you are creating for the screen, click on the function keys

menu bar , then in the 'Recommended function key settings for the KEY F2 give the function code as 'PICK'.

in the PAI event , for the module user command write the following code

CASE sy-ucomm.

WHEN 'PICK'.

call screen '1001'..

ENDCASE.

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

Regards,

Phani.

Message was edited by:

Alvaro Tejada Galindo