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

SAPScript: Structure with the current print page during printing?

Former Member
0 Likes
330

Hello,

ist the a structure which is filled with current infomation about the printed SAPScript form. For example can I get the current printpage during printing the form? Thanks.

Regards. Lars.

Hello,

ist the a structure which is filled with current infomation about the printed SAPScript form. For example can I get the current printpage during printing the form? Thanks.

Regards. Lars.

1 REPLY 1
Read only

Former Member
0 Likes
313

You can use directly <b>&PAGE&</b>.

This will print the current page number.