cancel
Showing results for 
Search instead for 
Did you mean: 

Printing the Current Page of a Sapscript report

Former Member
0 Kudos

Hi,

I need to be able to print the current page of a sapscript report.

For example, if the report has 7 pages and the user navigates to page 5,

the user should be able to print the current Page(5).,

How can I do this?

Thanks,

Miguel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

use system variable "stsy-formapage"

Answers (1)

Answers (1)

Former Member
0 Kudos

hai,

while passing print parameters pass the value for field TDPAGESLCT .. so that u can get the select page for printing.

in f.m --> open_form

export parameters

options like itcpo....

pass itcpo-TDPAGESLCT = '<pass the value here>'.

shan.