‎2007 Nov 21 1:59 PM
Hi all,
Pls any one help giving sample r model TS for Remote function call.
r weblogs. its urgent plz.
Thanks.
ramesh
‎2007 Nov 21 2:07 PM
Hi!
It's like this between 2 SAP systems:
From the caller side:
CALL FUNCTION 'ZPM_FUNC' DESTINATION 'TST_010'
TABLES
itab = itab.
The destination have to be defined in SM59 transaction at the caller.
At destination side, the ZPM_FUNC FM has to be enabled to RFC. It can be switched at SE37, proerties page.
Regards
Tamás
Message was edited by:
Tamás Nyisztor
‎2007 Nov 21 2:09 PM
Hi Girish,
Check this link.
http://help.sap.com/saphelp_47x200/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm
<b>Reward points if this helps.
Manish</b>
‎2007 Nov 21 2:15 PM
Hi Manish
i need sample Technical Speces on RFC not creation of RFC. Becoz i hv to create Technical spece for this. help me in this point.
Thanks.
ramesh
‎2007 Nov 21 2:18 PM
Hi Manish,
if u hv TS plz send to my personal mail id girishmh@gmail.com
Thanks
‎2007 Nov 21 2:18 PM
Hi Girish,
Technical spec are project specific. Not sure if someone should share but yes your TS should be on the lines of Function module spec. with addition on RFC destinations, import, export parameters etc.
Hope this helps.
Manish