cancel
Showing results for 
Search instead for 
Did you mean: 

Sapscript barcode number problem

Former Member
0 Kudos

Hi

I am using sapscript to print a barcode.

The barcode is printing correctly but I also want the number, in my case the shipping unit number, to appear directly underneath the barcode.

Can anyone tell me is there any setting I'm missing that will allow me to do this.

All help is appreciated.

Thanks,

Elaine

Accepted Solutions (0)

Answers (3)

Answers (3)

deepak_dhamat
Active Contributor
0 Kudos

hi EBroderick ,

Can you tell me how you are printing BARCODE in SAPSCRIPT .

complete process as i am trying to print barcode in sapscript .

i have created one Caracter format c128a for barcode and trying to print but no success .

i have done search but it says that to print barcode we need dimm setting and all stuff .

can you please explain .

regards

Deepak.

Former Member
0 Kudos

Hi Elaine,

In your case, i think it would be better to create a seperate window for the BARCODE NUMBER and place if below the BARCODE where it is printing now. The advantage of the new window is, it will not disturbe the allignment of other data in the script.

You can also reffer to the std sctript PSFC_STD_LAYOUT if required.

Also you can reffer the WIKI for further refference.

[http://wiki.sdn.sap.com/wiki/display/ABAP/Barcode+concepts]

Regards

Hareesh Menon

aidan_black
Active Contributor
0 Kudos

Hi Elaine,

Do you use a printer with a barocde dimm installed? Take a look at SAP note #45643. It describes the command sequences necessary to enable the human readable text with the barcode. There command sequences are maintained in transacttion SE73.

SE73 > Printer Bar Codes > <Device type>.

The command sequences are stored in the print controls SBPxx for each barcode type.

Regards,

Aidan