TDV Adapter for SAP Cloud for Customer

Build 22.0.8462

SQL Compliance

The SAP Hybris C4C Adapter supports several operations on data, including querying, deleting, modifying, and inserting.

SELECT Statements

See SELECT Statements for a syntax reference and examples.

See Data Model for information on the capabilities of the SAP Hybris C4C API.

INSERT Statements

See INSERT Statements for a syntax reference and examples, as well as retrieving the new records' Ids.

UPDATE Statements

The primary key ObjectID is required to update a record. See UPDATE Statements for a syntax reference and examples.

DELETE Statements

The primary key ObjectID is required to delete a record. See DELETE Statements for a syntax reference and examples.

Names and Quoting

  • Table and column names are considered identifier names; as such, they are restricted to the following characters: [A-Z, a-z, 0-9, _:@].
  • To use a table or column name with characters not listed above, the name must be quoted using double quotes ("name") in any SQL statement.
  • Strings must be quoted using single quotes (e.g., 'John Doe').

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462