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

Former Member
0 Kudos

We have a report that is doing a call transaction to VA02 from a hotspot. The set parameter id and call is working, but when an update is made to the sales order, it is saved in the SO but the change is not flowing to the PO like it would if you ran VA02 directly. For exampel a qty change Anyone have any information regarding this?

Thanks for your time,

Keith

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

You need to again reselect the relevent data after the VA02 call and referesh your report display.

Regards,

Naimesh Patel

0 Kudos

It's not the report itself, it's the PO. If you run the t-code VA02 and go into a specifice SO and update a qty change, the corresponding PO is also updated with the change, but when using the call transaction from the hotpsot for that given SO, it takes it in and allows you to make a change to the SO and that change is refelected, but it doesn;t flow to the PO itself like if you had done it from just running the t-code.

Former Member
0 Kudos

There isn't an issue, there is some custom coding in a user exit for the sales ordering processing. Thanks.