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
Which ABAP SQL clause allows the use of inline declarations?
- A . FROM
- B . INTO CORRESPONDING FIELDS OF
- C . INTO
- D . FIELDS
Which of the following are parts of answers to this question.
- A . Partitioning attributes
- B . Extension
- C . Field list
- D . Semantic table attributes
Refer to Exhibit.
When accessing the subclass instance through go_super, what can you do? Note: There are 2 correct answers to this question.
- A . Access the inherited private components.
- B . Access the inherited public components.
- C . Call a subclass specific public method
- D . Call inherited public redefined methods.
You have two internal tables itab1 and itab2.What is true for using the expression itab1 = corresponding #( itab2 )? Note: There are 2 correct answers to this question.
- A . Fields with the same name but with different types may be copied from itab2 to itab1.
- B . itab1 and itab2 must have at least one field name in common.
- C . Fields with the same name and the same type will be copied from itab2 to itab1.
- D . itab1 and itab2 must have the same data type.
This program will run rarely.
Based on this information, which of the following general settings should you set for the spfli database table? Note: There are 2 correct answers to this question.
- A . "Storage Type" to "Column Store"
- B . "Load Unit to "Column Loadable"
- C . "Storage Type" to "Row Store"
- D . "Load Unit‘ to ‚Page Loadable"
Which of the following integration frameworks have been released for ABAP cloud development? Note: There are 3 correct answers to this question.
- A . SOAP consumption
- B . CDS Views
- C . Business Add-ins (BAdls)
- D . Business Events
- E . OData services
What RESTful Application Programming object contains only the fields required for a particular app?
- A . Database view
- B . Metadata extension
- C . Projection View
- D . Data model view
Exhibit:
Which of the following statements are correct? Note: There are 2 correct answers to this question.
- A . FOR defines a loop that runs over the content of source_itab
- B . source_itab is only visible within the loop.
- C . row is a predefined name and cannot be chosen arbitrarily.
- D . row is only visible within the loop.
Refer to the exhibit.
The class zcl_demo_class is in a software component with the language version set to "Standard ABAP". The function module "ZF11 is in a software component with the language version set to "ABAP Cloud". Both the class and function module are customer created. Regarding line #6, which of
the following is a valid statement?
- A . ‚ZF1‘ can be called whether it has been released or not for cloud development.
- B . ‚ZF1‘ can be called via a wrapper that itself has been released for cloud development.
- C . ‚ZF1‘ can be called via a wrapper that itself has not been released for cloud development.
- D . ‚ZF1‘ must be released for cloud development to be called.
Refer to the exhibit.
The class zcl_demo_class is in a software component with the language version set to "Standard ABAP". The function module "ZF11 is in a software component with the language version set to "ABAP Cloud". Both the class and function module are customer created. Regarding line #6, which of
the following is a valid statement?
- A . ‚ZF1‘ can be called whether it has been released or not for cloud development.
- B . ‚ZF1‘ can be called via a wrapper that itself has been released for cloud development.
- C . ‚ZF1‘ can be called via a wrapper that itself has not been released for cloud development.
- D . ‚ZF1‘ must be released for cloud development to be called.