‎2009 Nov 10 4:44 PM
Hi Gurus,
I want to debug VA01 and put a break point when a particular POPUP message comes (e.g. below message)? The POPUP message says.
______________________________________
due to the possible departure days the date of
delivery is not attainable and transferred up:
11/17/2009
______________________________________
When I pressed help button I am seeing the details below:
Message no. YATR_EXITS030
Please let me know if you need more information.
Please HELP!
-Pavan
‎2009 Nov 10 4:52 PM
> I want to debug VA01 and put a break point when a particular POPUP message comes (e.g. below message)? The POPUP message says.
>
You need to put a break point before the popup is called.....
> ______________________________________
> due to the possible departure days the date of
> delivery is not attainable and transferred up:
> 11/17/2009
> ______________________________________
>
> When I pressed help button I am seeing the details below:
>
> Message no. YATR_EXITS030
>
This seems, the message class is your customer message class. Go to SE91 and enter the message class YATR_EXITS and number 030. Display - do a where used list for this message and put break point at there.
Or
Go to va01 - enter all the information which means before you get the popup - then enter /h in command field then continue your process then in debug mode - go to application menu - choose break point at - Statement and enter 'Message' in the input box.
This will stop at every message. So you can catch your message .
> Please let me know if you need more information.
>
No other information required. Let us know if you need any more information
‎2009 Nov 10 5:22 PM
Thanks you so much,
I am working on it, my task is, in what circumstance this message is bulit. Analyze the details of the message. I will update my progress.
Can you please suggest me any tips to do this task?
Thanks again,
Best regareds,
Pavan
‎2009 Nov 10 5:26 PM
The one i gave you is tips. Just follow them. you will find the message and you can analyze the situation. Post again if you cant do it yourself
Edited by: Sampath Kumar on Nov 10, 2009 10:26 AM
‎2009 Nov 11 3:29 AM
Sampath, thanks much. I sent my findings to my boss and waiting for reply. I am new so taking time to understand the code. I think my task is not complete yet.
Best regards,
Pavan
‎2009 Nov 17 7:25 PM