Show TOC Start of Content Area

 Contents of the RFC SDK  Locate the document in its SAP Library structure

After the Remote Function Call Software Development Kit is installed, the following directory structures and items will be available:

·        .../rfcsdk/bin contains the executables of all sample programs

¡        sapinfo.exe

RFC client program which receives system information from the SAP system

¡        startrfc.exe

RFC client program which can call any function module in the SAP system

¡        rfcexec.exe

RFC server program which can be started from the SAP system for file and pipe access

¡        rfc2abap.exe

RFC client program which loads and/or just starts an ABAP program in the SAP system

¡        srfctest.exe

RFC client program which provides both a connection and a performance test

¡        srfcserv.exe

RFC server program which provides both a connection and a performance test

¡        trfctest.exe

Sample RFC client program for transactional RFC which transfers data in an internal table to the SAP system.

Note

This program is not available with a 16-bit RFC library on Windows.

¡        trfcserv.exe

Sample RFC server program for transactional RFC which receives data in an internal table from the SAP system.

Note

This program is not available with a 16-bit RFC library on Windows.

·        .../rfcsdk/include contains all includes-files

¡        saprfc.h

Header file for general RFC API

¡        sapitab.h

Header file for working with SAP internal tables

¡        rfcsi.h

Header file for program sapinfo.c

¡        srfctest.h

Header file for program srfctest.c

¡        srfcserv.h

Header file for program srfcserv.c

¡        trfctest.h

Header file for program trfctest.c

Note

This file is not available with a 16-bit RFC library on Windows.

¡        trfcserv.h

Header file for program trfcserv.c

Note

This program is not available with a 16-bit RFC library on Windows.

·        .../rfcsdk/lib contains the specific RFC library

¡        librfc.a

RFC library for supported UNIX platforms

¡        or librfc.dll

RFC library for OS/2 (>= Release 2.1),

librfc.lib

import library to link RFC programs

¡        or librfc32.dll

32-bit RFC library for Windows NT and Windows 95

librfc32.lib

import library to link RFC programs

¡        or librfc16.dll, librfc2.dll, librfc3.dll, librfc4.dll, librfc5.dll

16-bit RFC library for Windows

librfc16.lib

import library to link RFC programs

·        .../rfcsdk/text contains the source code of all sample programs

¡        sapinfo.c

RFC client program which receives system information from an SAP system

¡        startrfc.c

RFC client program which can call any function module in the SAP system

¡        rfcexec.c

RFC server program which can be started from the SAP system for file and pipe access

¡        rfc2abap.c

RFC client program which loads and/or just starts an ABAP program in the SAP system

¡        srfctest.c

RFC client program which provides both a connection and a performance test

¡        srfcserv.c

RFC server program which provides both a connection and a performance test

¡        trfctest.c

Sample RFC client program for transactional RFC which transfers data in an internal table to the SAP system.

Note

This program is not available with a 16-bit RFC library on Windows.

¡        trfcserv.c

Sample RFC server program for transactional RFC which receives data in an internal table from the SAP system.

Note

This program is not available with a 16-bit RFC library on Windows.

 

End of Content Area