Você está na página 1de 3

ABAP Dictionary

1 A B C D E 2 A B C D E 3 A B C D E Which statements about parameters for an elementary search help apply? A parameter is either an import or an export parameter. Export parameters control which data can be returned to the input template. Import parameters control which data can be included in the data selection. Parameters must be fields from the selection method only. Parameters can be displayed on the results list. Which of the following statement apply to a database view? A database view can have one or several database tables. A database view is a special view of transparent tables. Using a database view, you can insert data into several tables. Using a database view, you can read data from several tables. A database view supplies the results quantity of an outer join logic. The search help functions know various link options in the ABAP Dictionary. Which of the following statements apply? If the search help function is linked to a table A, this search help is displayed whenever there are input fields on that screen that have A as the check table. If the search help function is linked to a table A, this search help is displayed whenever there are input fields from A on the screen. If the search help function is linked to the data element as well as to the field, the search help for the field is displayed. A search help function that is linked to the data element can return values only for the search field (field where the F4 help was triggered). A search help function that is linked to the table field can return values only for the search field(field where the F4 help was triggered). Which of the following statements about APPEND structures are true? A An APPEND structure is the same as a substructure. B An APPEND structure can be assigned to several tables. APPEND structures allow you to append fields to an SAP table without having C to modify the table itself. D You can use an APPEND structure like any other structure in ABAP programs. E After adding an APPEND structure to a table, you must convert the table. 5 Is it possible to increase the number of key fields in transparent tables that are already active? A Yes, however the table must not contain any data yet. B Yes, irrespective of whether the table already contains data or not. C No. key changes are not allowed. You want to change the technical properties that are defined in a domain. How do you proceed/which statements are correct? Before you make any changes, use a where-used list to search for dependent A object, since the changes can continue to the fields in structures and database tables. B C Once changes have been made and the domain activated, you have to reactivate each dependent object individually. You make the changes immediately, since, initially, an inactive version is created for all dependent objects that contain these changes. A B C A B C D E X X X OPCIO N A B C X A B C D E A B C D E A B C D E TRUE X X X X TRUE X X X X X TRUE X X X X X FALS E X X FALS E FALS E FALS E X

TRUE

TRUE X

FALS E

X X

If a dependent object is a transparent table that already contains data, the table D in the database may have to be converted. For what purpose are foreign keys(FK) defined in the ABAP Dictionary?

X OPCIO N

A FKs are used solely for documentation table relationships. For the purpose of data consistency; When you maintain data records using B dialog transactions (screens), the input values are automatically checked in accordance with the FKs. For the purpose of data consistency; when you activate the table, the FKs are C created in the database. You thus preven invalid data from getting into the table. Changes to active transparent tables; The type for the non-key field is to be changed from NUMC to CHAR. What follow up actions are to be expected? If the table does not contain any data yet, the table needs to be activated. In A this case, you delete the old table from the database and afterwards you recreate the changed structure. If the table already contains data, you have two options: Either the database B can show this change with the statement ALTER TABLE, or you trigger a conversion process from within the SAP System. If the table already contains data, this change needs to be executed first in the C database by the database administrator. Afterwards, you can reactivate the table in the Dictionary. Type changes in the Dictionary are supported for the key fields only. In the D case of non-key fields, such changes can be executed only by the database administrator using special database techniques. 9 Where can you have automatic input checks against the check table? A For input fields on selection screens. B For input fields on ABAP lists. For input fields on screens if the input fields have been copied from the C Dictionary into the Screen painter. 1 0 A Which of the following statements about the SAP table buffer are correct? When tables are buffered in the SAP table buffer, inconsistencies can occur between the status in the SAP table buffer and the status in the database. B Large tables must be buffered as completely as possible. C Database views can be buffered. D Each application server involved in SAP system has its own table buffer. 1 1 A B C D 1 2 What must be assigned to search help parameters values domain nothing data element Structure MY_STRUCTURE is created in the dictionary, when does the structure get created in the underlying database A When the table is activated

A B X

TRUE

FALS E

OPCIO N A B C X FALS E

TRUE A B C D X

X X X OPCIO N

A B C D

X OPCIO N

B It does not correspond to an object in the underlying database and does not get created C When the database administrator physically creates the table D At the end of the table creation after it is saved. E At the beginning of the table creation 1 3 A B C D 1 4 A B C D When are Dictionary changes made available to ABAP programs Immediately, providing the object is activated Next time user signs on Next time program is re-generated After Database is re-organized Where does information come from when you press F1 on a screen field Search help Data element documentation Domain short text Domain Help values

B C D E

A B C D

OPCIO N X

OPCIO N A B C D X

Você também pode gostar