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

Field Validation

0 Likes
627

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

3 REPLIES 3
Read only

Former Member
0 Likes
571

hai ,

why dont u go with badi's or user exits

regards

m.a

Read only

Former Member
0 Likes
571

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

Read only

kanishakgupta1
Contributor
0 Likes
571

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