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

Dear Guru

I want to know 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.

Thanks & regards

Saifur Rahaman

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Saifur Rahaman,

goto se80 then click find program,

next u want any name of the program enter as,

Attribute type as find Module pool click it.

next u want any package and save and activate.

program name with create screen with any number then

click layout and u want any object and save , actived.

click flow logic , four types as PBO and PAI and POV, POH.

PBO---> Trigger is before screen.

its applied for display screen and inactive or no display screen only

PAI--->Trigger is after screen

when u want button then its processed.

POV--> Value requested for F4.

POH-->Help requested for F1.

Reward if useful,

S.Suresh.

2 REPLIES 2

GauthamV
Active Contributor
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.

Former Member
0 Kudos

hi Saifur Rahaman,

goto se80 then click find program,

next u want any name of the program enter as,

Attribute type as find Module pool click it.

next u want any package and save and activate.

program name with create screen with any number then

click layout and u want any object and save , actived.

click flow logic , four types as PBO and PAI and POV, POH.

PBO---> Trigger is before screen.

its applied for display screen and inactive or no display screen only

PAI--->Trigger is after screen

when u want button then its processed.

POV--> Value requested for F4.

POH-->Help requested for F1.

Reward if useful,

S.Suresh.