Error “Please enter sold to party or ship to party” while calling BAPI_SALESORDER_CREATEFROMDAT1
问题 I am trying to integrate SAP with .NET web application using SAP .NET connector. I have successfully connected to the SAP system but when I try to create a sales order in SAP using BAPI_SALESORDER_CREATEFROMDAT1 I get following error: Please enter sold to party or ship to party. The code snippet I use: public class CreateSalesOrder { public string CreateOrder(RfcDestination destination) { try { RfcRepository repo = destination.Repository; IRfcFunction salesDoc = repo.CreateFunction("BAPI