cancel
Showing results for 
Search instead for 
Did you mean: 

Generating label

Former Member
0 Kudos

Hi ,

We have a requirement to print a put away label after the goods receipt is issued through transaction MIGO, MIGO_GR or ZH06. The details of the plant, storage location and printer will be maintained in the table called TNAD7. The label will be printed only if those entries are maintained in TNAD7 table.(MSEG-WERKS should be in TNAD7-WERKS).I am seaching for a place where i can put my code, any pointers would be really helpful.

Thanks and Regards,

Jayakrishnan R.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Write a BADI Implimentation for the Transaction MIGO after save the records should be updated to particular tables MB_DOCUMENT_UPDATE and it has methods MB_DOCUMENT_UPDATE. u can write ur piece of code here to update the corresponding Tables.

Regards,

Vijaya Lakshmi.T

Former Member
0 Kudos

Hi Surya

I need to generate the label after the material document is posted, can you please provide me an alternative for this.

Thanks and Regards,

Jayakrishnan R.

Former Member
0 Kudos

Hi Surya

I need to generate the label after the material document is posted, can you please provide me an alternative for this.

Thanks and Regards,

Jayakrishnan R.

Former Member
0 Kudos

Hi

Check the below USer exit Function modules u can write the code in the Include.

EXIT_SAPM07DR_001

EXIT_SAPM07DR_002

Surya