Application Development 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: 

probelm in creating sales order

Former Member
0 Kudos

Hi All,

I have a requirement. I need to create a sales order from an excel file. I am using the bapi 'BAPI_SALESDOCU_CREATEFROMDATA1'. When my excel file contains 1 line item it is creating the sales order.But when my excel file contains multiple line items it is not creating a sales order.

The same problem i am facing when i am creating a Quotation using the bapi 'BAPI_QUOTATION_CREATEFROMDATA2'.

The error both are giving is 'No status object is available for SDI 0'

Please help.

Thanks a lot in advance.

Regards,

Vivek

3 REPLIES 3

Former Member
0 Kudos

Hi Vivek,

Did u put this BAPI FM in loop

Regards

0 Kudos

Hi Rasheed,

No.. i have passed all the data for item in an internal table and passed it to the bapi.

Regards,

Vivek

Edited by: Vivek Agarwal on Dec 3, 2008 1:00 PM

Former Member
0 Kudos

thank you all