MODULE POOL 2 Working With Double Click Event in Module Pool Programming
MODULE POOL 2 Working With Double Click Event in Module Pool Programming
Programming
By Jayshree Santosh Mahajan, Cognizant
Here are steps on how to link the “Respond to double click” to text and I/O field in module pool
programming.
Steps:
1. Create sample module pool program with the desired fields on the screen. Let’s say we have created
below screen.
2. Now enter any material number in the I/O field and double click, it will navigate to the transaction
MM03 and when you double click on text “Go to table MARA”, it will navigate to transaction code
SE16 with the table name MARA.
3. Double click on I/O field for material (IO_MATNR), attribute window will appear. Check the check box
“Respond to double click” as below under the tab “Display”.
4. Similarly do this for the text “Go to table MARA” (TXT_MATNR).
5. Define two global variables IO_MATNR and TXT_MATNR as below.
6. Create the GUI status.
...Previous
Output:
In this way we can link the Respond to double click to the screen elements.