‎2008 Aug 21 10:31 AM
Hi experts,
I want to create a transaction with several screens. So I created a transaction in se93 and the screens in se51. But I do not know much about the flow logic between the screens.(input, ouput, call screen, etc) Can anyone give me a programme example with which I could reach to create my own programme?
Thanks a lot!
Edited by: wuyia nata on Aug 21, 2008 11:31 AM
‎2008 Aug 21 10:46 AM
hi,
Flow logic is a communication between ur screen and ur program.
Actually there are 4 events of Module pool programming-
PBO- Process Before Output
PAI - Process After Input.
POV- Process On value request
POH -Process On Help.
Mostly first 2 are used.
when u want that Something needs to be happen before the screen is loaded then write that logic in PBO.
If sthg needs to be happen after the user clicks on some pushbutton write the logic in PAI.
Hope this will help u.
Regards,
Aleem.
‎2008 Aug 21 10:33 AM
‎2008 Aug 21 10:35 AM
instead it go to in se80 and do your module programming for your requirment...
it will be to go with the flow and transaction.
with regards
pardeep sharma
‎2008 Aug 21 10:36 AM
‎2008 Aug 21 10:45 AM
‎2008 Aug 21 10:46 AM
hi,
Flow logic is a communication between ur screen and ur program.
Actually there are 4 events of Module pool programming-
PBO- Process Before Output
PAI - Process After Input.
POV- Process On value request
POH -Process On Help.
Mostly first 2 are used.
when u want that Something needs to be happen before the screen is loaded then write that logic in PBO.
If sthg needs to be happen after the user clicks on some pushbutton write the logic in PAI.
Hope this will help u.
Regards,
Aleem.
‎2008 Aug 21 10:59 AM
Hi,
I guess this will help you out,
http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ce935c111d1829f0000e829fbfe/content.htm