‎2007 Apr 09 8:14 AM
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.
‎2007 Apr 09 8:47 AM
Hi,
The alternative is call on the BAPI
BAPI_SALESORDER_GETLISTwith 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.
‎2007 Apr 09 11:37 AM
hi
good
did you try to use the subroutine to call this particular tcode in your program.
Thanks
mrutyun^