‎2007 Jun 26 9:52 AM
Hi all,
Here i am just testing the RFC function module. Iam having two clients 800 and 811.
I created RFC function module in client 811 and i made an rfc destination in 800 client.
but my problem is iam unable to call the RFC fm from client 800 in se38.
my rfc is synchronous here.
CALL FUNCTION 'ZSAMPLE_TEST_SYN' destination '800to811'
800to811 is my rfc destination.
can anyone help me in this.
thanx,
krishna.
‎2007 Jun 26 10:07 AM
Hi,
Goto SM59 in clnt 800 and test the connection in 811. (Try <b>Remote Logon </b> button)
If u r using qRFC, then check the queues in both the systems.
‎2007 Jun 26 10:16 AM
‎2007 Jun 26 10:54 AM
Hi Krishna,
Check if u r sending any data to the FM.
If so, pls make sure that those r of type char. ( if not, then convert )
Regards,
Basu.
‎2007 Jun 26 10:07 AM
Hello Krishna,
What do you mean whith "iam unable to call the RFC fm from client 800 in se38".
What is the error message?
‎2007 Jun 26 10:13 AM
Hi.
Check transaction code SM59 for link of RFC.
reward all helpfull answer.
regards.
Jay
‎2007 Jun 26 10:25 AM
Hi,
You are creating the SE38 program at client 800 and your function module exists at client 811.
you can not see this function module at client 800 by clicking at pattern button in SE38. Please copy the structure of this function module from client 811 and paste in program of client 800 and add the destination as below :
CALL FUNCTION 'ZSAMPLE_TEST_SYN' destination '800to811'
give import export parameters entry and execute the same program,
you will find the result.
Regards,
Sandeep Kaushik
‎2007 Jun 26 10:36 AM
Dear Krishna,
The first question I want to ask u that:
1> Are 800 and 810 are both developement clients for ur project?
2.> Check RFC connection between 800 and 810 client in SM59.
Regards,
Pulokesh
‎2007 Jun 26 11:13 AM
Hi krishna,
There only two possiblities are there.
1. your function module should be RFC enabled. Attributes -- chk Remote enable fm radiao button, This FM must be present in target system.
2. chek the connection in sm59 means test it. if it is testing suceesful then ok. again try giving destination name in uppercase only.
Jogdand M B