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

Call Transaction

Former Member
0 Likes
355

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
Read only

naimesh_patel
Active Contributor
0 Likes
325

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

Regards,

Naimesh Patel

Read only

0 Likes
325

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.

Read only

Former Member
0 Likes
325

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