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

Help on debug VA01

Former Member
0 Likes
653

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

5 REPLIES 5
Read only

former_member191735
Active Contributor
0 Likes
608

> 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

Read only

0 Likes
608

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

Read only

0 Likes
608

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

Read only

0 Likes
608

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

Read only

0 Likes
608

Thanks much,

Best regards,

Pavan