‎2009 Aug 25 9:15 AM
Hi All,
We have an object that needs to react differently based on whether itu2019s an internal or remote call.
Is there any standard function Module to determine RFC call.
thanks in advance
‎2009 Aug 25 9:35 AM
Hi, can not you check the user who is making the change. Mostly there is only one or a limited number of RFC users. Succes
‎2009 Aug 25 11:13 AM
Hi
You can use function module TH_ARFC_REQUESTS is used to check the resources of another server.
To carry out a local check, call the function module TH_ARFC_LOCAL_RESOURCES.
For more details check out:
http://help.sap.com/saphelp_nwpi71/helpdata/en/7f/06363dc992752de10000000a114084/content.htm
‎2009 Aug 25 11:37 AM
Hii,
Its is not mandatory if you are calling the RFC FM in the same system.
If you want the FM to be executed on another system and operate on the data of THAT system, then you have to specify the destination along with the call
like:
call function 'RFC****'
destination <dest>
the destination must be created in sm59 transaction
regards,
Archana
‎2009 Aug 26 5:40 PM
Check for RFC connection to ur destination server.
Use transaction SM59 to check ur connection.Whether the status of connection using test button.
Thanks,
AMS