Application Development and Automation 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: 
Read only

Connector name inside Remote enabled module

Former Member
0 Likes
386

Hi

I have a remote enabled function module which can be called from any system.

But the problem is that I need to have to connector name inside the FM code through which the call has made.

Is it possible?

For eg. We may call the FM from a system like

CALL 'MY_REMOTE_MODULE'

DESTINATION 'connector_name'

EXPORTING

.

.

IMPORTING

.

.

Can I have the name of the connector(connector_name in above code) inside the FM code without explicitly passing it in exporting parameter?

Thanks

Ankur

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
345

Not sure if there is another way next to passing it as an additional parameter. Why is this simple solution not an option for you?

Thomas