cancel
Showing results for 
Search instead for 
Did you mean: 

.NET Connector & Business Objects

Former Member
0 Kudos

Greetings,

I am sorry if this question is obvious and something I have overlooked, but all the answers so far have been somewhat arbitrary.

I have been told that the SAP .NET Connecter <b>V1.0</b> does <b>not</b> support BAPI's in the context of <b>Business Objects.</b> But that it <b>does</b> support BAPI's in the conext of simple <b>Function Modules</b>. BAPIs are implement as Function Modules.

I need to know if this is true. Can I access SAP's Business Objects via the .NET Connecter version 1.0 with BAPI?

Thankyou - your help is much appreciated.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

reiner_hille-doering
Active Contributor
0 Kudos

Hello Ryan,

you are right that NCo 1.x doesn't natively support BOR and thus BAPIs. But as all BAPIs are implemented as RFC function modules, you can add all BAPI functions that make up a business object to a proxy class and customize them according to the rules from BOR (BOR defines how the functions should be renamed, the parameter order, parameter renaming and so on). Customizing can be done in the .SAPWSDL designer. The only thing you won't get with NCo 1.x is Keyfields.

Former Member
0 Kudos

Thanks Reiner,

Are you aware of the .Net Con natively supporting BAPIs in the newer versions/releases?

Cheerio,

Ryan

reiner_hille-doering
Active Contributor
0 Kudos

Yes, next major version has it.

Unfortunately I can't tell you anything about release dates.