You are on page 1of 2

The Ultimate C_ C_C4HL2C_92 - SAP Certified

Business Associate - SAP C/4HANA Business


Processes: Lead to Cash

C_C4HL2C_92 - SAP Certified Business Associate - SAP C/4HANA Business Processes: Lead to Cash
Certification Exam Credential. You can now implement your RAP business object in strict mode to ensure
that your BO is modeled and implemented in accordance with the RAP best practices.

 For more information, see Strict Mode.

RAP BO Contract

Rules on how to implement a RAP BO are now available in the RAP documentation.

 For more information, see RAP Business Object Contract.

Developing a RAP BO that Supports Multi-Inline-Editing on a Fiori UI

You can now implement a RAP business object with a singleton mechanism to support multi-inline-editing
on a Fiori UI.

 For more information, see Developing Transactional Apps with Multi-Inline-Edit Capabilities.

Using AUTO FILL CID Option

In EML statements for static operations, you can now use the option AUTO FILL CID. This option ensures
that %cid is filled with a value automatically generated by the framework.

 For more information, see MODIFY.

 For more information on the syntax, see MODIFY ENTITY, ENTITIES, field_spec (ABAP - Keyword
Documentation).
Flag always for Determinations/Validations on Subentities

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:

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.

You might also like