‎2007 Jun 01 3:25 PM
hi experts,
can i write if, endif statements in pbo?plz explain abt pbo, pai wat statements we use under pbo, pai? plz
‎2007 Jun 01 3:27 PM
‎2007 Jun 01 3:28 PM
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
‎2007 Jun 01 3:28 PM
‎2007 Jun 01 3:31 PM
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.
‎2007 Jun 01 3:34 PM
Hi,
You cant use IF in the Flow Logic.
the Following can however be used.
Loop at table Control
FIELD
CHAIN.. etc
Regards,
Gaurav
‎2007 Jun 01 3:35 PM
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
‎2008 Feb 07 1:07 PM
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