‎2007 Sep 27 5:00 AM
Hi,
Do anyone knwo how to create RFC destination using code not using SM59.
Regards,
Pranshu
‎2007 Sep 27 5:03 AM
1) Go to transaction SM59.
2) Choose the Connection type.
If u r going to connect with another server, then choose R/3 connections.
3) Then Press Create
4) Give a destination name
5) Enter a connection type
6) ERnter description
7) Press save.These are the steps to create RFC destinqation.
Pls reward if helpful
‎2007 Sep 27 5:30 AM
‎2007 Sep 27 5:22 AM
To create the RFC go to TCODE: SM59
Create new destination of type T (TCP/IP)
Make sure you select Registered Server Program option before writing your program ID
Write your program ID (remember it's case-sensitive)
In the gateway host and gateway service write the values of your "Application system" - business system (R/3 System)
‎2007 Sep 27 5:48 AM
hi
good
try this
CALL FUNCTION 'BAPI_CHARACT_GETDETAIL' DESTINATION SYST_B
where SYST_B is the target system, while the SAPRFC is executed logging into SYST_A.
Using saprfc_test.php I do not see any way to set a target system, i.e. something to be added to the following:
$fce = saprfc_function_discover($rfc,"BAPI_CHARACT_GETDETAIL");
$rfc_rc = saprfc_call_and_receive ($fce);
thanks
mrutyun^
‎2007 Sep 27 6:23 AM
Sorry Mrutyun,
I dindt understand - how to implement .. am new to ABAP ... juz need more effort from you .. Can you kindly explain ?
Regards,
Pranshu