Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unusual SAPScript lines

Former Member
0 Likes
757

I have a SAPScript with lines the appear like:

/         <STX>B1;f3;o287,442;c6;w2;h102;d0,200<ETX>

/         <STX>H2;f3;o318,442;c25;b0;k8;d0,24<ETX>

/         <STX>B3;f3;o110,442;c6;w2;h102;d0,200<ETX>

/         <STX>H4;f3;o141,442;c25;b0;k8;d0,24<ETX>

/         <STX>H5;f3;o585,49;c25;b0;k32;d0,20<ETX>

/         <STX>H6;f3;o570,391;c25;b0;k8;d3,Base unit of measure - <ETX>

Unfortunately, I have no clue how to read these.  Could someone point me in the right direction?  It's for GR Labels with multiple Bar codes on them.

Neal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
629

My best reference so far is:

http://www.intermec.ch/pdf/barcode-software/Handbuch_IPL.pdf

But it is 270 pages long...

I don't suppose anyone has a "Quick Reference Guide"?

Neal Wilhite

3 REPLIES 3
Read only

Former Member
0 Likes
629

This code is similar to syntax used for printing on Intermec EasyCoder.

Have a look at this PDF for documentation and syntax.

Read only

naimesh_patel
Active Contributor
0 Likes
629

They are the label printing commands. Check out this excellent WIKI - SAP Community Network Wiki - ABAP Development - Page Description Languages (PDL)

Thanks,
Naimesh Patel

Read only

Former Member
0 Likes
630

My best reference so far is:

http://www.intermec.ch/pdf/barcode-software/Handbuch_IPL.pdf

But it is 270 pages long...

I don't suppose anyone has a "Quick Reference Guide"?

Neal Wilhite