cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi experts,

we are printing labels via SAP-Script.

In this SAP-Script we use print-controls, which we have to save into a datamatrix on the label (customer needs this at scan).

Therefore we have created print-controls (SPAD->Device Types) which following setup:

name = ZGS ; Direct ; Hexadecimal ; Value = "1D"

These are the sapscript lines, which saves the content (=test<PC>test2) into datamatrix (<> = format).

<* > test

</: > PRINT-CONTROL ZGS

<= > test2

(there are no spaces after test and test2)

Our big problem is, that there is a space BEFORE the print-control.

content sould be = "test<PC>test2" (without space)

content is = "test <PC>test2" (space betweend test and <PC>

Any ideas, how I can avoid the space BEFORE the print-control?

(space between PRINT-CONTROL and ZGS has to be! Otherwise command does not run.

Thx for any help

0 Likes
View Entire Topic
Former Member
0 Likes

Any updates on this issue, Christian ?

Private_Member_19084
Active Contributor
0 Likes

Hi,

yes, today I've got the answer from SAP.

We have implemented note 539298 and now our problem is solved.

As written this note solves more than one form problem.

Thank you very much for your help!

Kind regards

Christian