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

module pool program

Former Member
0 Likes
936

hi experts,

can i write if, endif statements in pbo?plz explain abt pbo, pai wat statements we use under pbo, pai? plz

7 REPLIES 7
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
912

You can use IF...ENDIF within the modules of the PBO and PAI, not with the screen flow logic.

Regards

RIch Heilman

Read only

0 Likes
912

The screen keywords are on the bottom of this page.

http://help.sap.com/saphelp_nw2004s/helpdata/en/47/e07f622b9911d2954f0000e8353423/frameset.htm

Regards,

Rich Heilman

Read only

Former Member
0 Likes
912

hi,

Yes ... but within modules only ..

Regards,

Santosh

Read only

former_member491305
Active Contributor
0 Likes
912

Hi Murali,

You can not use any conditional operators in the flow logic of screen.

We can only call the modules based on various events like <b>on input,on request,...</b>etc.

Read only

Former Member
0 Likes
912

Hi,

You cant use IF in the Flow Logic.

the Following can however be used.

Loop at table Control

FIELD

CHAIN.. etc

Regards,

Gaurav

Read only

Former Member
0 Likes
912

HI

Try to write IF ... ENDIF with in a Module. then only it will work. U cannot create in Flowlogic.

Need ur reward points if its useful.

Regards

Ravi

Read only

Former Member
0 Likes
912

Hi Murali,

You can not use any conditional operators in the flow logic of screen

like IF...ELSE etc.

but they can be used within the modules...

Regards.

Venkat Raman Singh