Application Development 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: 

Call Transaction VA02 and skip "Consider the subsequent documents" popup

Former Member
0 Kudos

Hi,

I am successfully calling Tcode VA02 (skip first screen), but it presents a popup saying "Consider the subsequent documents", which the user must respond to.

I make a similar Call from another program to VA03 and do not get this popup.

Can someone tell me why I am getting it on my new Call and how to avoid it?

Thank you for your help,

Andy

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You're getting it because SAP is warning the user that there have been deliveries, or other documents, created from this sales order. This is an important consideration when changing a partially or fully delivered item on the order. I don't believe the warning is configurable, but you might check with your SD functional support person.

4 REPLIES 4

Former Member
0 Kudos

You're getting it because SAP is warning the user that there have been deliveries, or other documents, created from this sales order. This is an important consideration when changing a partially or fully delivered item on the order. I don't believe the warning is configurable, but you might check with your SD functional support person.

0 Kudos

Thanks Dave.

So you are also saying then that it is not avoidable programmaticly from the "Call Transaction"?

Andy

0 Kudos

It displays that message when you change the document. If that document dint have any delivery or any other subsequent docs, then it will not throw this information message.

I believe, if transaction is called in N mode, then it will not be a problem. If other modes, you will have to build your logic to chck whether document has any subsequent document, and if any, you will have to put ok-code for Enter for that pop-up window.

Thanks,

Sam.

0 Kudos

Thanks, Sam...appreciate the info.

Andy