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 XD01.

Former Member
0 Likes
670

Hi,

I want populate the field ALTKN with the last 7 digits of KUNNR ... once saved in XD01.... Currently the logic is working.. but only when I save in XD02...

I want the same thing to work once XD01 is saved... so that I can go & see in XD02 and see that ALTKN is correctly populated...

Hi,

I want populate the field ALTKN with the last 7 digits of KUNNR ... once saved in XD01.... Currently the logic is working.. but only when I save in XD02...

I want the same thing to work once XD01 is saved... so that I can go & see in XD02 and see that ALTKN is correctly populated...

4 REPLIES 4
Read only

Former Member
0 Likes
630

Hi,

Please check user exits EXIT_SAPMF02D_001 in enhancement SAPMF02D.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
630

check SAPMF02D

Read only

0 Likes
630

Check in your existing user exit mentioned above of it is enabled for change transaction. You need add create transaction also there. hope it helps.

Read only

0 Likes
630

thanks