Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEABAP H

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
ABAP H

Descripción:
ABAP HANA 75

Autor:
NoaFuentes
(Otros tests del mismo autor)

Fecha de Creación:
12/05/2022

Categoría:
Otros

Número preguntas: 74
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
You have written the following code: STAR-OF-SELECTION. LOOP AT itab INTO DATA(line). * ENDLOOP. The system crates a variable called Line. When is it created and when can you address it? It is created when the LOOP statement is processed. You can Access it only within the loop. It is created at the beginning of the program. You can acces it any time after the declaration. It is created when the LOOP statement is processed. You can Access it any time aftet the declaration. It is created at the beginning of the program. You can Access it only within the loop.
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. Comments can be marked b yan asterick(*) at position 1 Statements are ended with a period(.) Key words can be upper-case or lower-case Host variables are escaped with an at symbol (@).
Which of the following make up the behavior of a BOPF Business Object? There are 3 correct answers to this question. Authorizations Associations Determinations Actions Validations.
Which of the following do you use a separator between a table and a field name in a CDS view definition? Period(.) Minus(-) Tilde (~) Pointer (->).
What are advantages of the expresión-based syntax in ABAP compared to the statement-based syntax? There are 2 correct answers to this question. It uses fewer helper variables It is more concise It is a faster It causes fewer exceptions.
Which of the following Open SQL statements are syntactically correct in reléase 7.50? There are 3 correct answers to this question. SELECT carrid, connid, loccuram, loccurkey. FROM sbook. INTO TABLE @it booking WHERE customid =@lv_customer. SELECT carrid, connid, loccuram, loccurkey. FROM sbook. WHERE customid =lv_customer INTO TABLE it booking SELECT FROM sbook. FIELDS carrid, connid, loccuram, loccurkey. INTOTABLE @it booking WHERE customid =@lv_customer. SELECT carrid, connid, loccuram, loccurkey. FROM sbook. INTOTABLE it booking WHERE customid =lv_customer. SELECT FROM sbook. FIELDS carrid, connid, loccuram, loccurkey. WHERE customid =@lv_customer. INTOTABLE @it booking.
Which of the following repository objects offer a preview function? There are 2 correct answers to this question. Data Definition Service Definition Service Binding Behavior Definition.
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. --comment /* comment */ // comment * comment.
You develop an ABAP application and you want to directly acces an Internet-facing API. Which of the following methods of the CL_HTTP_DESTINATION_PROVIDE class can you use to obtain the destination object? There are 2 correct answers to this question. CREATE_BY_URL CREATE_BY_HTTP_DESTINATION CREATE_BY_DESTINATION CREATE_BY_CLOUD_DESTINATION.
Where do yo distinguish between OData V2 or OData V4? Service Binding Behavior Projection Service Definition Projection View.
You want to créate custom fields using the Custom Fields and Logic and Logic extensibility app. Which of the following statements do you need to considerer? There are 2 correct answers to this question. You can only use String-like data types for the fields. You must define the fields as read-only fields You can translate the fields into different languagues. You must assign the fields to a business context.
You use remote client proxy in ABAP. You créate an Exception Class for errors related to proxy consumption. Which of the following do you use as a superclass? CX_RAP_QUERY_PROVIDER CX_UUID_ERROR CX_HTTP_DEST_PROVIDER_ERROR CX_WEB_MESSAGE_ERROR.
The class CL_CLASS contains a public static method DO_SOMETHING with an importing parameter PARAM TYPE i. Your program contains the following data delaration: DATA var TYPE STRING. Which of the following method calls is syntactically correct? There are 2 correct answers to this question. cl_class=>do_something( param = CAST # ( var ) ). cl_class=>do_something( param = EXACT # ( var ) ). cl_class=>do_something( param = CONV # ( var ) ). cl_class=>do_something( param = var ).
You use the UNION in the Open SQL statement in reléase 7.50 Which of the following must you use? There are 2 correct answers to this question. JOIN clauses DISTINCT clause Explicit field list INTO clause at the end.
Which of the following are benefits of draft-enabling an application? There are 3 correct answers to this question. Implicit authorization checks Re-use of existing businees logic Early feedback from validations Support for continuos work Support for device switching.
Which expresión can you use in Open SQL reléase 7.50? NEW COND CASE CONV.
You implement an ABAP Managed Database Procedure (AMDP). You want to acces 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. Calculation Views Database Views Stored Procedures AMDP Functions.
Which OData option do you use acces the data modelo f the service? $expand $metadata $select $format.
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. Search DB Operatiosn in Pool or Cluster Tables Complex WHERE conditions in Select Statements Search problematic statements for result to f SELEC or OPEN CURSOR without ORDER BY Unsecure use of FOR ALL ENTRIES.
Which of the following features are part the new syntax for OpenSQL? There are 2 correct answers to this question. ABAP variables escaped with : Blank-separated columna list Comma-separated columna list ABAP variables escaped with @.
You implement the behavior of a CDS-based BOPF-Object and want to issue a message. Whit is the correct sequence of the necessary implementation steps? Call a static method of class /bobf/cl_frw_message_factory. Add message to the message container. Make sure parameter eo_message is not empty. Add message to the message container. Make sure parameter eo_message is not empty. Call a static method of class /bobf/cl_frw_message_factory. Make sure parameter eo_message is not empty. Call a static method of class /bobf/cl_frw_message_factory. Add message to the message container. Make sure parameter eo_message is not empty. Add message to the message container. Call a static method of class /bobf/cl_frw_message_factory.
You develop an OData V2 service in SAP Gateway. What is listed in the service document? Entity Types Associations Entity Sets Association Sets.
Which building block of the ABAP RESTful Programming Model(RAP) are part to f the Core Data Services(CDS)? There are 2 correct answers to this question. Service Definition Projection View Behavior Definition Behavior Implementation.
You créate a project in the Custom Code Migration app to analyze the readiness of custom code for SAP S/4HANA. How does the app supplu the check results? It reads the check result from the local system. It executes a check run in a remote system. It executes a check run in the local system. It reads a check result from a remote system.
You want to analyze SQL performance. You use the SQL Monitor in the production system(PRD) to collect the data. How can you créate a snapshot in the development system (DEV). There are 2 correct answers to this question. Use transaction SQLM in PRD to export file and transaction SWLT in DEV to import this file. Use transaction SRTCM in DEV to retrieve a snapshot from PRD by RFC. Use transaction SWLT in DEV to retrieve a sanpshot from PRD by RFC Use transaction SWLT in PRD to export a file and transaction SWLT in DEV to import this file.
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? There is not specific requirement. Custom fileds can basically be created for any SAP Fiori app. You must reléase the SAP Fiori app for extensibility using the Enable Fields for Use transaction in the Custom Fields and Logic(SCFD_EUI) app. You must reléase the SAP Fiori app for extensibility via transaction Setup Adaptation Transport Organizar for Key User Tools (S_ATO_SETUP). Custom fields can only be created for SAP Fiori apps that a have been enabled by SAP for this type of extensión.
You develop a transactional application with the ABAP RESTFUL Aplication Programming Model(RAP). Nota ll field names in the data model view are indentical to the field names in the database table. Where do you define the field name mapping? In the field mapping view You want to replace statements in a program with expressions. In the Behavior Projection In the Behavior Definition In the Behavior Implementation.
You define an SAPUI5 application as the target in a target mapping. Whicn of the following are mandatory? There are 3 correct answers to this question. ICF path Component ID Application ID Application type OData service.
When creating CDS-based BOFT Business Objects, the system generates several additional repository objects. Ammong those objects are objects in the ABAP Dictionary. Which types of ABAP Dictinary objects are generated? There are 2 correct answers to this question. Structures Data Elements Table Types Database Views.
How can you créate an SAP Gateway service base don a CDS View? There are 2 correct answers to this question. Add annotation @OData.publish: true in the data definition. Redefine the CDS View as service in an SAP Gateway Project. Reference the CDS View as data source in an SAP Gateway Project. Add annotation @VDM.viewType: #CONSUMPTION in the data definition.
You want to search for custom code that needs to be adjusted. Which of the following tolos can you use? ABAP Call Monito (SCMON) Code Inspector (SCI) USage Data (SUSG) SQL Monitor (SQLM).
You are defining a variant in the ABAP Trace tool (SAT) .Whci of the following trace restrictios can you set? There are 2 correct answers to this question. Restrict trace to specific statements Restrict trace to specific program parts Restrict trace to specific users Restrict trace to specific transactions.
In a Custom Business Object you want to implement a determination for a node with the ID SALESORDER. What kind of parameter is the SAPESORDER parameter? Exporting Changing Returning Importing.
You implement the Behavior of a CDS-based BOPF Business Object. You call method update() of the BOPF data modifier to update instance data of node ZMY_NODE. How do you type the actual parameter of import parameter IS_DATA? TYPE zt_my_node TYPE zs_my_node TYPE REF TOzs_my _node TYPE REF to zt_my_node.
Which of the following floor plans does SAP Fiori elements offer? There are 3 correct answers to this question. Worklist List Report Overview Page Master Detail Page Initial Page.
In a central hub deployment, which protocol is used to communicate between front-end and back-end server? RFC OData HTTP InA.
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 créate 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. Redefine the OData service used vy the SAP Fiori app in transaction SAP Gateway Service Builder(SEGW) to add the custom database fields. Append the custom database fields to the extensión include structe provided by SAP. 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. Enable the usage of the custom database fields in the Custom Fields and Logic app. Activate the custom database fields using the transaction Extensibility Registry (SCFD_REGISTRY).
Which of the following do you use as a separator between a table and a field name in Open SQL? Munus(-) Pointer(->) Tilde(~) Period(.).
How could you replace the statement CONCATENATE a b INTO c? There are 2 correct answers to this question. c = a&b. c = |{ a } { b } |. c = |a&&b|. c = a && b.
The Entity Manipulation Language ( EML) is an extension of the which of the following? The Behavior Definition Language The Structured Query Language The Service Definition Language The ABAP Programming Language.
You implement a SELECT statement in ABAP. When do you use the key Word FIELDS? When the position of the fields list after the UNION clause. When the position of the fields list is after the GROUP BY clause. When the position of the fields list is after the ORDER BY clause. When the position of the field list is after the FROM clause.
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. SQL Monitor: Display Data (SQLMD) Runtime Check Monitor: Data Display (SRTCMD) Runtime Check Monitor (SRTMC) SQL Performance Tuning Worklist (SWLT).
You have a field currcode in a CDS view definition. You want to annotate the field with a label. Which of the following are syntactically correct? There are 2 correct answers to this question. @<EndUserText.label:’Currency Code’ currcode, currcode @<EndUserText.label:’Currency Code’ currcode, @>EndUserText.label:’Currency Code’ @EndUserText.label:’Currency Code’ currcode,.
You want to write a SELECT statement using the Open SQL syntax of reléase 7.50 Which of the following sequences of clauses are valid? There are 2 correct answers to this question. FROM clause can precede the columna list INTO can precede the UNION clause UP TO … ROWS can precede the INTO clause WHERE clause can precede the INTO clause.
You plan to migrate an SAP ERP system to SAP S/4HANA. Which of the following task are recommender but NOT mandatory? There are 2 correct answers to this question. Performance tuning SAO S/4HANA checks Custom code evaluation Functional adaptation.
Which of the following features are available in Open SQL reléase 7.50 There are 3 correct answers to this question. FULL OUTER JOIN ASSOCIATION BETWEEN in ON conditions RIGHT OUTER JOIN Up to 50 tables in JOINs.
You define a businnes role for SAP Fiori. Which of the following can you assign? There are 2 correct answers to this question. Goups Target Mappings Catalogs Tiles.
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? Class-relevant Local Types Local Types Global Class Test Classes.
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. :X @parameters.X @X $parameters.X.
Which CDS annotation do you use to add a section to an ObjectPage? @UI.range @UI.segment @UI.facet @UI.area.
You maintain a transactional app that is built whith 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. The data definition of the consumption view The data definition of the interface view The data definition of the transactional view The metadata extensión of the consumption view.
In SAP S/4HANA, a replacement object is assigned to transparent table ANEA. Which uses of table ANEA do you have to correct when migrating an SAP ERP system to SAP S/4HANA? There are 2 correct answers to this question. An the data source of a database view in the ABAP Dictionary As the line type of a table type in the ABAP Dictionary. In the FROM clause of a SELECT statement In the FROM clause of a DELETE statement.
What can you define in an SAP Fiori catalog? There are 2 correct answers to this question. Tiles Links Target Mappings Groups.
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? REF CONF VALUE REDUCE.
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. DATA(p) = NEW cl_class(). o = NEW cl_class() o = NEW string(). o = NEW(). DATA(p) = NEW().
What can you do with the SQL Trace Toll (ST05)? There are 3 correct answers to this question. Display record of all database access Locate database-related functional issues Detec all deleted database records Detect redundant statements Locate database-related performance issues.
Which of the following are feature of the Cloud Connector? There are 2 correct answers to this question. Run as on-premise agent in a secured network Closses broken connections automatically Provides Audit logging of configuration changes Allows user-specific configuration.
The root-node of a CDS-based business object is base don CDS ZMY_VIEW. The persistent data is storedin the database table ZMY_TABLE. At least one key field of ZMY_TABLE ha a different name in CDS View AMY_VIEW. Which kind of repository object is needed to map the fields of AMY_VIEW to the fields of AMY_TABLE? Structure Type SQL View Global Class Database View.
Which of the following information do you get using the ABAP Call Monitor? There are 3 correct answers to this question. The ID of the calling user The protocol type used for the call The number of calls Business transactions thar called ABAP objects The ABAP objects that have been called.
You maintain a transaction a app for sales orders that is built with the ABAP Programming model for SAP Fiori. For which of the following task would you implement a determination of the BOPF Business Object? There are 3 correct answers to this question. Dynamicallly allow or disallow editing Assign the sales order ID Chech the creation date Calculate the sales order sum Save the sales order data.
You implement the behavior of a CDS-based BOPF Business Object. For which of the following task can you reuse the implementation from the BOFF public library? Chech for valid dates in input fields Auto fill semantic keys fields Auto fill a Last Changed by field Chech for existing foreign keys.
Which of the following are features of the ABAP Test Cockpit? There are 2 correct answers to this question. Reques and approve exemptions Measure the consumption of database time Shedule global chech runs Check how often code is executed.
You want to establish an automatic check during reléase change request. If the check returns any errors, the system should prevente the request from being released. Which análisis tool can you configure fot this? Performance Tuning Worklist (SWLT) Code Inspector (SCI) ABAP Test Cockpit (ATC) Extended Check (SLIN).
In you system landscape, there is a development syste DEV and a central check syste, CHK. Which of the following describes the developer scenario of remote checks with ABAP Test Cockpit(ATC)? A developer logs on to system CHK and invokes a check in 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. A developer logs on to system CHK and checks objects from system DEV.
Which of the following new repository object were introduced with ABAP CDS? There are 3 correct answers to this question. Metadata Extension Access Control External View Business Object Data Definition.
Which of the following rules apply to the naming of CDS Views? There are 2 correct answers to this question. The data definition name can be up to 30 characters long. The data definition and the SQL vie must have the same name. The CDS view and the SQL view must have different names. The SQL view name can be up to 30 characters long.
Whick data transfer formats are available in SAP Gateway There are 2 correct answers to this question. HTML (Hypertext Markup Language) JSON (JavaScript Object Notation) REST (Representational State Transfer) XML(Extensible Markup Language).
You want to use the UNION between 2 SELECT statements in aCDS viw. What must both statements have in common? There are 2 correct answers to this question. Same number of the elements Same number of elements Identical name or alias for elements in the same position Identical data types for elements in the same position.
You want to use Data Source Extensions. Which of the following restrictions and options apply? There are 2 correct answers to this question. You can only Data Source Extensions for SAP appications that have been enabled by SAP for key user extensibility. You can only read fields of a Data Source Extension. You can use Data Source Extensions to extended SAP data sources with customer.specific fields. You can only créate one Dtata Source Extension per data source.
You want to créate a new CDS view VIEW1 that reads from CDS view VIEW2. VIEW2 has 2 input parameters, part1 and part2, with data type abap.char(10). Which of the following is the correct way to supply the input parameters? Select from VIEW2( part1 = IText1I, par2 = IText2I ) Select from VIEW2( part1 = IText1I par2 = IText2I ) Select from VIEW2( part1 : IText1I, par2 : IText2I ) Select from VIEW2( part1 : IText1I par2 : IText2I ).
You use the following expresión to address the internal table gt_flights: gs_flight = gt_flights [ carrid = IXXI connid = I9999I]. There is NO table entry with the specified key. Waht is the resulto f the statement? Gs_flight retains its previous contents. The system triggers an exception. Gs_flight is initialized. The systemsetssy-subrc to 4 Gs_flight is initialized. The system triggers an exception. Gs_flight retains previous contens. The system sets sy-subrc to 4.
Where does the SAP syste, organize the SAP Gateway services? Internet Communication Manager(ICM) Internet Communication Framework (ICF) Intener Graphics Service (IGS) Internet Transaction Server (ITS).
You develop an SAP Fiori app in a specific solution área. Where dou define tiles and target mappings for the app? In a Business Catalog In a Business Role In a Technical Catalog In a Business Catalog Group.
What can you use as data source for an SAP Fiori App Launcher – Dynamic? Target mapping Source mapping SAPUI5 service Odata service.
Denunciar test Consentimiento Condiciones de uso