option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: SAP HANA
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
SAP HANA

Descripción:
SAP HANA DEV 2021

Autor:
AVATAR
JBARRAGAN
OTROS TESTS DEL AUTOR

Fecha de Creación:
31/12/2022

Categoría: Otros

Número Preguntas: 121
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What are the two layers of ABAP system interacts with its database? The Data Storage interface The Database specific library The Client database interface The Database independent interface.
What are the supported joins in CDS view? Operators join Left outer join Injection Upper join.
What are the basic principles of ALV SAP HANA? The ALV Optimization for SAP HANA to display data on the screen Data described declaratively instead of passing big internal tables To ensure that the user chooses the data on the selection screen is displayed Only retrieve the database data which is to be displayed on screen.
Which repository objects can you edit only in the ABAP development tools in eclipse and not in the classical abap workbench? Core data services view Database procedure proxy Full text index ABAP program containing new open sql External view.
When are referential joins executed in analytical views? When fields from both the tables are requested When fields are selected When all the tables are optimized When fields are optimized.
You create a check variant in the Code Inspector which includes the check 'Search problematic Select * statements'. SAP HANA is used as the database. In the check parameters, which value would you use for the percentage of fields that are effectively used? A value that you calculate based on the number of tables A higher value than on a traditional, row-store only based database The same value as on a traditional, row-store only based database A lower value than on a traditional, row-store only based database.
What are the steps that supported several tools, which in total result in a Guided Performance Optimization? Tools analyzing performance at run-time, to determine if critical constructs The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compare runtime A new tool called SQL Monitor to determine the priority if different programs access the database A selection Code Inspector (SCI) and ABAP Test Cockpit (ATC) to locate potential functional and.
What all are the factors involved in Working with ADT? ABAP Class ABAP interface Workbench programs ABAP programs Module interface.
What must you do when you define and implement an ABAP Managed Database Procedure (AMDP)? Use scalar types for all AMDP method parameters List all ABAP Dictionary tables used in the procedure body in the USING clause Define all method parameters to be passed by value Mark the AMDP method as a READ-ONLY database procedure Specify the database system and the language.
Which task can you perform with the SQL Performance Tuning Worklist tool (SWLT)? Estimate the new total runtime of optimized code Combine information from static ABAP code scans with runtime data from the SQL Monitor Create a graph comparing the runtimes of ABAP code before and after optimization Combine information from static ABAP code scans with runtime data from the SQL Trace tool.
What are the two types of editors available in ADT? SAP (GUI) Client (native) Eclipse (native) ABAP (native).
You changed an SAP HANA object that you transported using an SAP HANA Transport container. You want to release the transport request with your changes. In which sequence do you perform activities in the ABAP development system immediately before the release? Open the package Select take snapshot and Save Activate the SAP HANA Delivery unit Activate the SAP HANA transport container Open the SAP HANA delivery unit Select take snapshot and Save Activate the SAP HANA Delivery unit Activate the SAP HANA transport container Open the ABAP transport request Select take snapshot and Save Activate the SAP HANA transport container Open the SAP HANA transport containerSelect take snapshot and Save Activate the SAP HANA Transport Container.
You import an ABAP workbench request into a SAP SYSTEM P81. The ABAP workbench request contains a single SAP HANA VIEW CA_CUSTOMER that belongs to package 2HA400_00. Which prerequisites are mandatory for an implicit deployment of the SAP HANA view onto the database? SYSTEM P81 has SAP HANA has primary database View CA_CUSTOMER has deployment mode A. PACKAGE ZHA400J30 HAS deployment Mode A Package ZHA400_00 Is listed in table SNHI_DUP_PREWORK.
Which features does the source code editor provide in ABAP Development Tools (ADT)? Quick Fix Screen Painter Form-based Class Builder Content Assist.
What must you take into consideration when you use the new open SQL syntax (available as of SAP Net weaver 7.4 SP05). All Keywords are case sensitive All ABAP variables must be escaped with a proceeding @ sign All fields in the GROUP BY clause must be separated by commas All arithmetic expressions can be used for all type of variables.
Which of the following option provides access to the views and database procedures that you can consume in the ABAP environment Catalogue outlook System Perspective Open Content outlook Modeler Perspective.
What are the three best approach for Transitioning and optimizing ABAP applications to SAP HANA Optimize Innovate Scaling Tuning Detect.
An Analytic Privilege consists of several restrictions. What are they? Activity restrictions View restrictions Analytic restrictions Validity restrictions Cube restrictions.
Which of the following are view annotations for a CDS view? EnvironmenT Semantics Client handling Buffering type Access control.
You developed an ABAP program using ABAP Development Tools for SAP NetWeaver. How can you execute it? Open the ABAP program in the ABAP Development perspective and execute it using the shortcut Use the Open Development Object dialog (CTRL+SHIFT+A) and enter /Execute in In the Project Explorer view, right-click the program and choose Run As - ABAP Application from.
Which code-to-data capability supports- Extended view definitions and Better SQL-92 standard support in open SQL? Database oriented programming model /Execute in SAP HANA specific features New SQL parser used in model Database for sophisticated analysis.
What is the main benefit of the SQL Performance Tuning Worklist? It allows you to correlate the results of an ABAP source code analysis with SQL runtime data. It allows you to simulate the impact of performance optimization patterns. It establishes a governance process for performance optimizations. It automatically translates ABAP coding to SQLScript.
AMDP can detect 3 types of syntax errors in active or inactive source code. What are these errors ? SQLScript errors UNION specific syntax errors Database independent syntax errors HANA specific syntax errors Database platform syntax errors.
You create a new table definition using the ABAP Dictionary and maintain the database specific technical settings table. Why do you create a row store instead of a column store? To limit the need of indexes To allow creation of a full-text index To limit the unpacking and reconstruction of rows To limit the data footprint.
Before migrating to SAP HANA, which Code Inspector check do you have to consider to avoid functional regressions? SELECT statements that bypass the table buffer Standard Web Dynpro checks Search for DB operations across modularization units Use of the ADBC interface.
According to the performance analysis recommendations; which steps are recommended after doing a database migration to SAP HANA? Perform regular performance scans on the ABAP coding delivered by SAP as part of your2 Switch the storage type of you custom database tables to column store and use the database Perform regular performance scans on your ABAP custom coding as part of the development Activate your ABAP custom coding, which was deactivated before the database migration, using U.
Discuss the conditions required to ensure the Referential Integrity? There are three joins in the table Referential integrity holds true in both the directions There are two joins in the table There is at least one join in the other table.
Explain how and when to create calculated column - Using graphical Modeling Tools? The calculation could be an arithmetic of character manipulation Time calculation will be opened in a read-only mode ] Time characteristics based calculation Calculated column also support non-measure attributes as a part of the calculation It is possible to nest so that one calculated column, in turn, is based on other calculated columns.
Which of the following information is mandatory in the definition of an association in a Core Data Services (CDS) view? The alias for the association The cardinality of the association The target entity of the association The filter condition for the association.
Explain the Enterprise Information System of- SAP HANA Implementation Scenarios? Business Suite on HANA/ BW on SAP HANA All SAP applications on one SAP HANA platform HANAAccelerators HANA Modeling All HANA Combinations on one platform.
Why is a security concept in SAP HANA required? Need to have selected users in SAP HANA for Information Management Database administration should be restricted to skilled Access to ERP tables must be restricted Editing of SAP HANA data models should only be possible for "Users" of the model.
For which purpose can you use literal values in an Open SQL statement? To perform a generic existence check To alias the result of an arithmetic expression To provide a default value for a database table column To comment your development directly in the coding.
How can you check if Core Data Services (CDS) views with scalar input parameters can be used in Open SQL queries in your system? Perform a static code check using the FUNCTIONAL_DB variant. Check the Open SQL statement in the Explain SQL Statement transaction (SDBE). Check the value of the ABAP system field sy-cdsfeatures. Use the static method use_features of class cl_abap_dbfeatures.
Which is the new concept that is introduced and improved by using SAP HANA Specific Features? New advanced SQL syntax Procedures Programming model Table buffering ABAP-Managed Database Procedures.
What is the Limitations of ALV for SAP HANA? Without currency/unit consideration No unit/ currency split if aggregating amounts/ currency values Restricted to 10,000 records Restricted to 5000 records / unit All unit/ currency restricted to 10,000,00 records.
You want to develop an ABAP application for SAP HANA using the front-end image of your Amazon Web Service (AWS) trial system. Which plug-ins do you need to add to the existing Eclipse installation? All plug-ins provided by SAP Development Tools for Eclipse None; everything is preconfigured ABAP Development Tools for SAP NetWeaver SAP HANA Tools.
How can you consume a Core Data Services (CDS) view? Use the CDS maintenance transaction (SCDSV). Use the Data Preview in ABAP Development Tools for SAP NetWeaver. Use the ABAP language statement WRITE and the CDS view name as the argument. Use it as a data source in the FROM clause of an Open SQL query.
What is the scope of the AbapCatalog.Buffering annotation in a Core Data Services (CDS) view? The entire CDS view The elements in the projection list of the CDS view The set of key fields specified in the additional annotation AbapCatalog.buffering.numberOfKeyFie The CDS views used in the FROM clause.
How can you enhance an existing ABAP Search Help with a type-ahead function? Modify the search help with the Native SQL command ALTER SEARCH HELP. Use the enhanced options in transaction SE11. Use the fuzzy-search exit in transaction SE11. Enhance the lookup table with an additional ACCURACY field and insert an accuracy value.
Where can you consume associations in a Core Data Services (CDS) view? In the FROM clause In the input parameter list In the projection list In the WHERE and HAVING clauses In the name list.
How can you exchange SQL Monitor data between two systems? Deactivate the SQL Monitor in the source system and activate the SQL Monitor in the target Configure a secondary database connection to the target system and query the data in the SQL Create and release a transport request containing the SQL Monitor log files. Create a snapshot of the SQL Monitor data, export it to the file system, and then import it to the.
Which feature can you use to improve the performance of data transformation in the Extract, Transform and Load (ETL) process? ABAP Messaging Channels (AMC) ABAP Managed Database Procedures (AMDP) Service Adaptation Description Language (SADL) Process Agent Framework (PAF).
How to call the stored procedures in ABAP code? Native SQL Only SQL Open SQL CDS view.
Which of the following take advantage of the computing power of multiple CPUs used by SAP HANA? Column data storage Parallel processing Partitioning Database table compression.
How will you select a preference for Validation rules? Windows- Preferences-SAP HANA-Modeler-Validation Rules Windows- SAP HANA-Modeler-Preferences-Validation Rules Windows- Modeler- Preferences-SAP HANA-Validation Rules Windows- SAP HANA-Preferences-Modeler-Validation Rules.
What all are the steps to perform -To enable type-ahead for an input field on a screen? Automatic updates of all the input fields Identify Elementary Search Help Check Pre-Requisites Process on all the input fields Switch on proposal search for input fields.
Which recent software innovations are applied in SAP HANA? Automated de-installation at system shutdown Random Undefined Multi-Memory Swapping (RUMMS) Insert Only approach Columnar data storage Improved data compression algorithms.
In a Graphical calculation view you want to implement a union between two result sets that differ only in the fact that one of the two has one additional field named ADDRESS. How can you achieve this in a union node? Create an input parameter for the ADDRESS field Exclude the ADDRESS field from the union Map the ADDRESS field to a constant value Create a restricted column for the ADDRESS field.
You created and activated database procedure. How can you call this procedure? By another database procedure By a core data services view By a script-based calculation view By using Sap Analysis for Microsoft office.
In an Open SQL query, you select the sum of sales order gross amounts and a CASE statement to flag sa order gross amounts below a certain value. What information has to be provided in the GROUP BY list? The CASE statement as provided in the SELECT list without its alias None; the GROUP BY list is added automatically The name of the gross amount column that is used in the CASE statement The alias of the CASE construct used in the SELECT list.
You perform a static code check using the Code Inspector (SCI). In your SCI variant, you select the Search problematic SELECT * statement check. What does this check report? SELECT * statements on tables with more than 100,000 records SELECT * statements on tables with more than a specified number of fields SELECT * statements where fewer than a specified percentage of all fields are effectively used SELECT * statements on tables with the Column Store storage type.
In which of the following situations could a row store table be more suitable than a column store table? The table contains only a small number of records. The table contains data that you want to aggregate. The table contains text that you want to search. The table contains mainly distinct values per column across rows.
Your ABAP program contains an Open SQL join of two client-dependent tables. You want to replace this with a native SQL SELECT statement. Which of the following changes to the SELECT statement can you use to retrieve the same data as before? Include the client field in the WHERE condition. Include the client field in the field list. Include the client field in the join condition. Use the CLIENT SPECIFIED addition.
List down the elements involved in User Management and Security in SAP Hana? Assign security Manage users Work Management Assign Job security Create users.
Name some perspectives that are available in the SAP HANA Studio? The Resources perspective The technology & innovation perspective The information perspective The Administration Console perspective The SAP HANA Modeler Perspective.
One of your SAP systems needs to be migrated from its current database to an SAP HANA database. You want to avoid any functional issues after the migration. What should you search for and if necessary replace in the existing custom ABAP code? Direct access to a cluster on the database Left outer joins in open SQL statements Native SQL statements ORDER BY Clauses in Open SQL statements Code that relies on implicit database sorting.
How to create a core data services view? Use additional annotations - marked with the @sign Use SQL capabilities for Netweaver Use the ABAP Development Tools for SAP Netweaver Use DDL statement DEFINE VIEW and SQL like syntax to define the view Use data services tools for updates.
What is the main purpose of SAML for SAP HANA Studio? To support scenarios where clients are not directly connected to the SAP HANA Database The assertion is issued by a user after the client was successfully authenticated The SAP HANA database supports login of Owners only SAML may be selected as an Owner's authentication method when creating users in the SAP.
What can you include in the projection list of a Core Data Services (CDS) view? A field from the structural output of an ABAP Managed Database Procedure used in the FROM A field from the projection list of another CDS view used in the FROM clause Aggregation functions over fields of ABAP Dictionary tables used in the FROM clause ABAP system fields such as sy-langu or sy-mandt \/ CI String constants and literal values.
What is Core Data Services (CDS)? A collection of domain-specific languages and services for definition and consumption of A collection of core features and services that provide data from the ABAP application server layer A collection of services that provide information about the data volumes of the SAP HANA core A collection of services for ABAP application programming that provide access to the core features.
SAP HANA: Delivers Across 5 Dimensions. These five dimensions lead to certain goals HANA has to meet. What are these goals? High Performance and Scalability Analytical DBMS features Support for system tables Hybrid data and management system.
The SAP HANA database is a hybrid in-memory database that combines Few technologies within. What are these technologies? Time-based database technology Value-based database technology Row-based database technology Object-based database technology Column-based database technology.
What you must do when you define and implement an ABAP Managed Database Procedure AMDP? Mark the AMDP method as read-only Define all the method parameters to pass by value Specify the database system and language Use Scalar types for all the AMDP method parameters List all the ABAP dictionary tables used in the procedure body in the USING clause.
The source code editor in ADT provides many helpful features. What are these helpful features? Creating Method Definitions from Implementation Parts Creating Method Implementations from the Method Definition Creating interface from Method Calls Creating Parts for Interface Methods.
Which character is used to escape host variables in the new Open SQL syntax? ~ (tilde) : (colon) @ (at).
User STUDENT_A create and activates a design-time object. In which schema is the run object generated? _SYS_BIC STUDENT_A SYSTEM _SYS_BI.
Which conditional expressions can be used in Core Data Services (CDS) views? WHILE statements in the WHERE clause IF statements in the projection list CASE statements in the projection list COALESCE functions in the projection list.
What do you understand by the SAP HANA Software Optimization? Huge potential for hybrid database Speed up the processing within the database Provide combinations of objects and partitioning Bring logic to where the data is calculated first then only move to results.
What allows you to resolve errors quickly or warnings reported about the code? Debug perspective ABAP debugger Code execution Quick Fix.
Which of the following feature were added to the ABAP Dictionary to support the SAP HANA database? Storage type for tables D. Definition of an enhancement category Changes of data class De-pooling and de-clustering Definition of full-text indexes.
What are best practices when programming in ABAP for SAP HANA? Use repeated SELECT SINGLE statements to ensure that you only read arrow if it is really required Use a column list in the SELECT clause to ensure that you only read a column if it is really required Calculate aggregations using ABAP code on the application server to limit database load Eliminate nested SELECT statements to reduce the overall number of database accesses.
Which of the following repository object can you edit only in ABAP Development tools in Eclipse and not in the Classical ABAP workbench? External view Database procedure proxy Full-text index Core Data service (CDS) view ABAP program containing new Open SQL.
What are the benefits associated with The SAP HANA real-time Operational analytics? Simplification of massive data Fast insights into business activity Query Speed support High modeling flexibility.
Which of the following tools and programming techniques use the SQL data definition language? Core data services (CDS) data definition Core data service (CDS) access control Open SQL ABAP Dictionary.
What are the benefits includes with SAP HANA Full Text Search? Easy to use modeling tool Exploit structured contents in SQL Large number of toolkits are available Fewer data duplication and movement.
Which option in SAP NetWeaver Gateway Service Builder (transaction SEGW) can be used to implement the consumption of a Core Data Services view? "Map to Data source" "Read from DDL source" "Consume CDS view" "Relate to Business Entity".
What are the benefits of using the SQL Monitor (transaction SQLM)? It displays the database execution plan for all SQL statements. It can be active in a production system with minimal performance overhead. It collects monitoring data asynchronously without additional database interaction. It schedules ABAP programs to monitor and log all database accesses.
Which TADIR object type is used for the definition of a Core Data Services (CDS) view? R3TR DDIC R3TR VIEW R3TR DDLS.
Which of the following are performance recommendations when using SAP HANA? Avoid transferring large result sets between database and client applications. Define indexes on the columns that are used in calculations. Move data-intensive calculations from the database to an application server. Filter data in lower layers.
What are the different views provided by the ABAP Profiling? Performance Check methods A Hitlist of the most time-consuming programs or methods Database accesses Metadata accesses.
Why is not a key factor of ALV for HAN A? The data display is restricted to a maximum of 2 billion cell To supply suitable values for any input parameters Derived column headings from the data element To activate and execute the program in the application.
What are the Functions of Transaction DBACOCKPIT? Maintain, Monitor and test secondary database connection Maintain only HANA specific objects Use Schema for the Connections Used to access local or remote database system.
You define and implement an AMDP. What do you have to list after the USING clause? AMDP Used in Procedure Body SAP HANA views used in procedure body ABAP dictionary tables used in procedure body CE function used in procedure Body ABAP dictionary views used in procedure body.
What are the Guidelines for optimizing ABAP code running on HANA? There are 3 correct Open SQL settings Column store DB specific properties High-speed data analysis Technical settings.
You execute a Native SQL query statement to retrieve a list of information using the corresponding ABAP Database Connectivity (ADBC) API method. Which additional steps are necessary to retrieve the result set into an internal table? Close the CL_SQL_STATEMENT object to release the resources. Use an Open SQL query that uses the JOIN between the result set and the internal table as a data Bind a reference to the internal table as an output parameter to the CL_SQL_RESULT_SET instance Fetch the result using the next_package method of class CL_SQL_RESULT_SET.
What are the main points of SAP HANA High Availability Per Datacenter that are available even in the event of a disaster? High availability configuration Active clusters for all servers Services-Name and index server on all nodes Shared file systems for only one server.
You use ABAP database connectivity (ADBC) to issue native SQL calls to the database, the native SQL call? Which of the following methods of class CL_SQL_RESULT_SET retrieves the tabular result of the native SQL call? SET_PARAM NEXT_PACKAGE EXECUTE_QUERY SET_PARAM_TABLE.
What are the Parameters for Analytical and Calculation view? Specifying unit of measurement To store data for critical analysis Create a copy of a report Setting a filter for columns Passing other values to be used in calculations.
You want to implement business logic on the database layer. The Top-Down approach The Inside-Out approach.
In addition to closing the result set. what does the CLOSE method of the CL_SQL_RESULT_SET class when using ABAP Database Connectivity (ADBC) do? Update resources Release resources Update packages.
What are the two different kinds of Identifiers used to represent names used in SQL statement? Delimited identifiers Undelimited Identifiers Numeric identifiers.
Your customer wants to migrate to SAP HANA and you want to identify which business processes should be optimized. Which of the following steps must you perform to get this information? Combine the results of the SQL Monitor with the results of an ABAP runtime analysis. Activate the new SQL Monitor in a development system. Combine the results of the SQL Monitor with the results of a static source code analysis. Activate the new SQL Monitor in a productive system.
You want to debug an ABAP program using ABAP development tools (ADT). How do you launch the debugger? Choose the debug as option in the context menu of the ABAP program Create a debug configuration for the ABAP application and run the program Set a breakpoint in the ABAP program and execute the program Choose the Run --> Debug options in the menu.
What are the Possible Approaches with AS ABAP < 7.4 SP02 SQL units Consume using native SQL Interaction with Database Stored Procedures.
In ABAP Development Tools for SAP NetWeaver, you execute the ABAP Test Cockpit on an ABAP program to find performance optimization potential. Where can you find the result of the static code checks? In the Problems view In the Outline view of the ABAP Performance perspective In the Project Explorer view.
What is the scope of the AbapCatalog.Buffering annotation in a Core Data Services (CDS) view? The entire CDS view The elements in the projection list of the CDS view The set of key fields specified in the additional annotation AbapCatalog.buffering.numberOfKeyFie.
How many result sets are returned when an SAP HANA database procedure is called using the CALL WITH OVERVIEW statement? As many result sets as there are table output parameters in procedure One result sets Two result sets.
In the source code editor you can navigate quickly from the definition of a method to its impelmentation. To do so, you select the method name and press wich key(S)? f6 f3 ctrl + f2.
List down the three main concepts of the SAP HANA database Object store Partitioning Tools combinations Column Store Compression.
ANSI SQL owns features and adds languages. These languages divided into three parts. What are they? Database Language Data Definition Language Data Manipulation Language Data Transferred Language Data Control Language.
What are the elements of ABAP Database Integration? Application server DB client-server Client database handling DB For ABAP Other DB.
Explain the Authorization Concept and the types of privileges associated with it? Analytic privileges Object privileges Application privileges System privileges.
What are the steps involved in SAP HANA Evolution? Optimized ABAP on SAP HANA ABAP can run on SAP HANA ABAP applications on SAP HANA ABAP can access SAP HANA.
What information can you specify using annotations (marked with the @ sign) when you define a CDS view in an ABAP system? The logic for aggregations, grouping records, and filtering groups of the CDS view The extent to which records of the CDS view should be buffered on the application server The name of the representation of the CDS view in the ABAP dictionary The join conditions of the CDS view The client dependency of the CDS view.
What are the components of The Enterprise Procurement Model Demo Scenario? Stock Sales Product Procurement.
Which of the following folder is essential to relate to Smart Data Access and also combines data from remote sources? Security folder Provisioning folder Administration folder.
Discuss the main capabilities of SAP Business Objects Analysis for Office? Analyze data with the design pane Convert crosstab cells to formula Suggests style sets for crosstabs Sort data by characteristics.
In an ABAP Core Data services (CDS) view, what must you do expose an association for use in another CDS view? Include all fields used in the ON condition in projection list Specify an alias for the target entity Define the cardinality for the target entity Specify the other views in which the association can be used.
What are the key points that should be kept in mind while performing the Non-automatic update in SAP HANATr.Cont.? Take snapshot manually before releasing of the container You need to refresh the content of the container manually Changes to Delta Container Automatic release of units.
What is the purpose of an ABAP project in ABAP Development Tool for eclipse? It represents the connection to an ABAP System It is used to transport the ABAP repository Objects It represents the connection to the SAP HANA Layer It provides access to all ABAP repository objects in an ABAP system.
Discuss the basic approach of classical ABAP programming? Creating and consuming all the contents from network Collect all the data and perform Parallel processing in ABAP Keep load from the database Get all the data you need on the application server and do your processing in ABAP.
Open SQL largely standardized, three sub-languages. What are these sub-languages? Data Manipulation Language (DML) The Data Definition Language (DDL) The Data Control Language (DCL).
Name the views that are available to administer and monitor one or several SAP HANA systems? The Administration view The System Monitor view The Landscape view.
You made changes to an object (X) used by an ABAP managed database procedure (AMDP). You did NOT changes the AMDP itself. Now you execute a program that calls this. In which cases does the call trigger the creation of the database procedure in SAP HANA? X is an AMDP method X is an SAP HANA view X is a stored procedure X is an ABAP Dictionary table.
What is an attribute view and what are its practices? May use in calculation views Used to join tables May contains flow charts Used in diagrammatic Projections May contain filters.
What all are the advantages provides by ABAP Development Tools? A set of Eclipse data pool and Client- Open platform An open platform for developing new ABAP-related tools An open platform for developing powerful database view A brand new ABAP development experience on top of the Eclipse platform A set of open, language- and platform-independent APIs.
What are the two main factors of SAP HANA Innovations and Challenges? DBMS technology and innovations SAP SW technology and innovations SAP BW innovations HW technology and innovations.
You follow the Code-to-Data paradigm in your ABAP coding. Which of the following scenarios conflicts with the SQL performance guideline "Keep unnecesary load away from the database"? The in-memory capabilities of SAP HANA allow calculations to be performed on the database layer, which helps to avoid unnecesary movement of data The transfer of coding to the database reduces the memory consumption of associated ABAP Dictionary tables in the application layer.
To connect with the SAP HANA system and seethe corresponding catalog content etc., use the Systems view. How will you add a system to this view? Password for the database user Database user- also different from your ABAP user By using SQL application By using Open Catalog look.
Which of the following is a limitation when you create an external view? You must use the ABAP Development tools (ADT) TO CREATE the external view You can only use native SQL to consume the external view You must include the name of the SAP HANA view in the name of the external view You must know the underlying tables and join conditions of the SAP HANA view.
The SAP HANA state-of-the-art search experience includes full-text search with advanced features like... Fuzzy search Freestyle search Linguistic search.
Denunciar Test