SAP C_ABAPD_2309 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: C_ABAPD_2309
- Prüfungsname: SAP Certified Associate - Back-End Developer - ABAP Cloud
- Zertifizierungsanbieter: SAP
- Zuletzt aktualisiert am: 26.04.2025
In a RESTful Application Programming application, in which objects do you bind a CDS view to create a value help? Note: There are 3 correct answers to this question.
- A . Data model view
- B . Behavior definition
- C . Metadata Extension
- D . Service Definition
- E . Projection View
Given the following code in an SAP S/4HANA Cloud private edition tenant:
The class zcl_demo_class is in a software component with the language version set to "ABAP Cloud". The function module ZF1′ is in a different software component with the language version set to "Standard ABAP". Both the class and function module are customer created.
Regarding line #6, which of the following are valid statements? Note: There are 2 correct answers to this question.
- A . ZF1′ can be called only if it is released for cloud development.
- B . ‚ZF1‘ can be called if a wrapper is created for it and the wrapper itself is released for cloud development.
- C . "ZF1" can be called whether it is released or not for cloud development
- D . ZF1" can be called if a wrapper is created for it but the wrapper itself is not released for cloud development.
Image:
In the following ABAP SQL code, what are valid case distinctions? Note: There are 2 correct answers
to this question.
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
In a subclass subl you want to redefine a component of a superclass superl.
How do you achieve this? Note: There are 2 correct answers to this question.
- A . You add the clause REDEFINITION to the component in subl.
- B . You implement the redefined component for a second time in superl.
- C . You implement the redefined component in subl.
- D . You add the clause REDEFINITION to the component in superl.
Exhibit:
With Icl_super being superclass for Icl_subl and Icl_sub2 and with methods subl_methl and sub2_methl being subclass-specific methods of Id_subl or Icl_sub2, respectivel.
What will happen when executing these casts? Note: There are 2 correct answers to this question
- A . go subl = CAST # go super), will not work
- B . go_sub2 = CAST # go super), will work. go_subl CAST #go_super), will work
- C . go_sub2 = CAST #(go_super). will not work. ] go sub2->sub2 meth 1(…). will work
- D . go_subl->subl_meth !(…)• w’ll work.
What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?
- A . To document the relationship between the two tables
- B . To ensure the integrity of data in the corresponding database tables
- C . To create a corresponding foreign key relationship in the database
Which of the following are incomplete ABAP types? Note: There are 2 correct answers to this
question.
- A . String
- B . T
- C . C
- D . P
Which function call returns 0?
- A . Count_any_of ( val – ‘ABAP ABAP abap‘ sub "AB" )
- B . Count (val – ‚ABAP ABAP abap‘ sub – ‚AB‘ )
- C . find_any_of (val = "ABAP ABAP abap‘ sub = "AB")
- D . find_any_not_of( val ‚ABAP ABAP abap’ sub = ‚AB‘)
In which products must you use the ABAP Cloud Development Model? Note: There are 2 correct answers to this question.
- A . SAP S/4HANA Cloud, private edition
- B . SAP BTP, ABAP environment
- C . SAP S/4HANA on premise
- D . SAP S/4HANA Cloud, public edition
What are some properties of database tables? Note: There are 2 correct answers to this question.
- A . They store information in two dimensions.
- B . They may have key fields.
- C . They can have any number of key fields.
- D . They can have relationships to other tables.