Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What does 'DDIC' stands for??

Former Member
0 Kudos

Hi,

When i checked the Technical spec. .I found there showed 'DDIC layout template'.

What does 'DDIC' stands for??

Thanks!

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor

DDIC stands for Data Dictionary

Regards

Gopi

7 REPLIES 7

gopi_narendra
Active Contributor

DDIC stands for Data Dictionary

Regards

Gopi

Former Member
0 Kudos

HI,

DDIC stands for Data Dictionary

There exist ONE TO ONE relationship between ddic table and transparent table..

It means :

There is a physical table on the database for each transparent table. The names of the physical tables and the logical table definition in the ABAP/4 Dictionary correspond and

one field in dictionary correspond to one field in physical database.

When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. The table definition is translated from the ABAP Dictionary to a definition of the particular database in One to One Relationship..

Pooled table

Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.

Cluster table

Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.

*********please reward points if the information is helpful to you**********

0 Kudos

Hi,

DDIC is the term used by SAP to represent Data Dictionary.

You will find its mention generally in Documentation of SAP.

Regards,

Sesh

Former Member

DDIC stands for Data Dictionary

There exist ONE TO ONE relationship between ddic table and transparent table..

It means :

There is a physical table on the database for each transparent table. The names of the physical tables and the logical table definition in the ABAP/4 Dictionary correspond and

one field in dictionary correspond to one field in physical database.

When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. The table definition is translated from the ABAP Dictionary to a definition of the particular database in One to One Relationship..

Pooled table

Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.

Cluster table

Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.

Reward if useful

Regards

Sudheer

Former Member
0 Kudos

DDIC stands for Data Dictionary

There exist ONE TO ONE relationship between ddic table and transparent table..

It means :

There is a physical table on the database for each transparent table. The names of the physical tables and the logical table definition in the ABAP/4 Dictionary correspond and

one field in dictionary correspond to one field in physical database.

When the table is activated, a physical table definition is created in the database for the table definition stored in the ABAP Dictionary. The table definition is translated from the ABAP Dictionary to a definition of the particular database in One to One Relationship..

Pooled table

Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.

Cluster table

Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.

Rewards Point if helpful

Regards

Shazia

Former Member
0 Kudos

HI,

DDIC stands for <b>D</b>ata <b>DIC</b>tionary.

rgds,

bharat.

Former Member
0 Kudos

good