Previous Page | Next Page

Using the LIBNAME Statement for SAP

RFC_STRING= additional_rfc_options



Indicates additional logon or connection parameters for the RfcOpenEx() call.
Valid in: SAS/ACCESS LIBNAME statement for SAP
Default value: none

Syntax
RFC_STRING Example

Syntax

RFC_STRING | RFCSTRING | RFC_OPTIONS_EXT | RFCOPENEX | ADDITIONAL_RFC_OPTIONS = additional_rfc_options

Indicates additional log on or connection parameters for the RfcOpenEx() call. The connection parameters are used in the RfcOpenEx() call to log on to the SAP System. With this option, parameters that are not SAP LIBNAME options can be passed to the RfcOpenEx() call.


RFC_STRING Example

RFC_STRING = "ABAP_DEBUG=1"

Note:   When using RFC_STRING="ABAP_DEBUG=1", the ABAP debugger is invoked to debug the ABAP programs used by the engine. The SAP GUI on the SAS RFC Server host is required to use the ABAP_DEBUG=1 option.  [cautionend]

Previous Page | Next Page | Top of Page