2011 May 30 10:13 AM
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
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
2011 May 30 10:18 AM
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
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |