cancel
Showing results for 
Search instead for 
Did you mean: 

call existing RFC/BAPI from .NET server component

Former Member
0 Kudos

Hello all,

I would like to send information from an FI document to a .NET server component when some of the data changes on the SAP side. I have downloaded the SAP .NET connector and understand the examples using the RFC_CUSTOMER_GET test ABAP program. But I do not understand how to invoke server component mapped to an existing RFC/BAPI when a user changes the data via the SAP GUI.

Please point me in the right direction...

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As I understand your Problem the check if an user has changed data must be done in an ABAP-Program. Because you call the Server-Component also from a ABAP-Program within SAP. Therefor you write a little ABAP which checks the data for changes and if the data was changed, you call the Server Component.

Hope I could help you.

Regards,

Oliver

Former Member
0 Kudos

Thank you for your answer. Here is the senarios..

A customer wants to send data to a third party application when a user modifies some information on a business object (ie PO Amount, Employee Name etc). How can you trap this change as close to realtime as possible within SAP?