cancel
Showing results for 
Search instead for 
Did you mean: 

print more than one field with Barcode BC_C128B - skip next field

Former Member
0 Kudos

Hello Gurus,

I need to print with sapscript a sequence of field with barcode BC_C128B

example

<bc>&vbak-vbeln&&vbak-ihrez&&mseg-matnr(C)&</>

User has to read the barcode on paper and fill all data automatically on a table control.

For do that I think I need a character separator ( Horizontal tab ) that indicate to skip next field

example

<bc>&vbak-vbeln&&tab&&vbak-ihrez&&tab&&mseg-matnr(C)&</>

Do you know which is the correct character for tab that I heve to insert for separate the fields?

S.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I think I have no explained well

Example

my barcode is composed by a date ( 26112008 ) order number ( 12345678 ) and a material number ( 145.000 ) . I print barcode with all fields toghether on a paper

261108123456781452.000

End user call a z transaction where all 3 fields have to be filled on a table control ( separate columns ) .

End user read the barcode and 3 field have to be automatically filled.

Whitout any char that indicate to skip next field , system try to insert all barcode in the first field.

Are you always sure about your solution proposal ?

S.

Former Member
0 Kudos

hi,

Create on paragraph formate,in that set the tab positions.use that paragraph to u r

<bc>&vbak-vbeln&,,&vbak-ihrez&,,&mseg-matnr(C)&