cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC Function Module

Former Member
0 Likes
2,898

Hi all,

I need to create a RFC Function module, I have the RFC destination given, May I know any further seetings needed for a RFC Function Module.

Thanks

Mungala.

View Entire Topic
Former Member
0 Likes

Hi Mungala,

Please checkout the below URL


http://help.sap.com/saphelp_nw04/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm

CALL FUNCTION - RFC (RFC Variants)

Synchronous RFC

1. CALL FUNCTION func DESTINATION dest

parameter_list.

Asynchronous RFC

2. CALL FUNCTION func STARTING NEW TASK task

DESTINATION {dest

parameter_list

{PERFORMING subr}.

Transactional RFC

3. CALL FUNCTION func IN BACKGROUND TASK

parameter_list

.

======================

Displaying, Maintaining, and Testing Destinations

To display, create, or change destinations, choose the following from the SAP menu: Tools ® Administration ® Administration ® Network ® RFC Destinations (transaction SM59).


Remote destinations are stored in the table RFCDES. The table RFCDES describes logical destinations for remote function calls (RFCs). You cannot maintain the table RFCDES directly.
http://help.sap.com/saphelp_nw04/helpdata/en/22/042537488911d189490000e829fbbd/frameset.htm

Thanks,

Aby Jacob