Ansicht
Dokumentation

ABENABAP_MANAGED_DB_OBJECTS_ASQL - ABAP MANAGED DB OBJECTS ASQL

ABENABAP_MANAGED_DB_OBJECTS_ASQL - ABAP MANAGED DB OBJECTS ASQL

rdisp/max_wprun_time - Maximum work process run time   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Access to ABAP-Managed Database Objects

includes a set of statements for use in ABAP programs. The database is accessed using the interface of the database interface, which transforms the statements into platform-dependent SQL.

can be used to access ABAP-managed database objects as follows:

  • Reads on the database objects of CDS views, CDS table functions, and CDS hierarchies. When a CDS table function is accessed, the associated AMDP table function is called internally and its result is provided as the result set of the statement.

The most important features are as follows:

  • is largely platform-independent
  • is based on the data types defined in the ABAP Dictionary and their possible enhancements.
  • respects the order of fields defined in the ABAP Dictionary, since this can differ from the order in the database.

  • checks the compatibility of host variables with the associated dictionary types or database types.

  • enables conversions between ABAP types and platform-dependent data types in accordance with uniform ABAP-specific rules.

  • supports the following ABAP Dictionary and ABAP CDS functions:

  • The CDS roles mapped to the CDS entity are evaluated.

  • The key fields defined in the CDS entity are respected.

  • Actual parameters can be assigned to the input parameters of a CDS entity in uniform syntax.

  • Database objects specified statically in are recorded in the where-used list of the ABAP tools. Each time an ABAP-managed database object is modified it is advisable to record it in the where-used list. In this way the effects of the modification can be controlled.
  • enables dynamic tokens to be specified that are evaluated at runtime of an ABAP program.
  • DDL statements are not included in . The respective ABAP-managed database objects cannot be modified in and no other database objects can be created or modified.

Note

Some of the semantic attributes defined in the ABAP Dictionary or ABAP CDS, such as foreign key relationships or reference fields, are ignored in and are respected only by classic Dynpros, Web Dynpros, and some other frameworks. The latter applies in particular to the evaluation of framework-specific annotations in ABAP CDS.






General Material Data   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 8451 Date: 20240425 Time: 071117     sap01-206 ( 84 ms )