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

VA05

Former Member
0 Likes
674

Hi,

I need to call transaction VA05 from a drill down report .

In the first screen of VA05 , sold-to-party(kunde) and customer purchase order number(bstkd).....but they are not having parameter ids.

i tried to use Submit.

it is showing an error that "SAPMV75A" the program for VA05 is not of type I, but it is of type M.

Is there any way SAP uses to interactively call transaction va05.

kindly help me in solving this.

regards.

suki.

2 REPLIES 2
Read only

former_member480923
Active Contributor
0 Likes
498

Hi,

The alternative is call on the BAPI

BAPI_SALESORDER_GETLIST

with the same parameters with which you call VA05, this returns you a Table with the open or closed sales order as same as VA05

Hope that Helps

Anirban M.

Read only

Former Member
0 Likes
498

hi

good

did you try to use the subroutine to call this particular tcode in your program.

Thanks

mrutyun^