KyaPoocha.com

Huge Collection of Interview Questions


Archive for April, 2007

Can a transparent table exist in data dictionary but not in the database physically? 

No, Transparent table do exist with the same structure both in the dictionary as well as in the database, exactly with the same data and fields.  Read more »

What is the step-by-step process to create a table in data dictionary? 

Steps to create a table: Step 1: creating domains (data type, field length, Range). Step 2: creating data elements (properties and type for a table field). Step... Read more »

How many types of tables exist ? 

Four Types of Tables: 1. Transparent tables - Exists with the same structure both in dictionary as well as in database exactly with the same data and fields. Both... Read more »

What are the different types of data dictionary objects? 

Different types of data dictionary objects: 1) Tables 2) Views 3) Data elements 4) Structure 5) Domains 6) Search Helps 7) Local Objects Matchcode  Read more »

What are the problems in processing batch input sessions? 

Two Problems: - 1) If the user forgets to opt for keep session then the session will be automatically removed from the session queue (log remains). However, if session... Read more »

What is the difference between a pool table and a transparent table and how they are stored at the database level? 

Pool Table - 1) Many to One Relationship. 2) Table in the Dictionary has the different name, different number of fields, and the fields have the different name as... Read more »

What is the alternative to batch input session? 

Call Transaction Method & Call Dialog  Read more »

What is a batch input session? 

BATCH INPUT SESSION is an intermediate step between internal table and database table. Data along with the action is stored in session i.e. data for screen fields,... Read more »

Page 16 of 16« First...«1213141516