‎2010 Apr 14 1:57 PM
Hi gurus,
I have created a executable program to use selection-screen and want to see my output in module pool program where I have designed table control according to my requirement.
How can I call the module-pool program screen from an executable program?
Any help?
Regards
Mac
‎2010 Apr 14 2:08 PM
‎2010 Apr 14 2:08 PM
‎2010 Apr 14 2:20 PM
Hi Mohan,
You have to use Call Transaction statement.
for data transfer from report to module pool program you have to mention parameter ids for the screen elements. These parameter ids should be set before call Tarnsaction statement. I think this information is helpful for you.
Regards,
Raghava Channooru.
‎2010 Apr 15 4:09 AM
Hi Mac,
I think you can proceed with a report program alone . There you create a screen with the table control to populate your result.
In the report program, after getting values for internal table for your display, just call the said screen.
i.e.
CALL SCREEN <screen number>.
Hope this may help you.
Regards,
Smart Varghese
‎2010 Apr 15 4:51 AM
Hi Mohan,
First EXPORT values from your report to Module pool program and then use
CALL TRANSACTION in the report. Next IMPORT the values from report and based on the values
display the output.
Regards,
Sriram.
‎2010 Apr 15 6:54 AM
Hi,
Please use call screen <Screen Number> after START-OF-SELECTION. Then you program will be executing similar to the module pool program.
Thanks,
Suresh Babu Dorai