option
Questions
ayuda
daypo
search.php

SAP ABAP-DDIC

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
SAP ABAP-DDIC

Description:
Sap abap test your knowledge

Creation Date: 2016/03/16

Category: Computers

Number of questions: 61

Rating:(14)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

DDIC is nothing but repository of data. TRUE. FALSE.

DATA ELEMENT is defined as field documentation for a specific field. True. false.

DATA ELEMENT = DOMAIN + FIELD LABEL. TRUE. FALSE.

We can create a data element with out a domain. Yes. No.

Domain is defined as technical attributes for a field. True. False.

We can create a domain with out a data element by using predefined data type. True. False.

SAP Stands for. System application products. System application in products. System application products for data processing. None.

ABAP is an sap propriatary language. True. False.

TCODE to create Custom Tables. SE37. SE24. SE11. SM12.

Internal table is a temporary table which can hold data during runtime. True. False.

Work area can hold how many records. 3. 4. 2. 1.

Read Statement is used to. To read multiple records from body to work area. Read single record from body to work area ( record by record ). Read multiple records from body to body. None.

What are the three standard tables ?. Transparent , Pooled , hashed. Transparent , pooled , index. Transparent , pooled , cluster. None of the above.

Cluster Tables can be buffered. True. False.

Buffering means. Way of improving performance while accessing data from tables. Speed up data selection while accessing data from tables. Testing tool given by sap to test the internal execution of a program. None of the above.

Three types of buffering are. Single , Generic , Buffering not allowed. Single , generic , fully. Buffering allowed , single , generic. All the above.

Which one describes owner of a table. Data element. Domain. Delivery class. Size.

Value table is used for. Field level validations. Domain level Validations. Both field level and domain level. None.

How to assign a search help to your data element. SE11 -> CREATE SEARCH HELP -> CREATE A TABLE -> CLICK ON SEARCH HELP TAB. SE12 -> CREATE SEARCH HELP -> CREATE A TABLE -> CLICK ON SEARCH HELP TAB. SM12->CREATE SEARCH HELP -> CREATE A TABLE -> CLICK ON SEARCH HELP TAB. None.

Lock objects is used for synchronize access of same data by more than one user. True. False.

How many function modules does a lock object generates. 3. 4. 2. 5.

Types of Internal Tables. Pooled , hashed , index. standard , index , hashed , cluster. Standard , Sorted , hashed , Index. Standard , cluster , transparent , pooled.

How many secondary indexes we can create for a single table. 10. 9. 15. 12.

While creating a custom tables primary key should be the first field. True. False.

Check Table is used for Domain level validations. False. True.

How many types of indexes are there. 1. 2. 3. 4.

What is secondary index ?. Primary key fields are pointing to non primary key fields. non primary key fields are pointing to primary key fields. Both are true. Both are false.

How many primary keys we can create for a ztable. 16. 12. 10. 9.

How many macros (place holders )we can create in an abap program. 9. 6. 5. 4.

Subroutine is an modularization technique. False. True.

Types of function modules. Normal , RFC , Update. RFC , Update. Update , Normal. All the above.

In selection screen Ranges is similar to. No extension in select-option. No intervals in select-option. No Display in select-option. None of the above.

View is a logical table but not a physical table. True. False.

Types of views. Database view , projection view , help view , maintenance view. Database view , projection view , help view , maintenance view , entity view , structure view. Help view , projection view , search view. Search view , projection view , database view.

Help view is used for search help. True. False.

Projection view is based on join conditions. True. False.

Data Base view is based on join conditions. True. False.

Can i create a domain with out a data element. Yes. No.

Date data type holds how many values. 6. 8. 4. 9.

Default Format of date is. mm.dd.yyyy. yyyy. mm.dd. dd. mm . yyyy. mm . yyyy. dd.

Default time format is. HH. MM.SS. MM. HH.SS. HH . SS . MM. None.

Pooled tables follows one-to-one relationship. True. False.

Transparent table is used to store application data. True. False.

Structure will never holds data. True. False.

Pooled tables can be buffered. TRUE. FALSE.

What is conversion routine in ddic. Converting display format to sap internal format. Converting display format to external format. Converting display format to sap internal format and vice versa. None of the above.

Static Break-point is defined as. If we want to test the same session of code in n number of times. If we want to test the internal execution of a program. both are true. both are false.

Syntax for static break-point is. BREAK-POINT. BREAK. Both are true. None of the above.

Dynamic breakpoints are classified into. Static break-point , session break-point. Session break-point , External break-point. Both are false. Session break-point , Internal break-point.

We have to create primary index manually. True. False.

SLIS Is a predefined type group. TRUE. FALSE.

ABAP is not a predefined type group. True. False.

how many types of data class are there. 3. 4. 5. 6.

Data Class types are. appl0 , appl1 , appl2. appl0 , appl1 , appl2 , user , appl3. appl0 , appl1 , appl2 , usr , usr1. appl0 , appl1 , appl2 , user , user1.

Free keyword will delete. body data as well as memory. only body data. only memory will be deleted. none of the above.

Pooled tables follows linary search. True. False.

There are 28 events in a TMG. True. False.

There are 38 events in a tmg. True. False.

Even we can create a tmg in se54. True. False.

Tcode to create TMG. SM30 , SE11. SM30 , SE11 , SM54. SM30 , SE11 , SE54. NONE.

Tcode to delete lock entries. SE12. SM12. SE10. SE09.

Report abuse