- This topic is empty.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Arthur Wang Digital Blog
Home › Forums › ABAP Programming › Print Only One Page on SAPScript
Tagged: SAPScript
How can you control an object to be printed only on one page in SAPScript?
—
We have to write the following code:
If &PAGE& eq ‘1’.
&LOGO&
ENDIF
In this case the LOGO will print only on first page