The Ultimate C - C - HANADEV - 17 - SAP Certified Development Associate - SAP HANA 2.0 SPS05

You might also like

You are on page 1of 2

The Ultimate C_C_HANADEV_17 - SAP Certified

Development Associate - SAP HANA 2.0 SPS05

C_HANADEV_17 - SAP Certified Development Associate - SAP HANA 2.0 SPS05 Certification
Exam Credential. ABAP RESTful Programming Model
Understanding Concepts
As an application developer, you may not only be interested on how you can implement different
scenarios and use cases for your business applications by following the stateless programming paradigm
of the ABAP RESTful programming model. It may also be important for you to understand the main
concepts behind it.

The concepts section provides you with background information of ABAP RESTful programming model
and helps you to understand main concepts from both, the design time, and runtime perspective.

For further information, see Concepts.

Test Class Generation for Service Binding


You can now generate automated tests for an OData service that you've created using service binding.
The test class provides guidance on how to access the OData service using ABAP Units and provides the
test code for performing CRUD operations on an entity set.
Defining Names for OData Entity Sets and Entity Types
You can now define external names for OData entity sets and entity types that are then used in the OData
service metadata. The annotations @OData.entitySet.name and @OData.entityType.name can now be
used in any CDS entity.
These release notes are a general overview of the most significant changes relating to the ABAP
Development Tools (ADT) features in the context of ABAP development and the ABAP programming
models.

These release notes relate to the:


ADT client version: ABAP Development Tools 3.0

Back-end version: SAP Cloud Platform ABAP Environment 1902


Back-end version: Application Server ABAP 7.53 SP01

Supported Eclipse platforms:


4.8 (Photon)

2018-09 (4.9)

2018-12 (4.10)

Note
The following features that are highlighted with a '*' are client-specific and are therefore available for all
supported ABAP systems.

ABAP Development Tool provides features which 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 the on-premise releases

for SAP Cloud Platform ABAP Environment shipments

This topic contains the release information about the following areas:

ABAP Development Tools


ABAP Development Tools
Ensuring Quality with ABAP Unit
You can now use ABAP CDS Test Double Framework and ABAP SQL Test Double Framework for CDS
entities and ABAP classes respectively. These frameworks allow you to replace data sources with test
doubles in an ABAP Unit test so that the object under test accesses the test double instead of the actual
component.

For more information, see


Managing Database Dependencies with ABAP Unit

You might also like