cancel
Showing results for 
Search instead for 
Did you mean: 

Problem using ECC_SalesOrderCRTRC1

Former Member
0 Kudos

I am creating an C# interface between a 3rd party application and SAP ERP that will create Sales Orders inside SAP. The implementation uses the eSOA service ECC_SalesOrderCRTRC1 (CreateSalesOrderV1) to accomplish this.

Details:

All sales items are “services”.

Pricing information is maintained in the 3rd party application.

There is no PO for the order.

No inventory management required.

No schedule lines.

So it is essentially a very simple sales order for example,

Item #1 Service1 100 UN @ 1.25 USD

I can successfully manually create the Sales Order when using these parameters (plus the other required entries like sales area, sold-to party, etc..) in the SAPGUI. But when trying to accomplish the same thru the web service I receive the error "Lean Order functionality cannot be used" "052(SLS_LORD)".

Any ideas?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Not sure if you are still having the problem but I had the same message and it took me a while to figure it.

I realised that the ESOA_OPS01 business function wasn't activated in SFW5. As soon as I activated it I got past the message and the ES worked.

Hope this helps.