You are on page 1of 2

The Ultimate C_ C_TS4CO_1909 - SAP Certified

Application Associate - SAP S/4HANA for


Management Accounting Associates (SAP S/4HANA
1909)

C_TS4CO_1909 - SAP Certified Application Associate - SAP S/4HANA for Management Accounting
Associates (SAP S/4HANA 1909) Certification Exam Credential s. The BO runtime framework now
supports results for actions and functions other than $self. The results can be entities of the same BO
the action is defined for, entities of other BOs, or result structures. To differentiate between result
entities and result structures the syntax element entity has been introduced.

In addition, you can now create actions, for which the action consumer can decide whether the result
shall be returned completely or only parts of it, for example the keys only. Such an action must be
marked with the keyword selective in the behavior definition.

define behavior for CDSEntity

...

** Action with result entity

action ActionName result [cardinality] entity OutputEntity

** Action with result structure

action ActionName result [cardinality] OutputStructure

** Action with selective result

action ActionName result selective [cardinality] entity OutputEntity

 For more information, see Actions.

Reporting Messages in ADJUST_NUMBERS and SAVE

The implicit returning parameter REPORTED is now available for the methods adjust_numbers and save.
By filling this parameter you can report information or success messages after the point of no return in
the save sequence.
 For more information, see ADJUST_NUMBERS and SAVE.

Documenting Behavior Definitions

Now you can document behavior definitions in the Knowledge Transfer Document editor.

From the Project Explorer, select the behavior definition you want to document. Use the context menu
to create a knowledge transfer document.

Knowledge Transfer Document Editor

Knowledge Transfer Document Editor

 For more information, see Documenting Behavior Definitions.

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.6

Back-end version:  SAP Cloud Platform ABAP Environment 1911

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

You might also like