cancel
Showing results for 
Search instead for 
Did you mean: 

Bar code in sapscript

Former Member
0 Kudos

Please how can i do for inserting a vertical bar code in sapscript forms?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Try this :

Create Bar code in SE73.

Bar code ZTEST

Meaning barcode

Bar code type

Min.character number 1

Max.character number 40

Bar code width 1.00

Unit of measurement MM

Bar code height 2.00

Unit of measurement CM

Rotation at output

Then crate one character with this barcode. assign this character to the variable where u want.

Former Member
0 Kudos

I put:

Bar code ZTEST

Meaning barcode

Bar code type

Min.character number 1

Max.character number 40

Bar code width 1.00

Unit of measurement MM

Bar code height 2.00

Unit of measurement CM

Rotation at output

and

Bar code ZTEST

Meaning barcode

Bar code type

Min.character number 1

Max.character number 50

Bar code width 1.00

Unit of measurement CM

Bar code height 1.00

Unit of measurement CM

Rotation at output 90

and i assign the caractere in windows

It's not work, the bar code is still edited horizontally

Former Member
0 Kudos

Hi,

U can increase the Bar code height (3.00 cm) and activate the Script.If u don't activate the script the changes will not reflect.

Former Member
0 Kudos

No change!!!!

Example standard sapscript?

Former Member
0 Kudos

please check table for barcodes... TFO05

in this tables the field call TDBARCTYPE : Bar code print alignment vertical: yes/no

check with your barcode this filed contain sapce or X. if it is X then it will print vertical

Former Member
0 Kudos

Hi,

I have tested and gave a reply to u.Here i am getting Vertical.Did u use same client for development and testing.If u r using different client please transport the request to testing client.

Former Member
0 Kudos

I think it's good it's stupid when i test i see on the screen i don't print. I think on the screen it's always horizontal but in printer it's vertical

(not what y see what y get on bar code)

Sorry and thanks for all your answer

naimesh_patel
Active Contributor
0 Kudos

Change the Rotation of the Barcode in Barcode definition.

I guess 90 would make it to vertical.

Check this help (point 3 > Bullted point 3):

http://help.sap.com/saphelp_nw04/helpdata/en/de/ee0769ebd211d18e370000e83dd9fc/frameset.htm

Regards,

Naimesh Patel

Edited by: Naimesh Patel on Nov 13, 2008 11:03 AM