CDS transactional query

    A CDS projection view that is intended for modeling transactional queries. A transactional query is typically used in the context of the ABAP RESTful Application Programming Model to adapt a CDS data model for service-specific use cases. A transactional query is defined using the CDS DDL statement DEFINE VIEW ENTITY AS PROJECTION ON and it must have the provider contract set to TRANSACTIONAL_QUERY. A CDS transactional query is a CDS persistent entity.

    -> More about