‎2007 Jun 18 12:59 PM
Hi experts,
I writ remote FM and now I want test it with RFC. I nead "How to.." or Step by Step for this. Can anybody help me?
Regards
‎2007 Jun 18 1:04 PM
‎2007 Jun 18 1:07 PM
Hi,
SM59 is the transaction to test for RFC destination.
Just click on REMOTELOGON button. It will open destination system logon.
The function module /SDF/SL_RFC_GET_CLIENT_REMOTE will determine the RFC destination.
The function module ARFC_DEST_CONFIRM will confirms destionation of RFC.
The function module RFC_CHECK_DESTINATION will check the destionation of RFC.
<b>Reward points</b>
Regards
‎2007 Jun 18 1:10 PM
call this function in a program, using the destination addition
CALL FUNCTION <function name> destination <destination name>
where <destination name> is the RFC destination created in SM59
‎2007 Jun 18 1:15 PM
If you have just custom written the Remote function module, and before you need to test it,
a. you need to transport the transport request containing the developments to a remote server (say R1) that you want to test
b. create a RFC destination for R1 on the server you developed the Remote function module(RFM) and test the connection.
c. You can test the RFM from the development server by just executing the RFM in SE37 and giving the RFC destination name same as the RFC destination name u created for R1.
alternatively for (c) you can test from a program by using the syntax :
CALL FUNCTION <function_name> destination <destination_name>
where <destination_name> is the RFC destination for R1
Regards,
Anish Thomas
‎2007 Jun 18 2:09 PM
I should correct myself, I try to test ist with SAP Web AS. I have a hostname and port ( TA SMCIM) and try to start the web service. But I get error.. Do you have an Idea?