You are on page 1of 3

The Ultimate C_ C_TS410_1809 - SAP Certified

Application Associate - Business Process Integration


with SAP S4HANA 1809

C_TS410_1809 - SAP Certified Application Associate - Business Process Integration with SAP S4HANA
1809 Certification Exam Credential s. You can now use the new ATC Exemptions view in ABAP
Development Tools to manage ATC exemptions. As a result, ATC exemptions are no longer displayed in
the project explorer. To display the ATC Exemptions view, choose Windows Show View Other... ATC
Exemptions.

Displaying ATC Exemptions view

In the ATC exemption editor, you can now use the new Check Object button to run a recheck of the
corresponding object. You can use the Check Object with... button to do the recheck with a specific
check variant.

The ATC exemption editor is only available after activation of a dedicated feature toggle. To request the
activation of this feature, create a customer ticket on component BC-CP-ABA.

 For more information, see Working with ATC Exemptions

Displaying Versions for Form-based Objects in History View

The History view now also supports a version list for form-based objects. In the list of previous versions,
you can now see the author name and you can jump to the transport request of a specific version.

New Icons for IAM Editors

There are now new icons for the following Identity and Access Management (IAM) editors:

Adding Conditions to AMDP Breakpoints

You have now the option to specify a condition for an AMDP breakpoint. Breakpoint conditions will
allow you to stop the program flow at a breakpoint only when its associated condition is fulfilled
(evaluates to true).

To add a condition to an existing AMDP breakpoint, position the cursor at the AMDP breakpoint and
choose Breakpoint Properties... from the context menu
For more information, see Adding Conditions to AMDP Breakpoints

Working with Predefined Field Enablings

You can now create a Predefined Field Enabling to enable a RAP business object for predefined custom
fields. This allows you to extend your application with customer-specific extension fields.

An extensible partner application contains fields which are marked as predefined extension fields. Those
fields are part of application but invisible in OData Services by default. You can enable the predefined
custom fields in ADT and configure the extension fields using the Fiori app Configure Predefined Custom
Fields.

 For more information, see Working with Predefined Field Enablings

ABAP RESTful Application Programming Model

Authorization and Feature Control Checks in Unmanaged Business Objects

The implementation for authorization and feature control in the corresponding RAP handler methods is
now also called during every modify operation in business objects with unmanaged implementation
type.

 For more information, see the runtime diagrams of Update Operation, Delete Operation, Create by
Association Operation, and Action Runtime.

Delegating Authorization Checks

You can now use the syntax authorization: update in the behavior definition to delegate an
authorization check for delete, create-by-association, or action operation to the authorization check for
the update operation.

 For more information, see Authorization Definition.

Additional Implementation for Draft Actions

You can now add an additional implementation for all draft actions to extend the RAP inherent draft life-
cycle. The additional implementation is defined in the behavior definition with with additional
implementation and implemented in the behavior pool.
 For more information, see Draft Actions.

You might also like