TAW10 PART-II (Unit 1 to 9) + TAW11E Flashcards

1
Q

What is required to fully specify a Table Type in the ABAP Dictionary?

A

Table Key
Access type
Line Type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the SAP recommended naming convention for append structures of standard SAPtables?

A

The components of an append structure should start with ZZ or YY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a data type you can create in the ABAP Dictionary?

A

Structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following transactions can you use to define transparent tables?

A

SE11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In an ABAP program, you can assign an initial value to an elementary data object when you define it.
Which addition must you use?

A

VALUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which must a search help do?

A

Allow the user to select a response
Have a dialog with the user
Be used from a screen
Determine the values for selection by the user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the name of the field of the foreign key table that will be checked during input validation?

A

Check field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When is a foreign key check performed on an input/output field?

A

When the field refers to the dictionary field where a check table is defined

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the allowed length of the ABAP Dictionary data type DF34_RAW?

A

The allowed length is 34 digits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following structures is created when you use a table type to define one of its components?

A

Deep structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following are true statements regarding data types?

A

Reference data types can be used to define the data type of the data element

You can also select predefined data types to define the data type of the data element

The technical attributes of the data element can be defined by a domain, that is, the data type, the field length, and the number of decimal places

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which data element property do you set so that the system logs changes to the content of fields with this data element?

A

Change document

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the advantages of creating a database view to implement a join, instead of formulating the join directly in an Open SQL SELECT statement?

A

A database view can be buffered

A database view can be reused in other programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

To which of the following can you assign search help?

A

Data element
Structure component
Check table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You define database view A and maintenance view B in ABAP dictionary. What restrictions apply to this views ?

A

Only A can be used in the FROM clause of SELECT statement

The table join in A must have a foreign key relationships

The table join in B must have a foreign key relationships

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What can you create using the ABAP Dictionary?

A

Domains
Transparent tables
Type pools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What type of ABAP Dictionary view is implemented as an INNER JOIN?

A

Database view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which of the following regarding search helps is a true statement?

A

The LPos parameter defines the position of the search help parameter in the search hit list

The text table for the selection method is automatically populated if the text table is attached to the database table being used as the selection method

The SPos parameter defines the position of the input field on the dialog screen

The interface for the search help is defined by the IMP (import) and EXP (export) flag of the search help parameter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What does the enhancement category for a database table or structure do?

A

Can produce warnings at incompatible points of the structure

Can identify where program behavior may change

Specifies the types of change that can be made to the structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What do global types and local types have in common?

A

Technical information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

For which of the following purposes can you use the ABAP dictionary?

A

To activate logging for transparent tables

To create lock objects

22
Q

Where are fixed values for fields stored?

23
Q

Where can you define data types that can be used throughout the system?

A

In the global structure

In the ABAP dictionary

24
Q

You have created table ZTAB you want to create a foreign key relationship to the table SAPTAB under which condition is this possible?

A

The check field in ZTAB must have the same domain as the corresponding field of the check table SAPTAB

The check field in ZTAB must have the same ABAP dictionary type as the corresponding fields of check table SAPTAB

25
Which components belong to an elementary search help?
Import/Export parameters Selection method
26
To which ABAP Dictionary definition can you assign fixed values?
Domain
27
You create a domain in the ABAP dictionary How can you use this domain?
As the data type of a data element in the ABAP dictionary
28
What is the condition that can restrict the number of records that can be displayed with the view?
Selection
29
What properties will be set when you define a table type in ABAP dictionary?
Line type Primary key Access mode
30
Which database objects can you create in the ABAP Dictionary?
Projection views | Indexes
31
Which of the following statements are true regarding table view?
The tables included in the help view should have a foreign key relationship The tables included in the maintenance view should have foreign key relationships You cannot use a pooled or cluster table for a database view
32
What will happen at runtime when accessing a buffered table?
If data is read from the table buffer, the existing indexes are not used
33
You want to create a transparent table in the ABAP dictionary. When the table is physically created in the database?
When you activate the table
34
Which screen in the ABAP Dictionary allows you to log data changes to the table?
Technical settings
35
What is the difference between a value table and a check table?
A value table is a check table after a foreign key is defined
36
When an object that is already active is modified, it can affect other objects that use it directly or indirectly. How are called the affected objects?
Dependent objects
37
The data buffered on each application server…
Depends on the users
38
The order of fields for a transparent table in the database…
Is allowed to be different than the ABAP dictionary
39
Which of the following can you define in the technical settings of a transparent table?
Size category Buffering type Data class
40
Which type of view uses an inner join in a search help?
Database view
41
Which of the following customer modifications options are available in the table maintenance generator?
Maintenance screens | Events
42
Where do you create online documentation ((F1) help) for fields on the screen?
Data element
43
You created a transparent table and during activation got a warning message "Enhancement category for table missing". What do you have to do to eliminate the warning message?
Select any option other than Not classified from the enhancement category
44
You want to add a field type CURR to a transparent table. What else must you do?
Add a check table that contains a field of type CUKY
45
How do you create lock objects and lock modules for use in ABAP programs that access the database?
Use the ABAP dictionary to create the lock objects. The lock modules are created automatically.
46
Compared to a predefined ABAP type what additional properties can be assigned to a domain?
Conversion exits Fixed values Value tables
47
Which options are available for a JOIN in ABAP Open SQL?
LEFT OUTER JOIN RIGHT OUTER JOIN INNER JOIN
48
What is the correct order for using a lock object?
Set the lock, read the data, change the data, release the lock
49
Where should the labels for fields be stored?
Data element
50
Which of the following are table buffering types?
Single-record Generic Full
51
In which database table type is there a one-to-one relationship between the Dictionary table definition and the relevant physical table in the database?
Transparent table