cancel
Showing results for 
Search instead for 
Did you mean: 

how to call a bapi in a class library project in .net connector

Former Member
0 Kudos

Hi,

I have established connection with SAP in server explorer and created a proxy which contains a BAPI,IQS4_CREATE_NOTIFICATION in VS2003.

Now I built the project and taken the reference of these <proxy>.dll.,Sap.Connector.dll and SAP.Connector.RFC.dll in VS2005 project.

Now Please suggest me How to move forward.How to establish connection with SAP to insert record in SAP server.(I want to create a notification in SAP through .Net Connector)

Regards,

Hari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi hari,

you should see the proxy references in the Object Browser, all BAPIs that you have selected in your Visual Studio 2003 project, should be available. You can then write your custom code and consume the BAPIs, as before in VS 2003. Are you able to see the BAPIs in the Object Browser?

Thanks,

- Juergen

Former Member
0 Kudos

Thanks for the reply.I am able to see all the classes of this BAPI.

Regards,

Hari