cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript label prints - problem with high print quantity

Former Member
0 Kudos

Hello,

we are printing labels out of deliveries using sapscript.

To allow print copies, I have set the DIALOG to 'X' on the function call for OPEN_FORM (see below).

We usually print 1 copy for each label. It is working fine for low quantities like for example we print out five labels with a copy for each label.

But for higher quantities, for example 25 labels with a copy for each label, it is still printing out all labels, but on the copy labels, certain information are just missing. Strange thing is, the missing information all have different source tables or text fields. For example the date of the delivery is not showing up, then our part number or the shop order number entered as text field on item level of the delivery.

Is there any setting that could cause this issue? Any other suggestions?

Thanks

Anne

CALL FUNCTION 'OPEN_FORM'

EXPORTING

FORM = TNAPR-FONAM

LANGUAGE = NAST-SPRAS

OPTIONS = ITCPO

ARCHIVE_INDEX = TOA_DARA

ARCHIVE_PARAMS = ARC_PARAMS

DEVICE = XDEVICE

  • DIALOG = 'X'*

EXCEPTIONS

OTHERS = 1.

Edited by: Anne on Mar 12, 2010 3:39 PM

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

Probably a bug in your code, we can't help. Only option is to debug!

Answers (0)