ABAP Dictionary Short Questions with Answers

ABAP Dictionary

1.  How can you perform direct database read from a buffered table?
      Add the BYPASSING BUFFER clause on the select statement

2.  Structure MY_STURCT is created in the data dictionary. When does the structure get created in the underlying data base?
      It does not correspond to an object in the underlying database and does not get created.

3.  What determines if a table is a client specific verses client independent?
     The first field is mandt with an external data type CLNT and specified as a key field.

4.  Full buffering will be appropriate for what type of tables.
     Small Static tables

5.  When it is better to buffer the table?
     When a table is read frequently and the data seldom changes.

6.  Identify different category in the data dictionary.
     Table Types, Structures, Data Elements.

7.  What can you not attach a search help to?
     Type

8.  What is true about a structure?
     The TABLES statement is used to define a structure in a program.

9.  You have made changes to an existing table that contains data. What take place when you run the Database 
     Conversion Utility?
     The table in the database is recreated
     The revised table in the ABAP/4 Dictionary is activated
     The table in the database is renamed and eventually deleted

10.  Method that provides possible values.
       Search Help.

11.  Where table buffering should be set off?
        When the most current data is required

12.  Following points are true about indices.
       The name of the table and the index id define the primary index name in the database.
       The Primary index is automatically created on the database when the table is activated.

13.  What makes a text table?
       The key of the text table consists of the key of the check table plus an additional language key.

14.  What is a structure type in ABAP dictionary that has no physical table definition in the underlying database?
       Structure

15.  What are the main functions of the data dictionary?
      To support the creation and management of metadata.
      To insulate the ABAP/4 developer from the database.

16.  Tables with indices, result in reduced performance in what kind of OPEN SQL operation.
        Data Base Updates

17.  Example of Organizational data.
        Country Keys

18.  True about VIEWS
       A view is automatically created on the database upon activation.
       Views can be buffered.

19.  When do the fixed value of a domain get checked?
       In Screen only

20 .  When does the Z Table get created in the underlying database?
        When the table is activated.

21.   What dose not determines the behavior of the search help?
        User master record parameters

22.  Which command flushes the database buffer?
       $TAB.

23.  You have added an append structure to a standard sap table. What happened to a standard sap table when a new 
       version of table is imported during an upgrade?
       When the standard tables are activated, the append structure is automatically appended to the standard table.

24.  What object gets stored as Runtime Object.
       Programs.

25.   Where does information come from when you press F1 on a screen fields?
        Data Elements Documentation.

26.  Which are the data classes in dictionary?
       Master Data, Organizational Data, System Data.

27.  Packed Numbers are
      ABAP/4 Type P
      Dictionary Types CURR, DEC or QUAN

28.  A Data Element is an example of
       Semantic Domain

More Abapers Questions:

ABAP Books List
ABAP/4 Certification, Programming and Object Oriented Programming Books

Smart Forms
SAP Smartforms

ABAP Menu:
ABAP Example Hints and Tips

Return to Index:-
SAP ABAP/4 Programming, Basis Administration, Configuration Hints and Tips

(c) www.gotothings.com All material on this site is Copyright.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
All product names are trademarks of their respective companies.  The site www.gotothings.com is in no way affiliated with SAP AG.
Any unauthorised copying or mirroring is prohibited.