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

RFC_REMOTE_EXEC

Former Member
0 Likes
1,025

Why I can´t find the FM 'RFC_REMOTE_EXEC'? I´m in 4.6C version and I can´t find functions like this...

Thanks in advance,

Éder

4 REPLIES 4
Read only

Former Member
0 Likes
810

try RFC and hit F4 to see your possibilities.

Read only

Former Member
0 Likes
810

Hi

Its part of the SAPGUI Istallation . And Utility program should be there in front end rfcexec.exe. So you need to install SAPGUI completely.

Regards

Srikanth M

Read only

0 Likes
810

Hi,

it is not only part of SAPGui, it is also part of the RFC SDK and the NetWeaver RFC SDK. So it's not an ABAP function module, it's a C/C++ function module.

In the NetWeaver RFC SDK it even comes with source code, so you can create your own copy and modify it (if you have a C/C++ compiler installed on OS level). For details on how to download see SAP note 1025361 and for the necessary compiler&linker options for each OS see note 1056696.

Best Regards, Ulrich

Read only

Former Member
0 Likes
810

Hi

You wont find this FM in SAP system...as it is a Remote enabeled FM and is present in the program RFCEXEC (or smthing like that..I don remember the exact name)which is further present at the operating system level.

This program RFCEXEC basically triggers the FM on the remote system to convert your IDOC file to any other external format.

Thanks