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 VA01 issues?

Former Member
0 Likes
585

Hi, gurus:

when we call VA01, Can we pass all sales order information including head data and Item data?

Thanks,

4 REPLIES 4
Read only

former_member195698
Active Contributor
0 Likes
558

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

Read only

0 Likes
558

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

Read only

former_member125661
Contributor
0 Likes
558

yes you can..

call transaction 'VA01' using BDCTAB options 'S' .

where BDCTAB contains the BDC recording of header,items,etc .

Read only

former_member125661
Contributor
0 Likes
558

yes you can..

call transaction 'VA01' using BDCTAB options 'S' .

where BDCTAB contains the BDC recording of header,items,etc .