‎2014 Mar 12 1:56 AM
I have created a class report/program.
How do I create a screen for it?
‎2014 Mar 12 2:04 AM
Hi Megan
You can see this class report /program in SE80 transaction?
Because ,if you see in se80 this object ,you can try left click mouse in object and click in option NEW and click in screen .
If you not can ,please send a image of object that you created.
Thanks.
‎2014 Mar 12 2:04 AM
Hi Megan
You can see this class report /program in SE80 transaction?
Because ,if you see in se80 this object ,you can try left click mouse in object and click in option NEW and click in screen .
If you not can ,please send a image of object that you created.
Thanks.
‎2014 Mar 12 2:50 AM
Yes I created the screen but I just cant figure out how to write the code for the PAI.
I have managed to insert my parameters. but now I dont know how to get the screen to call them up because they are not in the ABAP dictionary.
‎2014 Mar 12 2:10 PM
Hi Megan.
If you created the screen and insert you parameters now you have:
1- Left click mouse in Program in Se80 and click new -->Pai and create.
2-Left click mouse in Program in Se80 and click new -->Pbo and create.
Now click in screen to See the pbo and PAI
Example.
PROCESS BEFORE OUTPUT.
MODULE STATUS_9000.
PROCESS AFTER INPUT.
MODULE USER_COMMAND_9000.
‎2014 Mar 12 2:20 PM
Please study this links they are good to basics programs module pool.
MODULE POOL PROGRAMMING - Web Dynpro ABAP - SCN Wiki
Abap Tutorial: Module Pool Programming
If you need help .please call me.
‎2014 Mar 12 6:11 PM