You are on page 1of 2

The Ultimate C_C_MDG_1909 - SAP Certified

Application Associate - Master Data Governance

C_MDG_1909 - SAP Certified Application Associate - Master Data Governance Certification Exam
Credential. You can now use the always flag in determine actions also for determinations or validations
that act on subentities.

For more information, see Determine Actions.


For more information on the syntax, see CDS BDL - determine actions (ABAP - Keyword
Documentation).

COMMIT ENTITIES in Simulation Mode


You can now use the COMMIT ENTITIES statement in simulation mode. This triggers the save sequence
of RAP BOs without actually saving data.

For more information, see COMMIT ENTITIES.


For more information on the syntax, see COMMIT ENTITIES (ABAP - Keyword Documentation).

Mapping for Action and Function Parameters


You can now map names of action and function parameters that are represented as abstract entities to
ABAP dictionary tables and structures.

For more information, see CDS BDL - type mapping (ABAP - Keyword Documentation) .
Suppress Fields in Transactional Handling
You can now remove fields that are only added to a RAP BO data model for technical reasons from the
appearance in all behavior-definition-related generated components, for example in derived types or in
EML fields. The annotation @Consumption.hidden:true is a prerequisite for this.

Syntax in CDS projection or abstract behavior definition:


projection | abstract;
define behavior for BO_Entity
field ( suppress ) TechnicalField;
Flexible Association Modeling
It is now possible to define associations to CDS projection view entities in CDS view entities in order to
model relationships between consumption / projection layers.

It is not supported to retrieve fields or other associations via such association.

For more information on the syntax, see CDS DDL - CDS View Entity, ASSOCIATION (ABAP -
Keyword Documentation) .

Field Control for Modify-Enabled Fields


Virtual or denormalized fields are readonly by default. You can modify-enable them in a CDS projection
behavior definition with the syntax field (modify). Now, you can also add field characteristics to such
fields.
For more information about the syntax, see CDS BDL - field characteristics, projection BDEF (ABAP -
Keyword Documentation) .

For more information on the usage, see Editing Language-Dependent Fields.

Early Unmanaged Numbering in Unmanaged Business Objects with Draft


You can now use early unmanaged numbering in unmanaged buiness objects with managed draft.

For more information, see Early Numbering.

Harmonization of Commit Work and Commit Entities


Commit Work and Commit Entities have been harmonized. so that Commit Work now triggers the RAP
save sequence.

Possibly Incompatible Changes for ABAP RESTful Application Programming

You might also like