‎2010 Jan 18 6:57 AM
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.
‎2010 Jan 18 7:01 AM
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
‎2010 Jan 18 7:08 AM
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
‎2010 Jan 18 7:09 AM
Hi varmasap
Create only 1 PAI Module and then display the data in PBO event of next screen.
‎2010 Jan 18 7:26 AM
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
‎2010 Jan 18 9:28 AM
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.
‎2010 Jan 19 6:58 AM
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