2005 Dec 06 12:26 AM
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
2005 Dec 06 2:56 AM
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
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
2005 Dec 06 2:56 AM
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
2005 Dec 06 3:18 AM
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.