You are on page 1of 3

The Ultimate Guide to C_BYD15_1908 - SAP

Certified Application Associate - SAP Business


ByDesign Implementation Consultant

C_BYD15_1908 - SAP Certified Application Associate - SAP Business ByDesign Implementation


Consultant Certification Exam Credential. Finding Development Objects by their Documentation
Status
In the Project Explorer, you can now group the objects by their documentation status. Therefore, choose
Expand Folder by... Documentation Status from the context menu.
Adding Alias for "Insert All Elements" in CDS Code Completion Preference
When creating a data definition, using a database table as datasource, and performing Insert all elements
or when creating a data definition on base of a database table, ADT will generate an alias for each
element and add it and the name of the element in the select statement of the data definition by default

For more information, see Adding Aliases for Inserted Elements from Database Table

Working with Business Services


Creating Service Consumption Model for RFC

You can now create a service consumption model to generate proxies for remote function call (RFC).
Ensuring Quality of ABAP Code
Displaying API Release State of Dependent Objects

While creating a new ABAP test class for a CDS entity using the wizard, the CDS dependency tree now
displays the API release state of the dependent objects. You can only select the dependencies that have
released APIs for creating test doubles. Until now, in the wizard, you could select the dependent objects
with APIs that are not released. This was only identified later in the runtime during the test class
execution.
ABAP RESTful Application Programming Model
Using Service Binding Editor for OData V4 Service
You can now expose a RAP business service as an OData V4 service. The binding type must be chosen
on creating the service binding for the service.
For more information, see Service Binding and Using Service Binding Editor for OData V4 Service.

Using Service Binding Editor for InA Service


You can now expose CDS Analytical Queries via Information Access (InA) service using service binding.
The binding type must be chosen while creating the service binding for the service. To expose CDS
Analytical Query as an InA service, the CDS view must be added to the service definition. This service
definition must be used to create the service binding.

For more information, see Using Service Binding Editor for InA Service.

Setting Default Parameter Values in OData V4 UI Services


It is now possible to model a default value for action input parameters in OData V4 UI services. The
default value is defined with the annotation @Consumption.defaultValue: '<value>' in the abstract CDS
entity that defines the input parameter. This feature is only available for UI business services with OData
V4.

For more information, see Action Definition > Input Parameter.

Nested Determinations on modify


It is now possible to trigger a determination on modify by another determination on modify.

For more information, see Determinations.

Always Flag in Determine Actions


You can now use the flag always for determinations and validations that are assigned to a determine
action. When the determine action is called, determinations and validations with this flag are executed
regardless of their trigger conditions.

For more information, see Actions > Determine Action.

Global Feature Control


You can now define global feature control for feature control that is independent of a business object
instance.

You might also like