cancel
Showing results for 
Search instead for 
Did you mean: 

Print in duplicate or triplicate invoice SAP B1

daniel_cunha1
Participant
0 Kudos

I created a layout in PLD for client invoice. I plan to print 2 or 3 sheets. All content is the same, the only difference is that:

1st Says Original

2nd says duplicate

3rd says tripled

How can I do this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member312729
Active Contributor
0 Kudos

Hi ,

Create a formula that will based on CopyNumber() to get the number of the copy and get the ORIGINAL / DUPLICATE / TRIPLICATE.

Define the number of the copies for the document to be printer at Document properties.

Assuming that you want to display the copy name in PLD

1) in the Display Document Properties>Paper Format>Number of Copies = 3, this defines how many copies will be printed

2) Place a formula field in the PLD fldCopyName, set its formula as CopyNumber()

3) Place a formula field in the PLD fldCopy1, set its formula as fldCopyName == 1

4) Place a formula field in the PLD fldCopy2, set its formula as fldCopyName == 2

5) Place a formula field in the PLD fldCopy3, set its formula as fldCopyName == 3

6) Place a Text field in PLD and type in your Copy Name "Original" in the Content Tab and set the Link to fldCopy1

7) Place a Text field in PLD and type in your Copy Name "Duplicate" in the Content Tab and set the Link to fldCopy2

😎 Place a Text field in PLD and type in your Copy Name "Triple" in the Content Tab and set the Link to fldCopy3

Regards:

Balaji.S

daniel_cunha1
Participant
0 Kudos
Thank you. I have already done that and it works.

Now clicking on Preview, Print, or PDF shows only page 1.

Only when printing directly to the printer does it contain the 2 pages. What will be the problem?

Answers (1)

Answers (1)

daniel_cunha1
Participant
0 Kudos

Thank you. I have already done that and it works.

Now clicking on Preview, Print, or PDF shows only page 1.

Only when printing directly to the printer does it contain the 2 pages. What will be the problem?

former_member312729
Active Contributor
0 Kudos

Hi Daniel,

In preview it will not show three copy , while at print alone you will be getting the result.

Regards:

Balaji.S

daniel_cunha1
Participant
0 Kudos

And in the PDF view? Also only 1 page appears?

former_member312729
Active Contributor
0 Kudos

Try to save the pdf with number of copies instead of print.

daniel_cunha1
Participant
0 Kudos

No, just 1 page.

former_member312729
Active Contributor

Hi Daniel,

You need to save the PDF through print option by this way it will demand you to save multiple copies. Direct Pdf view will only give the single copy.