Application Development 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: 

userexit in xd01 to validate field

Former Member
0 Kudos

i have a field in the create customer transaction which i need to validate after the user enters the value.

its not a user-defined field, we need to validate the existing field

where i can do this i mean which userexit?

thanks

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check this userexit..EXIT_SAPMF02D_001

THanks,

Naren

Former Member
0 Kudos

HI Mahesh,

go to CMOD.. create a project and in enhancements give a name SAPMF02D and save and click on components.

there u see a user exit function module <b>EXIT_SAPMF02D_001</b> doublw click on it. it forwards to se37 with this function module.

check the import parametrs and table paprameters and find in which ur entered value is there.

after that double click on include z******. it show a warning... press enter..

go to chnage mode and validate the value of import parametrs or tables.

activate the include.

back--> again back

u will be in again cmod screen activate the user exit.

and restart the transaction xd01.

hope this helps

Regards

CNU