Application Development and Automation 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: 
Read only

Data transfer trough bapi

Former Member
0 Likes
360

hi all,

i need to transfer data into sap system from .net which is connected trough .net connectors,i found the bapi,which work for my purpose.now please tell me how to do the process,what i need to do in sap,should i write any program in se38 by calling that particular Bapi Fm.please help me out.

regards

krishna

2 REPLIES 2
Read only

Former Member
0 Likes
310

Actually if you found the BAPI and it works for your purposes, this means that only by executing the BAPI you can transfer all the data to SAP System, you can write your program with Visual Basic and call the BAPI from VB since they are RFC allowed.

This way you can avoid downloading the data from your system and uploading it again from a SAP program.

Read only

Former Member
0 Likes
310

I think you have already installed the .net connector.

The you can find a new project type in the NEW Project menu, then you can create sap proxy in the wizard, it will guide you to import RFC/BAPI in three way, wsdl, ifr, connect to SAP server.

If you choose connect to sap server, you can login server, and it will show the Function list in the target server, choose the one you need, the .net proxy class will be generated automatically.

Then you can call it in .net side.

The .net sample code can be found in the installed directory.

hope it will be helpful

thanks