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

USER EXIT for XD02

Former Member
0 Likes
3,684

Hi Experts,

After the user hit the SAVE button in the XD01 transaction I need to make a small validation. Does anyone knows what is the user exit that is kicked in at the time of saving the customer master data?

Thanks in advance,

-C

Hi Experts,

After the user hit the SAVE button in the XD01 transaction I need to make a small validation. Does anyone knows what is the user exit that is kicked in at the time of saving the customer master data?

Thanks in advance,

-C

6 REPLIES 6
Read only

Former Member
0 Likes
1,811

SAPMF02D -> EXIT_SAPMF02D_001

Read only

former_member194669
Active Contributor
0 Likes
1,811

I think you need to check for BTE 00001320 or BTE 00001321.

The userexit SAPMF02D will trigger before the save i think this will not useful to you

Read only

valter_oliveira
Active Contributor
0 Likes
1,811

Hello.

Sure you should use ampliation SAPMF02D. It's called before the save and that's where you should insert a validation (if i'm not wrong). After saving, there's nothing to validate anymore.

Regards.

Valter Oliveira.

Read only

former_member194669
Active Contributor
0 Likes
1,811

I misunderstood your question. If you are looking for exit before save then you can use exit SAPMF02D mentioned.

Read only

0 Likes
1,811

Thanks all for your reply.

We tried to use the user exit EXIT_SAPMF02D_001, if I put a breakpoint here, it will stop when I make any chances via XD02 transaction. But, when running the function module SD_CUSTOMER_MAINTAIN_ALL then it's not passing through the user exit.

Does anyone knows if there is a user exit that can be triggered via SD_CUSTOMER_MAINTAIN_ALL?

Thanks in advance,

-C

Read only

Former Member
0 Likes
1,811

Hi there,

Can someone help me on how i can read I_VCNUM, on the same exit_sapmf02d_001. How do specify on the user exit that i want the 2 internal tables I_VCNUM and I_VCKUN to be passed as well.