cancel
Showing results for 
Search instead for 
Did you mean: 

UREGENT: UPS MAXI CODE SYMBOL PRINTING WITH ZEBRA PRINTER

Former Member
0 Kudos

HI All..

I have problem while printing Maxicode on ZEBRA printer 140Xi II

I have constructed the maxicode using the below code.

FO50,435BDFHFD[>_1E01_1D96841706672_1D840_1D001_1D1Z12345675_1DUPSN_1D123X56_1D187_1D_1D1/1_1D10_1DN_1D_1DSALT LAKE CITY_1DUT_1E_04^FS

Could any one help me regarding this?

It's very urgent....

Points will be assured

srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,Srinivas

did you solve your problem related to print UPS maxicode in ZEBRA printer.

could you please tell me what did you do about this problem. Now I have to print UPS Maxicode in ZEBRA printer. It seems that I have to create a printer bar code and system bar code in Tcode SE73, could you please tell me what did you do about it.

Highly appreciate it.

Thanks

tony

Former Member
0 Kudos

Hi Tony,

We used a report program that prints this UPS Label on Zebra printer.

This report program is used as a print program and an associated script which is just used to trigger this program.

This was the requirement i worked on.

You do not have create a barcode or use SE73. U just need to use the code similar to the one i used in my query. But you have to make sure that the number of characters should not excede 149 characters.

Regards,

Srinivas Rao Aare

Former Member
0 Kudos

Hi, srinivas

could you please give me a source code example. you know we can use the printer language directly in our source code, can you tell me how to use it.

Regards

Tony

Edited by: Tony Hu on Mar 11, 2008 8:11 AM

Former Member
0 Kudos

Hi Srinivas,

I am facing a similart problem where the client is using HP printer to print the maxicode using the Smartforms. The maxicode does not get printed into the label if we assign the values to the variable in the print program. But it will get printed if we hard code it and pass it to SAP Scripts. Even hard coding in Smart forms is not solving the problem. Could you please help in this regard.....points guaranteed....

Thanks..

Preetham S

Former Member
0 Kudos

Below is the code.

-> Construction of maxicode

CONCATENATE W_SERVID W_COUNTRY_CODE L_ZIP1 L_ZIP2 W_MSGHEADER W_TRANSP_HDR L_TRK_NO C_GS W_SCAC C_GS W_UPS_ACCTNO C_GS W_JDAY_PKUP

C_GS C_GS L_PACK_CNT C_GS L_WT C_GS 'N' C_GS L_ADDR C_GS IS_SHIP_TO-REGIO C_RS '_04' INTO W_MAXICODE.

-> Maxicode Symbol code

concatenate 'FO50,435BDFHFD' w_maxicode '^FS' INTO is_zebra-cmd.

Regards,

Srinivas Rao

Former Member
0 Kudos

Hi Preetham,

Sorry, i only worked on Zebra printer and SAP scripts.

If you want any documentaion on smartforms for maxicode pls send a test mail your e-mail address to

srinivas.aare@gmail.com. I will send you the document.

Former Member
0 Kudos

Hi Srinivas,

The mail bounced back saying that there is no such user.

Thanks

Preetham S

Former Member
0 Kudos

what do u need here

Former Member
0 Kudos

The above code i have used is to print a Maxi code Symbol.

[)>_1E01_1D96841706672_1D840_1D001_1D1Z12345675_1DUPSN_1D123X56_1D187_1D_1D1/1_1D10_1DN_1D_1DSALT LAKE CITY_1DUT_1E_04

this code is in the format:

[)>Rs Message Header

01Gs96 Transportation Data

Format Header

841706672Gs Postal Code

840Gs Country Code

001Gs Class of Service

1Z12345675Gs Tracking Number

UPSNGs SCAC

123X56Gs UPS Account Number

187Gs Julian Day of Pickup

Gs Place holder for

Shipment ID Number

1/1Gs Package n/x

10Gs Package Weight

NGs Address Validation

Gs Place holder for

SHIP TO Street Address

SALT LAKE CITYGs SHIP TO City

UTRs SHIP TO State

Eot End of Transmission

[)><RS>01<GS>96841706672<GS>840<GS>001<GS>

1Z12345675<GS>UPSN<GS>123X56<GS>187<GS>

<GS>1/1<GS>10<GS>N<GS><GS>SALT LAKE CITY<GS>

UT<RS><EOT>

-


My code is based on the above format that should print UPS Maxicode Symbol

but the maxi code symbol is not geeting printed. Can you help me on this.