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: 
SAP Community Downtime Scheduled for This Weekend

Info about the callling system in RFC

Former Member
0 Kudos
379

Hello ,

Is there a way in which I can get the system info of the calling system in an RFC...

This is scenario...

EBP --> R3 in this I using a

Call RFC destR3 Function Module

...

...

here I want to know the calling

system

details so that I can make a call

back to EBP

Function Module <-- call function destEBP

Any help will be appreciated.

I have one option of storing the RFC destination of the EBP system in a bespoke table.. Is there a better solution.

Rgds,

Samir.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
64

Hi,

If you only have to call EBP back, you could use the addition <b>CALL FUNCTION ... DESTINATION 'BACK'</b>. SAP will take care of the details itself. If you need the caller for further processing, the caller parhaps will have to be passed as a parameter.

Regards

1 REPLY 1

Former Member
0 Kudos
65

Hi,

If you only have to call EBP back, you could use the addition <b>CALL FUNCTION ... DESTINATION 'BACK'</b>. SAP will take care of the details itself. If you need the caller for further processing, the caller parhaps will have to be passed as a parameter.

Regards