‎2007 Sep 14 1:26 PM
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.
‎2007 Sep 14 1:33 PM
‎2007 Sep 14 1:33 PM
‎2007 Sep 14 2:51 PM
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