ERP Adapters

Topics:

    Topics:

    This section describes new features for ERP adapters.

    Adapter for Salesforce.com: Extended Bulk Load Now Available

    Extended Bulk Load is now available on the adapter for Salesforce.com, making it the very first non-SQL adapter with this capability. The Salesforce.com adapter can be found in the ERP adapter folder list.

    Support for SAP S/4 HANA, the Next Generation of ERP Business Suite From SAP Replaces SAP ECC/ERP

    Support for SAP S/4 HANA, the next generation of ERP business suite from SAP replaces SAP ECC/ERP. The Adapter for SAP now supports SAP S/4 HANA. Customers who rely on the current Adapter for SAP can now take advantage of all the benefits of SAP S/4 HANA, while reusing business logic and data in new application initiatives.

    Adapter for SAP/R3: Support for Strict Mode in Release 7.40 and Up

    Starting with Release 7.40, SAP implemented a stricter check for and enforcement of Open SQL syntax rules:

    • List elements in Open SQL statements are separated by a comma.
    • Host variables in Open SQL statements are escaped by an at symbol (@).

    To enable a user to control use of strict mode, the following command has been introduced.

    ENGINE SQLSAP SET SQLSTRICTMODE {ON|OFF|AUTO}

    where:

    ON

    Enforces use of strict mode, regardless of the target SAP system capabilities.

    OFF

    Turns off strict mode.

    AUTO

    Sets strict mode automatically depending on the target SAP system kernel release (Kernel 740 SP02 and higher support ON). This is the default value.

    To revert to the automatic setting, issue the following command.

    ENGINE SQLSAP SET SQLSTRICTMODE RESET

    WebFOCUS

    Feedback