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

XD01 User exit

Former Member
0 Likes
532

Hi,

I am facing a problem with EXIT_SAPMF02D_001. I want to pop up a message saying "Are you really want to leave Attribute 1 on Additional data field blank?" I was able to code for pop up. If user says 'no' and click on extras -> additional data, the same message comes again and he is not able to navigate to that screen.He can't even go to any other screen.

He is basically stuck on a particular screen.

Please provide some pointer.

Thanks,

Anuranjan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
497

May be you should try to set a variable that indicates that you already issued the message. If this field is 'X' then do not issue the message again.

May be you can post your popup code here so that someone can give you an accurate answer.

Srinivas

2 REPLIES 2
Read only

Former Member
0 Likes
498

May be you should try to set a variable that indicates that you already issued the message. If this field is 'X' then do not issue the message again.

May be you can post your popup code here so that someone can give you an accurate answer.

Srinivas

Read only

Former Member
0 Likes
497

Anuranjan,

There are quite a few user exits that fire multiple times per transaction. I think that is what has happened in this case. So, I suggest you go by the variable way. Once you pop up and the user responds set the variable and check the value of the variable before your pop up code.

Regards,

Ravi

Note : Please reward the posts that help you.