‎2005 Aug 18 1:28 PM
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
‎2005 Aug 18 3:27 PM
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.
‎2005 Aug 18 5:19 PM
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