Application Development 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: 

How to create a module pool program?

Former Member
0 Kudos

Hi friends can i know how to create a module pool program from se80 step by step. I want to know the steps where i will get the four includes like form routines, PAI, PBO, and global data please its very urgent.

I know like go to se80 click on program give the name of module pool program but i am getting only one include...

Thks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

1. goto SE80 , Create a program, program type Module pool.

2. Right click on that program name, now create a SCREEN,

it wil ask for a screen no & description. Then in the application tool bar, click on LAYOUT. Design the screen as per the requirement. save & activate. then come back.

*3. Now in the left pane, d.click on the screen, it will display its

PAI , PBO modules.

 

PROCESS BEFORE OUTPUT.
 MODULE STATUS_9000.

PROCESS AFTER INPUT.
  MODULE USER_COMMAND_9000.  

reply back

With Rgds,

S.Barani

3 REPLIES 3

Former Member
0 Kudos

Hi,

PAI and PBO module will come once you create a screen.

refer this link :

[http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm]

[http://www.thespot4sap.com/Articles/SAP_Design_Dynpro.asp]

Reward if helpful.

regards

Sourabh

Former Member
0 Kudos

Hi,

1. goto SE80 , Create a program, program type Module pool.

2. Right click on that program name, now create a SCREEN,

it wil ask for a screen no & description. Then in the application tool bar, click on LAYOUT. Design the screen as per the requirement. save & activate. then come back.

*3. Now in the left pane, d.click on the screen, it will display its

PAI , PBO modules.

 

PROCESS BEFORE OUTPUT.
 MODULE STATUS_9000.

PROCESS AFTER INPUT.
  MODULE USER_COMMAND_9000.  

reply back

With Rgds,

S.Barani