SAP C_S4HDEV1909 SAP Certified Development Associate – Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer Online Training
SAP C_S4HDEV1909 Online Training
The questions for C_S4HDEV1909 were last updated at Nov 15,2024.
- Exam Code: C_S4HDEV1909
- Exam Name: SAP Certified Development Associate - Programming in SAP S/4HANA for SAP NetWeaver ABAP Programmer
- Certification Provider: SAP
- Latest update: Nov 15,2024
Which building blocks of the ABAP RESTful Programming Model (RAP) are part of the Core Data Services(CDS)? There are 2 correct answers to this question.
- A . Behavior Implementation
- B . Projection View
- C . Behavior Definition
- D . Service Definition
You develop an SAP Fiori app in a specific solution area.
Where do you define tiles and target mappings for the app? Please choose the correct answer.
- A . In a Technical Catalog
- B . In a Business Role
- C . In a Business Catalog Group
- D . In a Business Catalog
You create a destination in SAP BTP cockpit.
Which of the following destination types can you set in the Connectivity Service? There are 2 correct answers to this question.
- A . HTTP
- B . SMTP
- C . RFC
- D . OData
Which of the following are valid ways to insert a comment in a Data Definition (DDL source)? There are 2 correct answers to this question.
- A . /* comment */
- B . — comment
- C . // comment
- D . * comment
Which of the following floor plans does SAP Fiori elements offer? There are 3 correct answers to this question.
- A . List Report
- B . Initial Page
- C . Master Detail Page
- D . Overview Page
- E . Worklist
Which of the following Open SQL statements are syntactically correct in release 7.50? There are 3 correct answers to this question.
- A . SELECT FROM sbook . FIELDS carrid, connid, loccuram, loccurkey . INTO TABLE @lt_booking . WHERE customid = @lv_customer.
- B . SELECT carrid, connid, loccuram, loccurkey . FROM sbook .INTO TABLE @lt_booking .
WHERE customid = @lv_customer. - C . SELECT carrid connid loccuram loccurkey. FROM sbook. INTOTABLE lt_booking .
WHERE customid = lv_customer. - D . SELECT carrid connid loccuram loccurkey . FROM sbook . WHERE customid = lv_customer. INTOTABLE lt_booking.
- E . SELECT FROM sbook. FIELDS carrid, connid, loccuram, loccurkey . WHERE customid =@lv_customer. INTOTABLE @lt_booking.
You have written a program that uses inline declarations and assigns values using expressions. The global data declarations contain the following statement: DATA o TYPE REF TO cl_class.
Which of the following are valid statements? There are 3 correct answers to this question.
- A . DATA(p) = NEW cl_class( ).
- B . DATA(p) =NEW( ).
- C . o = NEW string( ).
- D . o = NEW( ).
- E . o =NEW cl_class( ).
You implement an ABAP Managed Database Procedure (AMDP). You want to access some other objects from within your script code.
Which of the following objects must you list after the USING addition? There are 2 correct answers to this question.
- A . AMDP Functions
- B . Database Views
- C . Calculation Views
- D . Stored Procedures
Which data transfer formats are available in SAP Gateway? There are 2 correct answers to this question.
- A . REST (Representational State Transfer)
- B . JSON (JavaScript Object Notation)
- C . HTML (Hypertext Markup Language)
- D . XML (Extensible Markup Language)
Which of the following are dimensions of the SAP Fiori definition? Note: There are 3 correct answers to this questions.
- A . Process
- B . Technology
- C . Business
- D . Design
- E . Concept