Skip to main content

Pragma Functions

Pragma functions are special SQL commands for configuring and managing the ERPL extension runtime behavior.

Available Functions

Configuration Management

Trace and Debugging

Connection and Utility

Usage Examples

-- Set the trace level to verbose
PRAGMA sap_rfc_set_trace_level(2);

-- Check SAP connectivity
PRAGMA sap_rfc_ping;

-- Set the INI configuration file path
PRAGMA sap_rfc_set_ini_path("/path/to/config.ini");

For detailed documentation on each function, see the individual function pages linked above.