2007 Sep 12 1:14 PM
HI experts,
iam working on ALE and IDOC, can any body explain me about RFC destination briefly.
thanks
srinivas
2007 Sep 12 1:20 PM
hi balla,
can you explain your problem in bref ehat do you want
HI experts,
iam working on ALE and IDOC, can any body explain me about RFC destination briefly.
thanks
srinivas
2007 Sep 12 1:17 PM
RFC Destination contains the information for performing a Remote function call on an External system.
Essentially it contains the System location details and Login details.
it is used while calling a RFC from ABAP program using
CALL FUNCTION 'FM' DESTINATION <Rfc Dest>
-
-
it is also required while configuring ALE distribtion.
RFC destinations are created in Tcode SM59.
There are different types such as R/2 , R/3 , TCP/IP ETC.
for R/3 connection following settings are required
HOSTNAME./ IP ADDRESS
SYSTEM NUMBER
LOGIN :
CLIENT, USER, PASSWORD
You can perform a Remote login for testing the connection.
2007 Sep 12 1:18 PM
2007 Sep 12 1:19 PM
Hi,
You can create RFC destination in sm59 in tech settting u give target host name,
in logon security tab u give
Language
Client
User
Password
Reward points,
Bohra.
2007 Sep 12 1:19 PM
2007 Sep 12 1:20 PM
hi balla,
can you explain your problem in bref ehat do you want
2007 Sep 12 1:21 PM
hi srinivas
for remote communication in distribution systems there is a sender and receiver
onesystem to another system communication we should create the destinations for each system to login and communicate the systems
To create Rfc
go to se37 create a function module which is remote enabled and type the code
and come to sm59 create the destinaton there
call function 'zfunction'
destination 'd810'
it will connect from u r system to 810 client
take the info from the destination .........
The function module should present at the destination........
revert points if it usefull