
無料でゲット!2022年最新のに更新されたSAP C-S4HDEV1909試験問題と解答
C-S4HDEV1909問題集PDFとテストエンジン試験問題
SAP C-S4HDEV1909 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
| トピック 9 |
|
質問 29
Which of the following are extensibility apps from the Extensibility Business Catalog? Note: There are 3 correct Answers to this question.
- A. Custom CDS Views
- B. Custom Fields and Logic
- C. Data Source Extensions
- D. Configure Software Packages
- E. Custom Database Fields
正解: A,B,D
質問 30
You are creating an enhancement implementation using key user extensibility. Which of the following can you do in the web-based ABAP editor? Note: There are 3 correct Answers to this question.
- A. Directly access SAP database tables.
- B. Create filter conditions.
- C. Modularize your code using custom libraries.
- D. Test your custom logic.
- E. Assign your implementation to a transport request.
正解: B,D,E
質問 31
You use the following expression to address the internal table gt_flights: gs_flight = gt_flights[ carrid =
'XX' connid = '9999' ]. There is NO table entry with the specified key. What is the result of the statement?
- A. gs_flight is initialized. The system sets sy-subrc to 4.
- B. gs_flight retains its previous contents. The system triggers an exception.
- C. gs_flight is initialized. The system triggers an exception.
- D. gs_flight retains its previous contents. The system sets sy-subrc to 4.
正解: C
質問 32
You want to create ABAP applications to consume an on-premise RFC. You use the jco.client.ashost property to create a corresponding destination. Which other properties must you add to the destination definition? Note: There are 2 correct Answers to this question.
- A. jco.client.sysnr = < SAP System Instance >
- B. jco.client.client = < SAP Client >
- C. jco.client.mshost = < Message server host >
- D. jco.client.group = < Group of application servers >
正解: A,B
質問 33
The class CL_CLASS contains a public static method DO_SOMETHING with an importing parameter PARAM TYPE i. Your program contains the following data declaration: DATA var TYPE string. Which of the following method calls is syntactically correct? Note: There are 2 correct Answers to this question.
- A. cl_class=>do_something( param = EXACT #( var ) ).
- B. cl_class=>do_something( param = CAST #( var ) ).
- C. cl_class=>do_something( param = var ).
- D. cl_class=>do_something( param = CONV #( var ) ).
正解: C,D
質問 34
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?
Note: There are 2 correct Answers to this question.
- A. AMDP Functions
- B. Stored Procedures
- C. Calculation Views
- D. Database Views
正解: A,D
質問 35
Which data transfer formats are available in SAP Gateway? Note: There are 2 correct Answers to this question.
- A. JSON (JavaScript Object Notation)
- B. REST (Representational State Transfer)
- C. HTML (Hypertext Markup Language)
- D. XML (Extensible Markup Language)
正解: A,D
質問 36
You are defining a variant in the ABAP Trace tool (SAT). Which of the following trace restrictions can you set? Note: There are 2 correct Answers to this question.
- A. Restrict trace to specific program parts
- B. Restrict trace to specific transactions
- C. Restrict trace to specific statements
- D. Restrict trace to specific users
正解: A,C
質問 37
In your ABAP program, you have a loop over internal table T1. Inside the loop, you use the contents of T1 to fill another internal table T2: LOOP AT t1 INTO wa1. MOVE-CORRESPONDING wa1 TO wa2. APPEND wa2 TO T2. ENDLOOP. Which expressions could you use to replace the loop?
- A. REDUCE
- B. VALUE
- C. CONF
- D. REF
正解: B
質問 38
You want to use the extensibility app, Custom Fields and Logic, to define custom fields for an SAP Fiori app. Which of the following conditions is a prerequisite for this activity?
- A. There is no specific requirement. Custom fields can basically be created for any SAP Fiori app.
- B. You must release the SAP Fiori app for extensibility via transaction Setup Adaptation Transport Organizer for Key User Tools (S_ATO_SETUP).
- C. Custom fields can only be created for SAP Fiori apps that have been enabled by SAP for this type of extension.
- D. You must release the SAP Fiori app for extensibility using the Enable Fields for Use transaction in the Custom Fields and Logic (SCFD_EUI) app.
正解: C
質問 39
Which of the following new repository object types were introduced with ABAP CDS? Note: There are 3 correct Answers to this question.
- A. Business Object
- B. Metadata Extension
- C. Access Control
- D. External View
- E. Data Definition
正解: C,D,E
質問 40
What can you use as data source for an SAP Fiori App Launcher - Dynamic?
- A. OData service
- B. SAPUI5 service
- C. Source mapping
- D. Target mapping
正解: A
質問 41
You want to define an ABAP Managed Database Procedure (AMDP) . Which are requirements in the definition part of the class? Note: There are 2 correct Answers to this question.
- A. All parameters of the AMDP method are passed by value.
- B. The AMDP method has at least one exporting parameter.
- C. The class implements interface if_amdp_marker_hdb.
- D. The AMDP method is defined as a a static method.
正解: A,C
質問 42
You want to create a new CDS view VIEW1 that reads from CDS view VIEW2. VIEW2 has 2 input parameters, par1 and par2, with data type abap.char(10). Which of the following is the correct way to supply the input parameters?
- A. select from VIEW2( par1: 'Text1' par2: 'Text2' )
- B. select from VIEW2( par1= 'Text1' par2= 'Text2' )
- C. select from VIEW2( par1: 'Text1', par2: 'Text2' )
- D. select from VIEW2( par1 = 'Text1', par2 = 'Text2' )
正解: C
質問 43
Which of the following features are available in Open SQL release 7.50? Note: There are 3 correct Answers to this question.
- A. FULL OUTER JOIN
- B. RIGHT OUTER JOIN
- C. ASSOCIATION
- D. BETWEEN in ON conditions
- E. Up to 50 tables in JOINs
正解: B,D,E
質問 44
Which of the following are benefits of draft-enabling an application? Note: There are 3 correct Answers to this question.
- A. Support for device switching
- B. Early feedback from validations
- C. Implicit authorization checks
- D. Support for continuous work
- E. Re-use of existing business logic
正解: A,B,D
質問 45
SAP enabled key user extensibility for a SAP Fiori application. The application accesses a database table that you extended with an append structure in the customer namespace. You want to use key user extensibility to create input fields on the SAP Fiori UI that correspond to the custom database fields.
Which of the following steps are mandatory? Note: There are 3 correct Answers to this question.
- A. Enable the custom database fields for usage in SAP Fiori apps using the transaction Enable Fields for Use in the Custom Fields and Logic (SCFD_EUI) app.
- B. Enable the usage of the custom database fields in the Custom Fields and Logic app.
- C. Append the custom database fields to the extension include structure provided by SAP.
- D. Redefine the OData service used by the SAP Fiori app in transaction SAP Gateway Service Builder (SEGW) to add the custom database fields.
- E. Activate the custom database fields using the transaction Extensibility Registry (SCFD_REGISTRY).
正解: A,B,C
質問 46
Which of the following information do you get using the ABAP Call Monitor? Note: There are 3 correct Answers to this question.
- A. The protocol type used for the call
- B. The ID of the calling user
- C. The number of calls
- D. The ABAP objects that have been called
- E. Business transactions that called ABAP objects
正解: C,D,E
質問 47
......
検証済みのC-S4HDEV1909テスト問題集と解答で正確な80問題と解答あります:https://www.goshiken.com/SAP/C-S4HDEV1909-mondaishu.html