Application Development and Automation 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: 
Read only

MB1B implementation with custom fields using Screen Exit before saving the Trasporting Details of a Material

Former Member
0 Likes
1,182

Dear Team ,

I need to enter custom fields information into MKPF table with reference to material document number which gets generated as soon as we click save in MB1B tcode. Can you suggest me which will be the best way to implement this enhancement BADIS or Screen EXITS.

Thanks&Regards,

K.Swetha Abhinayee.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
961

I checked Exits available for MB pakcage but there is only one suitable for the requirement ie MB_CF001 but there may be risks implementing this exit. How about MB_DOCUMENT_BADI can this be helpful there is no documentation available for this BADI.

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
961

There is none for MB1B , use MIGO and badi MB_MIGO_BADI to do that.

Read only

Former Member
0 Likes
961

We have some Exits for MB1B Transaction Code cant we use them for implementation. Exits like MB_CF001,MBCF0002,MBCF0005...

Read only

0 Likes
961

Please read SAP help on Customer exits/ Screen exits. It will help you.

Read only

Former Member
0 Likes
962

I checked Exits available for MB pakcage but there is only one suitable for the requirement ie MB_CF001 but there may be risks implementing this exit. How about MB_DOCUMENT_BADI can this be helpful there is no documentation available for this BADI.

Read only

0 Likes
961

This issue is solved .

I have implemented the code in  MB_DOCUMENT_BEFORE_UPDATE method of MB_DOCUMENT_BADI its working as per the requirement.

Thanks&Regards,

K.Swetha Abhinayee