cancel
Showing results for 
Search instead for 
Did you mean: 

sap to .net

Former Member
0 Kudos

Hi all experts,

i'm new to integration part of sap.we are integrating sap and .net trough .net connectors.my problem is how to send the data either trough idocs or bapi.i'm working on Funds management and

Project system modules for which bapis are rare to find.i will explain you my scenario.at a time from .net i need to upload 500 sales orders into sap.how is it possible.plz help me out clearly.how to be my approach.points will be rewarded imm.

regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Danny,

Your .NET program should call the BAPI provided for the sales order and the method CREATEFROMDATA for creating the sales order.

Once you create the BAPI object in your .Net code, it should show the method available with the object. You need to understand what parameters need to passed to the method. Once that is done, BAPI should create the sales order and pass it back to you.

Regards,

Ravi

Answers (1)

Answers (1)

jayanthi_jayaraman
Active Contributor
0 Kudos