cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sales Order Create BAPI

Former Member
0 Likes
37,492

Hi,

I know this question has been asked before but I've searched the forums and have tried all the suggestions and nothing worked.

I'm creating a sales order using BAPI_SALESORDER_CREATEFROMDAT2 populating all the mandatory fields and I get 3 success messages, 1 warning message (saying the data in incomplete) and a Sales Order number at the end.

After finding no error messages I run BAPI_TRANSACTION_COMMIT which comes back with no messages at all in the return table.

But if I go to VA03 to view the sales order I get 'Sales Order xxxx is not available'. Can anyone tell me what I'm doing wrong?

Thanks,

Gill

View Entire Topic
Former Member
0 Likes

Hi Gill,

Please check user authorization when you call it externally.

VijayasekarK
Active Participant
0 Likes

Hi ,

You can try with 'BAPI_SALESORDER_CREATEFROMDATA'.

We have used the above bapi , for creating SO from bc.

Regards,

Vijay