Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remote Function Module

Former Member
0 Likes
572

Hi all,

Pls any one help giving sample r model TS for Remote function call.

r weblogs. its urgent plz.

Thanks.

ramesh

5 REPLIES 5
Read only

Former Member
0 Likes
553

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

Read only

Former Member
0 Likes
553

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>

Read only

0 Likes
553

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

Read only

0 Likes
553

Hi Manish,

if u hv TS plz send to my personal mail id girishmh@gmail.com

Thanks

Read only

Former Member
0 Likes
553

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