cancel
Showing results for 
Search instead for 
Did you mean: 

How to Skip First Page in SAPSCRIPT......

Former Member
0 Kudos

Hi....

I have a scenario where in I use the same form to output both PRINT and FAX.

There is a cover page for FAX.

I need an option to print the cover page if FAX option is selected, and SKIP the cover page if PRINT option is selected, and print starting from the second page for this case.

Can anyone suggest me how this could be handled....I could not think of using NEW-PAGE since COVER page is the first page and GO TO PAGE since this could be used in smartform and not script, may be....

Thanks in advance,

RAVI.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your input.

I am using the standard driver program for PO output and I cannot change it.

Is there any way to do this within the script???

Thanks,

RAVI.

Former Member
0 Kudos

There is a very simple way to do this Maru,

in the output_options structure u pass to the script 'open form'

set the tdpageslct = '2-'

Printing will start from the second page onwards,

Voila

Nehal.

Former Member
0 Kudos

Correction.

the structure (itcpo) is for the 'options' parameter not 'output_options'