Skip to Content
0
Former Member
May 30, 2011 at 09:13 AM

Connector name inside Remote enabled module

41 Views

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