INETUM_HA_400_PDF_ESTUDIO_test4
![]() |
![]() |
![]() |
Título del Test:![]() INETUM_HA_400_PDF_ESTUDIO_test4 Descripción: HA400_test4 |




Comentarios |
---|
NO HAY REGISTROS |
Which of the following are common ground between SAP HANA syntax and Open SQL syntax (as of ABAP 7.40 SP05)? Choose the correct answers. Key words are not case-sensitive. Table names have to be upper-case. Identical client handling. Comma-separated field lists. Field list after FROM clause is supported. In SAP HANA SQL, it is mandatory to specify a schema before the table name. Determine whether this statement is true or false. True. False. Which of the following are supported types for parameters of AMDP methods? Choose the correct answers. Numeric or character-like scalar types. Structure types with only scalar components. Table types with only scalar columns. Nested table types without secondary keys. All ABAP objects used within the body of an AMDP method have to be listed after the USING addition. Determine whether this statement is true or false. True. False. Any AMDP method shipped by SAP can be extended using the AMDP BAdI technique. Determine whether this statement is true or false. True. False. What can you do in ADT (ABAP in Eclipse) but not in the classical ABAP Workbench? Choose the correct answers. Display an AMDP method implementation. Edit an AMDP method implementation. Test an AMDP method implementation. Debug an AMDP method implementation. When executing a native SQL query via ABAP Database Connectivity (ADBC), which of the following steps is optional? Choose the correct answer. Create an instance of CL_SQL_CONNECTION. Create an instance of CL_SQL_STATEMENT. Create an instance of CL_SQL_RESULT_SET. None, all three are mandatory. What happens if you forget to call method close( ) at the end of your query? Choose the correct answers. You don’t forget a result. An exception is raised. DB resources remain blocked. Nothing. The search function in the toolbar of SAP HANA studio searches in SAP HANA content and in the SAP HANA catalog. Determine whether this statement is true or false. True. False. You can use Data Preview in SAP HANA studio to test SAP HANA views and SAP HANA stored procedures. Determine whether this statement is true or false. True. False. You want to access SAP HANA view CA_BOOKINGS_COUNT in package ha400.primdb via a native SQL query. Which of the following are correct ways of specifying package path and object name in the FROM clause? Choose the correct answers. FROM _SYS_BIC.“ha400.primdb.::CA_BOOKINGS_COUNT. FROM “ha400.primdb::CA_BOOKINGS_COUNT”. FROM _SYS_BIC.“ha400.primdb/CA_BOOKINGS_COUNT”. FROM “ha400.primdb/CA_BOOKINGS_COUNT”. Which of the following object types in ABAP repository are proxy objects for SAP HANA objects? Choose the correct answers. Procedure Prox. Database View. SQL View. External View. When creating a proxy object for an SAP HANA view, it is possible to specify data elements for the view fields. Determine whether this statement is true or false. True. False. |