Application Development 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: 

Can we consume C# code in ABAP ?

Former Member
0 Kudos

Hi,

We have requirement to trigger third party web service, in which we need to pass encrypted data in request payload. We have C# code to encrypt the data. So, can we call C# code in ABAP ?

Regards,

Gaurav

1 REPLY 1

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Gaurav,

simply have a look at NCo: https://support.sap.com/nco. This will allow you to implement a function module that calls your c# code and can be called like any other remote enabled function module.

Best regards,
Markus