The Ultimate C - C - S4CDK - 2021 - SAP Certified Development Associate - SAP Cloud SDK Extensibility Developer

You might also like

You are on page 1of 3

The Ultimate C_C_S4CDK_2021 - SAP Certified

Development Associate - SAP Cloud SDK Extensibility


Developer

C_S4CDK_2021 - SAP Certified Development Associate - SAP Cloud SDK Extensibility Developer
Certification Exam Credential. These release notes are a general overview of the most significant
changes relating to ABAP Development Tools (ADT) features in the context of ABAP development and
the ABAP programming models.

These release notes relate to:


ADT client version: ABAP Development Tools 3.12

Back-end version: SAP Cloud Platform ABAP Environment 2008

Back end version: Application Server ABAP 7.55 SP00

Note
The following features that are highlighted with '*' are client-specific and are therefore available for all
supported ABAP systems.

ABAP Development Tool provides features that are client-specific or require a specific back-end version.
Consequently, this overview covers all client-specific and back-end-specific dependencies. To highlight
and contrast back-end-specific help content in the relevant context, the following icons are used:
for on-premise releases

for SAP Cloud Platform ABAP Environment shipments

This topic contains release information about:

ABAP Development Tools


Creating and Activating Data Models
Creating and Editing CDS View Entities

You can now create and edit the new CDS view entities that provide improved functionalities, such as
activation, and so on.

To do this, you create or edit a data definition using the define view entity template/statement.

Recommendation
SAP recommends using CDS view entities instead of CDS DDIC-based view due to technical
improvements, such as performance at activation, and so on.

For more information, see


CDS View Entities

Creating a Data Definition

Creating ABAP CDS Objects With Reference to Other Objects

When creating, for example, a data definition, you can now refer to an existing CDS object or database
table. This enables you to insert all elements of a referenced object in your new CDS object to be created.

Referencing at creation is provided in the following creation wizards and source code editors:
Data definitions: You want to insert all elements from a referenced CDS entity when creating a data
definition.

Note that inserting all elements is only realized for data definitions.

Access control: You want to protect a CDS entity by creating an access control.

Metadata extension: You want to extend a CDS entity by creating a metadata extension
Service definition: You want to expose a CDS entity by creating an access control.

You might also like