‎2007 Nov 21 6:12 PM
Hi, gurus:
when we call VA01, Can we pass all sales order information including head data and Item data?
Thanks,
‎2007 Nov 21 6:30 PM
If you need to pass all this information, why can't you use BAPI
BAPI_SALESORDER_CREATEFROMDAT1 for creating the document. Why do you want to use Call transaction..
Regards,
Abhishek
‎2007 Nov 21 6:40 PM
Hi ,
It depends on what type of SD document you wnat to create with VA01.BAPI_SALESORDER_CREATEFROMDAT1 is used for sales order .
For Contracts etc you can use the BAPI_SALESDOCU_CREATEFROMDATA
Regards
Saket Sharma
‎2007 Nov 21 8:02 PM
yes you can..
call transaction 'VA01' using BDCTAB options 'S' .
where BDCTAB contains the BDC recording of header,items,etc .
‎2007 Nov 21 8:02 PM
yes you can..
call transaction 'VA01' using BDCTAB options 'S' .
where BDCTAB contains the BDC recording of header,items,etc .