Previous Page | Next Page

Using the RFC Macros and Macro Variables

Using the RFC Macros and Macro Variables

The SAS/ACCESS Interface to R/3 includes several SAS macros and SAS macro variables that enable you to communicate with the SAS RFC Server. The following SAS macros and SAS macro variables are available:

%CALLRFC

enables you to call a specified function. For more information about using the %CALLRFC macro, see %CALLRFC.

%R3CONNB

enables you to use a profile to log on to the SAP System for batch processing. For more information about using the %R3CONNB macro, see %R3CONNB.

%R3CONNC

enables you to log on to the SAP System when performing batch processing. For more information about using the %R3CONNC macro, see %R3CONNC.

%R3CONNE

enables you to log off of the SAP System when performing batch processing. For more information about using the %R3CONNE macro, see %R3CONNE.

RFC_LOGON_INFO

enables you to you to specify the logon information and connection parameters that are used in the %CALLRFC macro. For more information about using the RFC_LOGON_INFO macro variable, see RFC_LOGON_INFO.

Previous Page | Next Page | Top of Page