Application Development 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: 

calling page explicitly in sapscript

Former Member
0 Kudos

Dear ALL,

In sapscript i am having total 6 pages.

After first page i want to call pages based on conditions. i.e. if condition = a i has to call 4th page and if condition = b i has to call 6th page etc.

how can i explicitly call a page in sapscript.

Regards,

Karthik

1 REPLY 1

Former Member
0 Kudos

hello,

Try this command

/: NEW-PAGE <pagename>

Check this link too

http://wiki.sdn.sap.com/wiki/display/ABAP/SAPscript#SAPscript-HowcanItriggernewpageinSAPscripts%3F

Best regards,

swanand