Sie sind auf Seite 1von 6

1 of 3 questions What makes a text table The key of the text table consists of the key of the check

table plus an additional language key The type of foreign key field defined must be "No Key /Candidates" Cardinality must be defined as 1:1 2 of 3 questions What determines if a table is Client Specific versus client independent. Depends how Basis has configured the client The option 'Client Specified' is added to the Select statement The first field is mandt with a external data type CLNT and specified as a key field The first field is mandt with a domain CLNT but not specified as a key field

3 of 3 questions What happens when a 1 to many relationship is encountered with an inner join redundant data from the 'left hand table' is included redundant data from either table is not returned to the resultant set run time error redundant data from the 'right-hand table' is included

2 of 10 questions How can you perform a direct database read from a buffered table Buffering can be turned off on the application server by the programmer using the ABAP Workbench Add the BYPASSING BUFFER clause on the select statement

Do not have buffering in the technical attributes

3 of 10 questions Which object would you interrogate to determine the length of a field on a screen. Dictionary Value Table Data Element Repository Domain

4 of 10 questions What requirement exists if a field is defined in the dictionary of type CURR The field must be numeric Decimals must be defined in the domain No other requirement exists The field must be linked to another field of type CUKY

What DOES NOT determine the behaviour of the search help the selection method that determines the values to be displayed user master record parameters dialog behaviour the interface of the search help

6 of 10 questions Identify the object that cannot have a search help attached to it table field type check table data element

table

7 of 10 questions How are buffers used by inner and outer joins buffers are always bypassed the choice can be made to use or bypass buffers buffers are always used

How can records from the left table be omitted in an outer join There is no way to omit records from the left table specify conditions in the ON clause specify conditions in the WHERE clause specify conditions in the FROM clause

9 of 10 questions What is true about the result set of an left outer join at the database level (More than one answer is correct) contains all entries from the right table fields from unmatched rows in the right table are null filled contains only entries that match in the on clause fields from unmatched rows in the left table are null filled contains all entries from the left table

10 of 10 questions Which of the following Dictionary Objects gets stored as a Runtime Object. Data Elements

Table Types Structures All of the answers are correct Tables

1 of 10 questions Table ZMYTABLE is created in the dictionary. When does the table get created in the underlying database At the end of the table creation after it is saved When the database administrator physically creates the table When the table is activated It does not correspond to an object in the underlying database and does not get created At the beginning of the table creation

Which parameter is used to refine the values returned by a search help restrict value range Export Import administration data

3 of 10 questions Identify the valid attributes of a domain. (More than one answer is correct) Header Fixed Values Label Length Type

4 of 10 questions Identify the case where table buffering should be set off For Small Static non volatile tables

When the most current data is not required When the most current data is required For Global Master Data

5 of 10 questions A data element is an example of Business Object Semantic Domain Technical Domain Physical Definition

What is true about a structure. The STRUCTURES statement is used to define a structure in a program A physical database table is created for a structure Structures contain data beyond the runtime of a program. The TABLES statement is used to define a structure in a program

From the list below, which is not a data class in the Dictionary Master Data Project Data Organizational Data System data

Structure MY_STRUCTURE is created in the dictionary. When does the structure get created in the underlying database At the end of the table creation after it is saved. When the table is activated At the beginning of the table creation

It does not correspond to an object in the underlying database and does not get created When the database administrator physically creates the table

When are Dictionary changes made available to ABAP programs After Database is re-organized Next time user signs on Immediately, providing the object is activated Next time program is re-generated

Das könnte Ihnen auch gefallen