Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Need Exit to fill Characteristic values in MB01 Goods Reciept Transaction

Former Member
0 Kudos

Hi Gurus,

Can you Please help with finding the correct User exit for Goods reciept transaction MB01, for filling the Characteristic values.

In this transaction, we reach the Classification view - Goods reciept for the purchase order screen. On the left are the descriptions and on the right is space for the values.

I need a User exit/ BADI/ Enhancements to populate this Characteristics values.

Please do post if you have any information regarding this issue.

All helpful answers will be rewarded

Thanks & Regards,

Satya

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Use the following BAPI or fun module to change the classification/characteristics data in a proper palce of code:

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Regards

Anji

2 REPLIES 2

Former Member
0 Kudos

Hi Satya,

Try this BADI

MB_DOCUMENT_UPDATE

Reward if this helps,

Satish

Former Member
0 Kudos

Hi

Use the following BAPI or fun module to change the classification/characteristics data in a proper palce of code:

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Regards

Anji