cancel
Showing results for 
Search instead for 
Did you mean: 

Customer master validation

kapil_mehta
Participant
0 Kudos

Hi

Can I setup SAP without using ABAP coding to ensure -

1.) PAN value entered in "CIN details" section of Customer master is of 10 characters. ( SAP should give a message if user enters < or > 10 digits )

2.) Excise registration number entered in "CIN details" section of customer master is of 15 characters

3.) SAP should give a message to user while creating customer master, IF customer exists with same PAN

Thanks for feedback

Regards

Kapil

Accepted Solutions (0)

Answers (2)

Answers (2)

ajaycwa1981
Active Contributor
0 Kudos

Incase you wanna know User Exits, here they are

For customer/vendor master checks before saving. FM EXIT_SAPMF02D_001/include ZXF04U01. Enhancement name is SAPMF02D.

For Vendor master checks before saving. FM EXIT_SAPMF02K_001/include ZXF05U01. Enhncement name is SAPMF02K.

PS: Request you to close your threads once your issue is fixed. you can close by marking any of the relevant answer as CORRECT ANSWER. For any workaround solution, you can specify it as HELPFUL ANSWER.. Incase no solution is available, Close your thread by marking it as "Assumed Answered" . This helps others in future to know how the issue was resolved:

ajaycwa1981
Active Contributor
0 Kudos

Hi Kapil

You will have to use User Exit for this purpose.. It cant happen with Standard SAP

Regards

Ajay M