cancel
Showing results for 
Search instead for 
Did you mean: 

how to use include command in sapscript with ZPL code

Former Member
0 Kudos

hi,

i created one standard text with SO10.

in the sapscript with ZPL code to print label, how can i use the include command to bring in the text?

like this?

*FO32,20A0N,45,45CI13FR^FDID #:

/:INCLUDE 'Buffett_Yell' OBJECT TEXT ID ST NEW-PARAGRAPH AS

*^FS

thanks.

RP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

INCLUDE <zstandardtxt> OBJECT <txt> ID <st> LANGUAGE <lang>

INCLUDE ZSTEXT OBJECT TEXT ID ST LANGUAGE EN

where ZSTEXT refers to the Standard Text name.

Reward pts if found usefull

Regards

Anbu

Edited by: anbu b on May 23, 2008 8:24 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you all.

Former Member
0 Kudos

hi,

to include a standard text, in ur script, u have the above said syntax.

other than that, simple method is, in script, in text editor, place the cursor at where u want to insert the text -> (in menu bar) insert -> text -> standard -> give ur text name, language as 'en'.

then that standard text will be automatically added, with out writing manually, all that syntax.

hope this helps u.

reward if helpful.