C-S4HDEV1909認定ガイドPDFは100%カバー率でリアル試験問題が使える [Q35-Q52]

Share

C-S4HDEV1909認定ガイドPDFは100%カバー率でリアル試験問題が使える

合格させるC-S4HDEV1909試験にはリアル問題解答


SAP C-S4HDEV1909 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Configure communication scenarios using the Communication Management
  • Add custom logic to a custom business object
トピック 2
  • Define CDS-based Business Objects in the BOPF and implement their behavior
  • Explain the Cloud Platform Connectivity and Destination Service
トピック 3
  • Explain the usage of SAP Fiori in the ABAP Programming Model (CDS-based BOPF)
  • SAP Gateway use in ABAP Programming model
トピック 4
  • Explain the syntactical changes and functional enhancements of ABAP SQL
  • Define AMDPs and CDS table functions
トピック 5
  • Create a UI for a custom business object
  • Create custom fields. Create custom logic
トピック 6
  • Custom code migration from SAP ERP to SAP S
  • 4HANA
  • Publish Gateway Services based on CDS Views
トピック 7
  • Describe the use of the ABAP Restful Application Programming (RAP) model in ABAP development
  • Create and use a custom remote client proxy in ABAP
トピック 8
  • Use SAP Fiori runtime authoring
  • Create data source extensions
  • Define and use views in ABAP Core Data Services (CDS)
トピック 9
  • Describe the impact of S
  • 4HANA simplifications on custom code and tools to analyse the impact
  • ABAP Restful Application Programming (RAP) model

 

質問 35
You use the Code Inspector to Search for Potential Functional Issue. Which of the following checks are presets in FUNCTIONAL_DB variant of the Code Inspector? Note: There are 2 correct Answers to this question.

  • A. Unsecure use of FOR ALL ENTRIES
  • B. Search DB Operations in Pool or Cluster Tables
  • C. Search problematic statements for result of SELECT or OPEN CURSOR without ORDER BY
  • D. Complex WHERE conditions in SELECT statements

正解: B,C

 

質問 36
You develop an ABAP application and you want to directly access an Internet-facing API. Which of the following methods of the CL_HTTP_DESTINATION_PROVIDE class can you use to obtain the destination object? Note: There are 2 correct Answers to this question.

  • A. CREATE_BY_HTTP_DESTINATION
  • B. CREATE_BY_URL
  • C. CREATE_BY_DESTINATION
  • D. CREATE_BY_CLOUD_DESTINATION

正解: B,C

 

質問 37
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

 

質問 38
Which of the following tasks are typically done in a Projection view of the ABAP RESTful Application Programming Model (RAP)? Note: There are 2 correct Answers to this question.

  • A. Enable full-text search in the application
  • B. Define the Business Object composition
  • C. Define the components of the service
  • D. Define a value help for an input field

正解: A,D

 

質問 39
You define an SAPUI5 application as the target in a target mapping. Which of the following are mandatory?

  • A. Component ID
  • B. ICF path
  • C. Application type
  • D. Application ID
  • E. OData service

正解: A,B,D

 

質問 40
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

 

質問 41
In a central hub deployment, which protocol is used to communicate between front-end and back-end server?

  • A. HTTP
  • B. OData
  • C. InA
  • D. RFC

正解: B

 

質問 42
Which of the following are dimensions of the SAP Fiori definition?

  • A. Concept
  • B. Business
  • C. Design
  • D. Technology
  • E. Process

正解: A,C,D

 

質問 43
Which of the following rules apply to the naming of CDS Views? Note: There are 2 correct Answers to this question.

  • A. The data definition and the SQL view must have the same name.
  • B. The data definition name can be up to 30 characters long.
  • C. The SQL view name can be up to 30 characters long.
  • D. The CDS view and the SQL view must have different names.

正解: B,D

 

質問 44
You develop a transactional application with the ABAP RESTful Application Programming Model (RAP).
Not all field names in the data model view are identical to the field names in the database table. Where do you define the field name mapping?

  • A. In the field mapping view
  • B. In the Behavior Projection
  • C. You want to replace statements in a program with expressions.
  • D. In the Behavior Implementation
  • E. In the Behavior Definition

正解: E

 

質問 45
In your system landscape, you create a Custom Business Object in the SAP S/4HANA On-Premise edition.
Which steps are necessary to use the Custom Business Object as the basis for an SAP Fiori app? Note:
There are 2 correct Answers to this question.

  • A. Activate the UI Generation checkbox in the Custom Business Objects app
  • B. Register the OData service based on your Custom Business Object in SAP Gateway
  • C. Create a project in the SAP Gateway Service Builder (SEGW) and reference your Custom Business Object as data source
  • D. Activate the Service Generation checkbox in the Custom Business Objects app

正解: B,C

 

質問 46
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

 

質問 47
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

 

質問 48
In a Custom Business Object you want to implement a determination for a node with the ID SALESORDER. What kind of parameter is the SALESORDER parameter?

  • A. Returning
  • B. Importing
  • C. Exporting
  • D. Changing

正解: D

 

質問 49
You want to adjust validations of a RAP Business Object. You open the related Behavior Pool. On which tab do you find the method implementations?

  • A. Class-relevant Local Types
  • B. Local Types
  • C. Test Classes
  • D. Global Class

正解: B

 

質問 50
Which CDS annotation do you use to add a section to an Object Page?

  • A. @UI.facet
  • B. @UI.segment
  • C. @UI.range
  • D. @UI.area

正解: A

 

質問 51
Which of the following expressions will lead to an exception? Note: There are 3 correct Answers to this question.

  • A. DATA var TYPE c LENGTH 3. var = EXACT #( 'A123' ).
  • B. DATA var TYPE p LENGTH 3 DECIMALS 2. var = EXACT #( 1 / 4 ).
  • C. DATA var TYPE p LENGTH 3 DECIMALS 2. var = EXACT #( 1 / 8 ).
  • D. DATA var TYPE n LENGTH 4. var = EXACT #( 'A123' ).
  • E. DATA var TYPE c LENGTH 5. var = EXACT #( 'A123' ).

正解: A,D,E

 

質問 52
......

100%無料C-S4HDEV1909日常練習試験には80問があります:https://www.goshiken.com/SAP/C-S4HDEV1909-mondaishu.html