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

screen painter programme

Former Member
0 Likes
648

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

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.

6 REPLIES 6
Read only

bpawanchand
Active Contributor
0 Likes
623

HI

Regards

Pavan

Read only

Former Member
0 Likes
623

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

Read only

Former Member
0 Likes
623

Hi ,

U can check the program with demo_dynpro*

Read only

Former Member
0 Likes
623

Hi,

Check this link-

/thread/998696 [original link is broken]

Read only

Former Member
0 Likes
624

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.

Read only

Former Member