Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONTest2

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Test2

Description:
bc430-dictionary

Author:
karen
(Other tests from this author)

Creation Date:
09/09/2019

Category:
Others

Number of questions: 61
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Which of the following type categories exists in ABAP Dictionary? Data elements Structures Indexes Table types .
Screen fields can be assigned a field help (F1) by creating documentation for data element. true false.
When creating the user interface in the __, fields from structures or tables defined in the dictionary can be added to the screen using the get from dictionary function. FM ABAP Interpreter Screen painter .
ABAP objects support the use of global constants in the form of constant class-attributes. true false.
Which of the following technical information can be found in domain? Data type field length output characteristics field labels.
Data elements are based on domains or built-in-types. true false.
Field labels contain keywords of different lenghts (short,medium,long), which can be assigned to screen fields by referencing definitions in the abap dictionary. Which of the following dictionary definitions can be used to maintain these field labels? Built in type Data element Domain Type pool.
A structure can consist of components with the following types: data element, integrated types, table types, db tables, views or other existing structures. true false.
The simplest form of a structure is a list of fields typed with data elements. This always gives rise to a __ structure. deep flat nested.
In a structure, you can include another structured object and assign it to a component. The component refers to the structured object and the new data object is described as nested strucutre. true false.
You can create a two-dimensional array in main memory by declaring an internal table in an ABAP Program. true false.
Which of the following dictionary definitions can be used as line type for a table type in the dictionary? Db table structure domain data element type group.
A deep structure contains at least one table. true false.
The name of a type group can contain a maximum of how many characteres? 10 3 5.
Which of the following ABAP dictionary objects stores data permanently in DB? TABLES Structure Data element Domain.
The __ key is a combination of columns that uniquely identifies a data record. Secondary Primary Domain Data.
__ determine the storage requirements and the access behavior of database tables. Internal table types technical settings foreign keys.
Master data is data that is seldom modified; for example, customer data, such as customer name, address and so on. true false.
In cluster tables, you store functionally dependent data among different tables into the table cluster. The data dependent on the cluster key is stored in the __ field of the table cluster. cluster data vardata table data.
You cannot access the data contained in a pooled or cluster table with open SQL. True False.
A table pool, as opposed to table clusters, stores data records from tables that are not dependent on one another true false.
The primary advantage of pooled and cluster tables is that the data can be stored in compressed form in the database. This reduces the memory required as well as the network load. True False.
An index can be regarded as a copy of a database table reduced to certain fields. true false.
Which index is automatically created in the DB when the table is activated for the first time? Secondary index Primary index Extension index.
If a large table is accessed so frequently that is not possible to use primary key index, you should create secondary indexes for the table. True false.
The __ determines which table index is used by the DB system to access data records. database optimizer database table table buffers.
Table buffering increases performance when records of the table are read. true false.
Generic buffering is recommended particularly for large tables, in which only a few records are accessed repeatedly with a SELECT SINGLE. True False.
When generic buffering, the generic key is a left-justified part of the primary key of the table. True False.
__ buffering is advisable for tables that have frequent access to records that do not exists. Full Generic Single-record.
Buffers reside locally on the applications servers, and must be synchronized after data has been modified in a buffered table. Synchronization takes place at a fixed time intervals and can be set in the system profile. true false.
Table indexes have a three-character ID and 0 is reserved for the primary index. true false.
A domain describes the general value range of a field by specifying its __ and field lenght. fixed value data type field value range .
Validation of screen fields does not occur until a foreign key is defined or fixed values are provided in the domain definition. true false.
If you refer to a domain with a value table in a field and define a foreign key at field level, there is no check. true false.
__ are used to ensure that the data is consistent among tables. Primary keys Foreign keys Secondary keys.
The field of the foreign key table to be checked is __. check field referenced field foreign key.
A user enters data in a screen field with a foreign key assigned. This entered data must be consistent with the key fields of the check table. true false.
A text table has all the key fields of the normal table along with an extra key, which is the language key field. true false.
Only one text table can be linked with a table. true false.
The __ version of an ABAP Dictionary object is the version that the components of the runtime environment (abap processor, database interface) access. Passive Active Inactive.
The runtime object of a table contains further information needed by the database interface for accessing the table data, such as client dependence, buffering, key fields and so on. true false.
The __ for repository objects can be called from the information system. data elements where-used list buffering type of tables.
When an object that is already active is modified, it can affect other objects that use it directly or indirectly. The affected objects are called __. Dependent objects Database objects Repository objects .
Which of the following statement copies the content of the source structure to the target structure, one component at a time? COPY-CORRESPONDING REPLACE-CORRESPONDING MOVE-CORRESPONDING REMOVE-CORRESPONDING.
Which of the following statements is used for defining local structure types? TYPES BEGIN END START.
Which of the following specifications are required in the definition of an internal table? Line type primary key secondary key table kind .
Which of the following is used for adding a row into an internal table? ADD Line INSERT ROW APPEND UPDATE TABLE.
Correct access by ABAP programs to a database table is not possible if the runtime object of the table is inconsistent with the structure of the table in the database. True FALSE.
During the conversion process, the data is reloaded from table QCMTAB to table QCM8TAB with ALTER Table MOVE-CORRESPONDING SELECT.
If a conversion terminates, the following options are displayed as buttons in the database utility: Continue adjustment Unlock table Discard adjustment Reset table.
Identify the ways in which customers can enhance the structures and tables that have been defined by SAP in the ABAP Dictionary. Using customizing includes Using append structures Using internal tables.
In a DB View, a __ condition can be formulated with fields included in the view, and fields that are not contained in the view. selection table projection.
A __ is defined in the ABAP Dictionary and automatically created on the database during activation. view cluster database view field name.
When you create a maintenance view, the key fields must be defined before the function fields. true false.
A view cluster consists of one or more __ views. Database maintenance help.
What are the different ways of obtaining input help for a field? A search help can be attached directly to a field of a structure or table If a field has a check table, its contents are automatically offered as possible values in input help The values in the DB will be automatically output directly The possible values are defined by its data element .
In every search help at least one __ parameter must be defined for the data transfer. EXPORT IMPORT.
The search helps that combine several search paths are called __. Collective search helps Hidden search helps Elementary search helps.
SAP collective search helps often contain elementary search helps that are not required by all customers. The search helps you do not need can be hidden using __. Hidden search helps Append search helps Collective search helps .
Existing function modules with the prefix F4UT_ can be used to implement search help exits. True FALSE.
Report abuse Consent Terms of use