cancel
Showing results for 
Search instead for 
Did you mean: 

Label printing at Goods Receipt using SMARTFORMS and Zebra software

Former Member
0 Kudos

Hi Experts,

Upon designing a functional design for the printing of labels upon goods receipt and a re-print through MB90 I would like to understand the procedure on how the label gets printed. From what I understand the following steps are done:

A label is designed in the Zebra application tool.

The file is downloaded from the application and uploaded into SAP

A SMARTFORM is created in SAP and assifned to a new output type.

The new output type is assigned to the Zebra Printer.

Is there any need for an abap program to be written, if so when and what is its purpose?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

According to my knowledge no need of any other settings to be done apart from these settings. Please config the settings as you mentioned and verify. Ihopre this will help you.

Former Member
0 Kudos

As all cutomising can be done through the following menu path:

IMG > Material Management > Inventory Management and Physical Inventory > Print Control > Set label printout

Has anyone set up label printing this way, I would just like to know if it possible:

Design label in Zebra application tool

Upload it into SAP as the "Label Text" in the above mentioned menu path.

Use output type WEE1 to print the label.

Former Member
0 Kudos

Output Type WEE1 uses sap print program SAPM07DR.

Can the following data fields be retrieved from this program:

Material Number (MSEG-MATNR)

Bin Number (MSEG-LGPLA)

Material Description (Feed (MAKT-MATNR) Get (MAKT-MAKTX))

Supplier Name: Feed (MSEG-MBLNR) get (MSEG-EMLIF)

MSEG-EMLIF=LFA1-LIFNR

Feed (LFA1-LIFNR) get (LFA1-NAME1)

Supplier Material Number: Feed (EKPO-EBELN) get (EKPO-IDNLF)

PO number and Item: Feed (MSEG-MBLNR) get (MSEG-EBELN) and (MSEG-EBELP)

GRN Date: Feed (MKPF-MBLNR) get (MKPF-BLDAT)

Answers (0)