ESMOBO2
|
|
Title of test:
![]() ESMOBO2 Description: GUIA DE ESTUDIO2 |



| New Comment |
|---|
NO RECORDS |
|
After you created a database table i the RESTful Application Programming model, what do you create next?. A data model view. A metadata extension. A projection view. A service definition. In RESTful Application Programming, a business object contains which parts? Note: There are 2 correct answers to this question. Behavior definition. CDS view. Authentication rules. Process definition. Which of the following are reasons that SAP recommends developing Core Data Services view entities as opposed to classic Core Data Services DDIC-based views?. simpler and stricter syntax. Automated client handling. simplified syntax check. Elimination of the need for a database view. Core ABAP programming. When you work with a test class you can set up some prerequisites before the actual testing. In which sequence will the following fixtures be called by the test environment? setup() class_teardown() teardown() class_setup() Answer. class_teardown() teardown() class_setup() setup(). Which of the following are valid ABAP SQL type conversions? Note: There are 3 correct answers to this question. CAST( field_fs as DEC( 15,2 ) ) AS f_dec_15_2. CAST( 29 as INT8 ) AS f_int8. CAST( 'field_f1' as CHAR( 8 ) ) AS f_char8. CAST( field_f2 as N( 8 ) ) AS f_n8. CAST( 34 as I ) AS f_i34. Which RESTful Application Programming object can be used to organize the display of fields in an app? Projection view. Metadata extension. Projection view. Data model view. Service definition. Given the following code, DATA g_text1 TYPE string. "#EC NEEDED DATA gv_text2 TYPE string ##NEEDED. what are valid statements? Note: There are 2 correct answers to this question. ##NEEDED is checked by the syntax checker. #EC_NEEDED is not checked by the syntax checker. The pragma is not checked by the syntax checker. The pseudo-comment is checked by the syntax checker. What describes multi-column internal tables?. They are based on a structured row type. They use one incomplete data type. They must contain nested components. They use one complete data type. In class ZCL_CLASS_A, you use the statement DATA var TYPE ***, What may stand in place of ***? Note: There are 2 correct answers to this question. The name of a data element from the ABAP Dictionary. The name of a type defined privately in class ZCL_CLASS_A. The name of a type defined privately in another class. The name of a domain from the ABAP Dictionary. When you join two database tables, which of the following rules applies to the database fields you use in the join?. They must be compared with an ON condition. They must have the same name, e.g col1 = col1. They must always have an alias name. They must be a the same position in their table, for example left_table-col1 = right_table-col1. What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?. To ensure the integrity of data in the corresponding database tables. To create a corresponding foreign key relationship in the database. To document the relationship between the two tables. What can you do in SAP S/4HANA Cloud, public edition? Note: There are 2 correct answers to this question. Use ABAP Development Tools in Eclipse (ADT). Use SAP-released extension points. Use Web Dynpros. Modify SAP objects. Which of the following are reasons to use the side-by-side extensibility pattern? Note: There are 3 correct answers to this question. An extension uses its own data model with occasional consumption of data in SAP S/4HANA. An extension implements reactive (event based) process extensions. An extension is managed independently from SAP S/4HANA. An extension enhances an existing SAP Fiori Ul. An extension runs in the same logical unit of work (LUW) as an SAP S/4HANA application. You want to document a global class with ABAP Doc. What do you need to consider? Note: There are 3 correct answers to this question. The documentation can contain links to other repository object's documentation. The documentation may contain tags like <strong> </strong>. The documentation starts with "l. The documentation can be translated. The documentation has to be positioned directly after the declarative statement. Given this code, DATA( structure_variable) = REDUCE structure_type INIT h_structure_variable TYPE structure_type FOR row IN source_itab NEXT h_structure_variable-f1 += row-f1 h_structure_variable-f2 += row-f2 ). Which of the following statements are correct? Note: There are 2 correct answers to this question. The REDUCE expression creates a loop over source_itab. Components of h_structure_variable will be copied to same-named components of structure_variable. This REDUCE expression may produce a result of multiple rows. Row is a predefined name and cannot be changed. How can you execute test classes? Note: There are 3 correct answers to this question. As a mass test when releasing a transport request with the ABAP Transport Organizer. Interactively by calling function "Run as a unit test" from within the test class. As a mass test when executing an ABAP Test Cockpit (ATC) check variant. Interactively during the release of transport request. Interactively by calling function "Run as a unit test" from within the tested object. You have the following CDS definition: define view entity _ENTITY as select from Z_SOURCE1 as _Sourcel association to Z_SOURCE2 as _Source2 ??? key careerin as as cienection, cityfrom as Departurecity, cityto as Arrivalcity , Source2 } Which of the following ON conditions must you insert in place of "222">. ON $projection carrier_id = Z_Source2.carrier_id. ONZ_Sourcel.carrier_id = Z_Source2.carrier_id. ON Sprojection Carrier =_Source2.carrier. ON Sprojection.Carrier =_Source2.carrier_id. Given the following code excerpt that defines an SAP HANA database table: DEFINE TABLE demo_table KEY field1 REFERENCE TO abap.cInt abap.clnt(3); KEY field2 : abap.char(1332); @Semantics.quantity.unitOfMeasure : 'demo_table.field4' field tield: abap.quan(2); tield4 : abap.unit(2); } Which field is defined incorrectly?. field1. field3. field2. field4. |





