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

Creating screen with class report

Former Member
0 Likes
796

I have created a class report/program.

How do I create a screen for it?

1 ACCEPTED SOLUTION
Read only

ronaldo_aparecido
Contributor
0 Likes
700

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.

5 REPLIES 5
Read only

ronaldo_aparecido
Contributor
0 Likes
701

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.

Read only

0 Likes
700

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.

Read only

0 Likes
700

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.

Read only

0 Likes
700

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.

Read only

0 Likes
700

Thank you, very much.