cancel
Showing results for 
Search instead for 
Did you mean: 

Sap SCRIPT

Former Member
0 Kudos

Hi Experts,

Can any one give the solution for the below.

I have created a Script.

'While taking Print the first <b>PRINT OUT</b> should be normal (as Print Preview).

In Second Print Out Extra text should be added on first page i.e. Duplicate or Copy Script. That means Second Print Out should be <b>Duplicate</b> to the first.'

Please give solutions for this.

Thanking you,

Renuka.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hii renuka

if u want to print in the second page its possible

IF &PAGE& EQ '1 '.

INCLUDE &'Copy' or 'duplicate'&

ENDIF.

but if u want to print in 2nd printout i dont think it is possible

generally if u have a pre-printed format where we have original then carbon paper then duplicate so that when u give printout with one print ur getting original as well as duplicate

regards

Jaipal

Former Member
0 Kudos

Hi,

If the requirement is only to add the extra text, u can check the page no:

/: IF &PAGE& NE 1

  • Copy

/: ENDIF

Regards,

KK

Former Member
0 Kudos

I am not asking about pages in SCRIPT.I am asking about PrintOuts.

The First Print Out differs from Second Print Out. Please give answer in this way.

Former Member
0 Kudos

hiii

ru printing on pre-defined format provided by the company

regards

Jaipal