SAP CDS TRANSACTIONAL PV - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

CDS transactional query
CDS projection view that is intended for modelling transactional queries. A transactional query is typically used in the context of the ABAP RESTful Application Programming Model to define the projection layer of a RAP business object. 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.
ABAP_MORE_INFO