cancel
Showing results for 
Search instead for 
Did you mean: 

Label printing via material Number

Former Member
0 Kudos

Hi,

Is there a standard transaction and program that can be modified to print a label via material number?

The details to be printed on the label are:

Material Number and Barcode (based on material number)

Storage Bin

Material Description

Supplier name

Manufacturer part number

PO number and line item number

GRN date

Accepted Solutions (0)

Answers (3)

Answers (3)

koolspy_ultimate
Active Contributor
0 Kudos

No.

There is no standard tcode or programs as per your requirement.

But to get some idea you have few tcodes for label printing.

regards,

kool.

Former Member
0 Kudos

For label printing, steps in transaction OMCF can be maintained.

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)

madhu_vadlamani
Active Contributor
0 Kudos

Hi Lindsay,

There is no standard for this. You have to create custom form,driver program and transaction for this. Design a form with the required layout and get the data from driver program. Check this and post if there is any issue.

Regards,

Madhu.

prakashjasti
Contributor
0 Kudos

Hello

You have to develop your own Driver program and Smartform.

Regards,

Prakash.