The Ultimate C - C4H450 - 04 - SAP Certified Integration Associate - SAP Cloud For Customer
The Ultimate C - C4H450 - 04 - SAP Certified Integration Associate - SAP Cloud For Customer
C_C4H450_04 - SAP Certified Integration Associate – SAP Cloud for Customer Certification
Exam Credential. Automatically Drawing Primary Key Values for Managed Business Objects
The managed runtime framework can now automatically generate key values in scenarios with UUID
keys if managed numbering is defined in the behavior definition.
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.
From the Project Explorer, select the behavior definition you want to document. Use the context menu to
create a knowledge transfer document.
Defining the Service Namespace for OData Services
You can now define the OData service namespace in service definitions with the annotation
@OData.schema.name.
To avoid that a Fiori UI shows initial values, if nothing is returned, you must fill the result parameter for
all actions.
For more information, see Developing Actions and Implementing the SET_STATUS_BOOKED Action.
<service_URL>/Travel('1')/to_Booking('5')/to_BookingSupplement
You can link an unlimited number of entities in one OData request.