2012 Jun 25 5:39 AM
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.
2012 Jun 25 7:52 AM
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.
2012 Jun 25 6:26 AM
There is none for MB1B , use MIGO and badi MB_MIGO_BADI to do that.
2012 Jun 25 6:46 AM
We have some Exits for MB1B Transaction Code cant we use them for implementation. Exits like MB_CF001,MBCF0002,MBCF0005...
2012 Jun 25 6:48 AM
Please read SAP help on Customer exits/ Screen exits. It will help you.
2012 Jun 25 7:52 AM
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.
2012 Aug 13 9:51 AM
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