When you create an exception class, what does SAP recommend you do?
(Select 3 correct answers)
Which of the following are reasons that SAP recommends developing Core Data Services view entities as opposed to classic Core Data Services DDIC-based views?
Note: There are 2 correct answers to this question.
You want to define the following CDS view entity with an input parameter:
define view entity Z_CONVERT
with parameters i_currency : ???
Which of the following can you use to replace ????
(Select 2 correct answers)
Which of the following actions cause an indirect change to a database table requiring a table conversion? (Select 2)
You want to document a global class with ABAP Doc. What do you need to consider?
(Select 3 correct answers)
Given the following data definitions:
DATA: text TYPE string VALUE 'Date 1972-04-01 is in ISO format'.
DATA: regex TYPE string VALUE '[0-9]{4}(-[0-9]{2})(2}'.
In which of the following functions can you use regular expressions?
(Select 3 correct answers)
Given the following Core Data Services (CDS) View Entity data definition:
DEFINE VIEW ENTITY demo_cds_view_entity
AS SELECT FROM spfli
{
cityfrom,
cityto,
carrid,
connid
}
When you attempt to activate the definition, what will be the response?
Which of the following custom code use cases falls under Tier 1 extensibility guidelines?
Which of the following rules apply for dividing with ABAP SQL?
Note: There are 3 correct answers to this question.
What RESTful Application Programming feature is used to ensure the uniqueness of a semantic key?
Which statement can you use to change the contents of a row of data in an internal table?
While debugging an ABAP program, you want the program to stop whenever the value of a variable changes. Which of the following do you use?
Which models must you use to develop artifacts that expose ABAP-based backend services based on semantic data models? (Select 2)
To which of the following rules must extensions in SAP S/4HANA, public cloud edition adhere?
(Select 2 correct answers)
What are some features of ABAP SQL?
Note: There are 2 correct answers to this question.
In a class you use the statement DATA var TYPE …
What may stand in place of the type?
(Select 2 correct answers)