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 PAI modules in Module pool programming

Former Member
0 Likes
2,660

hi all.

here the problem that iam getting is i have created two different screens and based on first screen data input the control will go to the sceond screen and will display data.

here the problem is i have created 5 PAI Modules in se80 by just right clicking on PAI Modules and create.

after all these i couldnt get contlol to the created pai modules when iam putting the break point inside one of the pai module.

can any body help me in this.

regards.

Varma.

6 REPLIES 6
Read only

Former Member
0 Likes
1,265

Dear varma,

what is the purpose to create 5 PAI module and what u write in each PAI with out writing any thing that if u keep break point it doesn't go PAI.

can u tel what is the exact requirement than only any one help u.

Thanks

Surendra P

Read only

Former Member
0 Likes
1,265

hi ,

whatever changes you want to reflect on the second screen , define in the PBO of the second screen values comes from the first screen PAI .

why r u defining the 5 PAI module?

May be control not go to that PAI module in which you put the breakpoint.

Regards

Gaurav

Read only

Former Member
0 Likes
1,265

Hi varmasap

Create only 1 PAI Module and then display the data in PBO event of next screen.

Read only

Former Member
0 Likes
1,265

HI Varma,

In SE80 just expand the Screen and double click the screen number. Now you can see FLOW LOGIC.

In PROCESS AFTER INPUT(PAI)

you need write your module.

PROCESS AFTER INPUT.

MODULE check.

in double click on Check and the system will pop up and follow procedure.

If you directly create in by right click the system can not assign them to Flow logic of a Screen.

Hope this is clear to you.

Cheerz

Ram

Read only

Former Member
0 Likes
1,265

hi,

actually according to your requirement there is no need to create the 5 PAI

u can display the data in the PBO of the next screen.

and according to the conditions fetch the data in PAI of the first screen.

hope it helps you.

Read only

Former Member
0 Likes
1,265

Hi Varma,

if u got the solution please close the thread

if u have 2 screens and each screen have one PAI and one PBO

if suppose in first screen u have *EMPNO* and *EMPNAME* and the screen name also same as *EMPNO* and *EMPNAME*

and in second screen have 2 fields like *SALARY* and *DEPT* ,
u need now the values from first screen to second screen jus pass the value with the screen name which u mentioned for the fields to second screen fields it takes the values from first screen to second screen.

Thanks

Surendra P