test2-h
![]() |
![]() |
![]() |
Title of test:![]() test2-h Description: test h 2 |




New Comment |
---|
NO RECORDS |
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? There are 2 correct answers to this question. Choose: Search problematic statements for result of SELECT or OPEN CURSOR without ORDER BY. Complex WHERE conditions in SELECT statements. Search DB Operations in Pool or Cluster Tables. Unsecure use of FOR ALL ENTRIES. Which of the following are features of the ABAP Test Cockpit? There are 2 correct answers to this question. Choose: Check how often code is executed. Measure the consumption of database time. Schedule global check runs. Request and approve exemptions. 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? There are 2 correct answers to this question. Choose: cl_class=>do_something( param = EXACT #( var ) ). cl_class=>do_something( param = CONV #( var ) ). cl_class=>do_something( param = var ). cl_class=>do_something( param = CAST #( var ) ). 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. Choose: Stored Procedures. Database Views. Calculation Views. AMDP Functions. How could you replace the statement CONCATENATE a b INTO c.? There are 2 correct answers to this question. Choose: c = a& b. c = |{ a }{ b }|. c = |a&&b|. c = a && b. Which of the following repository objects offer a preview function? There are 2 correct answers to this question. Choose: Behavior Definition. Service Binding. Data Definition. Service Definition. What can you use as data source for an SAP Fiori App Launcher - Dynamic? Please choose the correct answer. Choose one: Target mapping. OData service. Source mapping. SAPUI5 service. You use the UNION in the Open SQL statement in release 7.50.Which of the following must you use? There are 2 correct answers to this question. Choose: INTO clause at the end. Explicit field list. JOIN clauses. DISTINCT clause. You create a project in the Custom Code Migration app to analyze the readiness of custom code for SAP S/4HANA. How does the app supply the check results? Please choose the correct answer. Choose one: It executes a check run in the local system. It reads the check result from the local system. It executes a check run in a remote system. It reads a check result from a remote system. For performance optimization, you want to combine the results of ABAP Test Cockpit and the SQL Monitor runtime data. Which tool do you use for this? Please choose the correct answer. Choose one: SQL Performance Tuning Worklist (SWLT). Runtime Check Monitor: Data Display (SRTCMD). SQL Monitor: Display Data (SQLMD). Runtime Check Monitor (SRTCM). There are many syntax differences between SAP HANA SQLScript and Open SQL. Which of the following rules are common ground between the two languages? There are 2 correct answers to this question. Choose: Key words can be upper-case or lower-case. Comments can be marked by an asterisk (*) at position 1. Statements are ended with a period (.). Host variables are escaped with an at symbol (@). Which of the following are dimensions of the SAP Fiori definition? There are 3 correct answers to this questions. Response: Process. Technology. Business. Design. Concept. In your system landscape, there is a development system DEV and a central check system CHK. Which of the following describes the developer scenario of remote checks with ABAP Test Cockpit (ATC)? Please choose the correct answer. Response: A developer logs on to system CHK and invokes a check in system DEV. A developer logs on to system CHK and checks objects from system DEV. A developer logs on to system DEV and invokes a check in system CHK. A developer logs on to system DEV and checks objects from system CHK. You want to use Data Source Extensions. Which of the following restrictions and options apply? There are 2 correct answers to this question. Response: You can only create one Data Source Extension per data source. You can use Data Source Extensions to extend SAP data sources with customer-specific fields. You can only create Data Source Extensions for SAP applications that have been enabled by SAP for key user extensibility. You can only read fields of a Data Source Extension. Which data transfer formats are available in SAP Gateway? There are 2 correct answers to this question. Response: REST (Representational State Transfer). JSON (JavaScript Object Notation). HTML (Hypertext Markup Language). XML (Extensible Markup Language). You plan to migrate an SAP ERP system to SAP S/4HANA. Which of the following tasks are recommended but NOT mandatory? There are 2 correct answers to this question. Response: Custom code evaluation. Performance tuning. SAP S/4HANA checks. Functional adaption. 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. Response: /* comment */. -- comment. // comment. * comment. Which of the following expressions will lead to an exception? There are 3 correct answers to this question. Response: DATA var TYPE p LENGTH 3 DECIMALS 2. var = EXACT #(1 / 4 ). DATA var TYPE n LENGTH 4. var = EXACT #( IA123I ). DATA var TYPE p LENGTH 3 DECIMALS 2. var = EXACT #(1 / 8 ). DATA var TYPE c LENGTH 3. var = EXACT #( IA123I ). DATA var TYPE c LENGTH 5. var = EXACT #( IA123I ). Which of the following floor plans does SAP Fiori elements offer? There are 3 correct answers to this question. Response: List Report. Initial Page. Master Detail Page. Overview Page. Worklist. Which of the following information do you get using the ABAP Call Monitor? There are 3 correct answers to this question. Response: The number of calls. Business transactions that called ABAP objects. The protocol type used for the call. The ID of the calling user. The ABAP objects that have been called. 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? There are 3 correct answers to this question. Response: Append the custom database fields to the extension include structure provided by SAP. Activate the custom database fields using the transaction Extensibility Registry (SCFD_REGISTRY). Redefine the OData service used by the SAP Fiori app in transaction SAP Gateway Service Builder(SEGW)to add the custom database fields. Enable the usage of the custom database fields in the Custom Fields and Logic app. 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. Which expression can you use in Open SQL release 7.50? Please choose the correct answer. Response: CASE. NEW. CONV. COND. How can you create an SAP Gateway service based on a CDS View? There are 2 correct answers to this question. Response: Redefine the CDS View as service in an SAP Gateway project. Add annotation @VDM.viewType: #CONSUMPTION in the data definition. Add annotation @OData.publish: true in the data definition. Reference the CDS View as data source in an SAP Gateway project. You are writing an ABAP Managed Database Procedure that contains a SELECT statement. How does client handling work? Please choose the correct answer. Response: Use sy-mandt. Use session_context( ICLIENTI ). Use $session.client. Client handling is automatic. 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? Please choose the correct answer. Response: Class-relevant Local Types. Global Class. Local Types. Test Classes. You develop an OData V2 service in SAP Gateway. What is listed in the service document? Please choose the correct answer. Response: Association Sets. Entity Sets. Entity Types. Associations. You maintain a transactional app that is built with the ABAP Programming model for SAP Fiori. The BOPF Business Object consists of a single node. You want to enable the CREATE button for new instances. In which of the following CDS objects do you have to add annotation @ObjectModel.createEnabled? There are 2 correct answers to this question. Response: The data definition of the transactional view. The data definition of the consumption view. The data definition of the interface view. The metadata extension of the consumption view. 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. Response: Behavior Implementation. Projection View. Behavior Definition. Service Definition. Which of the following tasks are typically done in a Projection view of the ABAP RESTful Application Programming Model (RAP)? There are 2 correct answers to this question. Response: Define the components of the service. Enable full-text search in the application. Define a value help for an input field. Define the Business Object composition. Which of the following CDS view definitions is syntactically correct? Please choose the correct answer. Response: @AbapCatalog.sqlViewName: IS4D430_CARRIERI . DEFINE VIEW S4D430_Carrier AS SELECT. carrid, carrname, currcode, url. FROM scarr. @AbapCatalog.sqlViewName: IS4D430_CARRI. DEFINE VIEW S4D430_Carrier AS SELECT. FROM scar. FIELDS carrid, carrname, currcode, url. @AbapCatalog.sqlViewName: IS4D430_CARRI. DEFINE VIEW S4D430_Carrier AS SELECT . FROM scar. {carrid, carrname, currcode, url}. @AbapCatalog.sqlViewName: IS4D430_CARRI. DEFINE VIEW S4D430_Carrier AS SELECT. FROM scarr. { carrid carrname currcode url }. You want to search for custom code that needs to be adjusted. Which of the following tools can you use? Please choose the correct answer. Response: ABAP Call Monitor (SCMON). Code Inspector (SCI). SQL Monitor (SQLM). Usage Data (SUSG). Which of the following make up the behavior of a BOPF Business Object? There are 3 correct answers to this question. Response: Authorizations. Validations. Determinations. Associations. Actions. Which of the following Open SQL statements are syntactically correct in release 7.50? There are 3 correct answers to this question. Response: SELECT FROM sbook . FIELDS carrid, connid, loccuram, loccurkey . INTO TABLE @lt_booking . WHERE customid = @lv_customer. SELECT carrid, connid, loccuram, loccurkey . FROM sbook .INTO TABLE @lt_booking . WHERE customid = @lv_customer. SELECT carrid connid loccuram loccurkey. FROM sbook. INTOTABLE lt_booking . WHERE customid = lv_customer. SELECT carrid connid loccuram loccurkey . FROM sbook . WHERE customid = lv_customer. INTOTABLE lt_booking. SELECT FROM sbook. FIELDS carrid, connid, loccuram, loccurkey . WHERE customid =@lv_customer. INTOTABLE @lt_booking. You want to define an ABAP Managed Database Procedure (AMDP) . Which are requirements in the definition part of the class? There are 2 correct answers to this question. Response: The AMDP method has at least one exporting parameter. The AMDP method is defined as a a static method. The class implements interface if_amdp_marker_hdb. All parameters of the AMDP method are passed by value. You want to define a CDS-based BOPF Business Object that consists of a root node (ZI_DocumentTP) and a child node (ZI_ItemTP). Which annotation is mandatory in the data definition of CDS view ZI_ItemTP? Please choose the correct answer. Response: @ObjectModel.writeActivePersistence: I...I. @ObjectModel.transactionalProcessingEnabled: true. @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]. @ObjectModel.compositionRoot: false. 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? Please choose the correct answer. Response: Custom fields can only be created for SAP Fiori apps that have been enabled by SAP for this type of extension. You must release the SAP Fiori app for extensibility via transaction Setup Adaptation Transport Organizer for Key User Tools (S_ATO_SETUP). 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. There is no specific requirement. Custom fields can basically be created for any SAP Fiori app. You are creating an enhancement implementation using key user extensibility. Which of the following can you do in the web-based ABAP editor? There are 3 correct answers to this question. Response: Create filter conditions. Assign your implementation to a transport request. Modularize your code using custom libraries. Test your custom logic. Directly access SAP database tables. Which of the following features are part of the new syntax for OpenSQL? There are 2 correct answersto this question. Response: Comma-separated column list. Blank-separated column list. ABAP variables escaped with :. ABAP variables escaped with @. Which of the following ways can you use to address input parameter X in the CDS view definition? There are 2 correct answers to this question. Response: :X. @X. @parameters.X. $parameters.X. You want to add a validation to a Custom Business Object. Which pattern do you choose for your custom logic? Please choose the correct answer. Response: Before Modification. After Modification. Before Save. After Save. |