‎2009 Jul 02 5:49 AM
Dear All,
When the user create new materials using mm01 i need to validate three fields . These screen fields are
(mara-labor) , ( mvke-ktgrm) and (mbew-bklas) my requirement is need to be validate the data of the ( mvke-ktgrm) and (mbew-bklas) two fields based on the value user enter in the (mara-labor) .It's means need to validate the data before save the materials.
What are the option i can solve this problem.
I'm using SAP ECC 6.0 .
Thanks in advance.
Br,
Senar
‎2009 Jul 02 5:53 AM
‎2009 Jul 02 6:06 AM
Hi,
Try using BADI - BADI_MM_SPSTOCK.
It has following Methods.
CHECK_MCHB
CHECK_BATCH_MASTER
CHECK_MKOL
CHECK_MSKA
CHECK_EBEW
CHECK_MSPR
CHECK_QBEW
CHECK_MSLB
CHECK_MSKU
Hope this resolves your query.
Regards,
Manish
‎2009 Jul 02 3:50 PM
in addtion to all the above mentioned things,u can also use field exits........
use following link for field exits
http://help.sap.com/saphelp_40b/helpdata/en/c8/19765b43b111d1896f0000e8322d00/content.htm
kanishak