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
Private_Member_19084
Active Contributor
0 Likes

It seems, that space is not before print-contol, but behind the "test".

But in SE71 I can't see any space.

Any ideas?