0% found this document useful (0 votes)
19 views7 pages

DDIC TYpes

DDIC

Uploaded by

satishkurra9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views7 pages

DDIC TYpes

DDIC

Uploaded by

satishkurra9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

Data Dictonary :

it is central repositary ---


if we create table or view or domain or data element or search hlelp or lock object
we can access globaly hrough outh the system

data base tables


views
data type
type group
domain
search help
lock objects

search help :

when user click on F4 we can see the list of possible values ..those we can call
it as search help.

when we went to t code MM02 click on F4 on material number

we can see different tabs here each tab will represent the elementary search help

and all the elementary search help are collected in collective searc help.

elementary search help

Selection Method : Table name


or Data base view name or Search help view name

Material number Material desc

dialog type - to display values immidiatly


values with restriction

L pos - list postion

column postion on list of values

S pos - screen postion

search help input screen positions


Import ---

selection screen value to search help input screen

Export ---

search help value to selection screen input value return

Hot key :

to search the elementary search help in collective searchelp.

=<hot key value >.

Search help exit :


which is used to modify/filter the F4 values selected by Elementary or collective
search help from the DB table.

F4IF_SHLP_EXIT_EXAMPLE - copy into Custom FM


000000000000000058
HIBE

A 1000 ( Plant )

1
2
3
4
5
6

B 2000( Plant )

abc
bcd
dca

collective serarch help

collection of elementary search helps .


Append Search help

To add the elementary search help in standard search help with out distrubing the
existing one .

SE11 --> provide the collective search help --> MAT1_A

goto--> append search help

create the append search help

provide the your elementary searc help name in include searchelp.

click on parameter assignment

step1 :

create the data base view

step2:

create the elementary search help

selection method - provide the DB view name

Diaglog type -----> Display values with Restriction

Step3 :

append searc help

with out key field we canot create any table

Primary key -- which is unique and will have allow null value

compoiste key ---> combination of two or more primary key

800 1234

800 1456
Domain
it will descirbe the technical properties of fields such as datatype and length.

Data element

we will provide the Field lables and Search help

and Parameter id and Change document

Reusability Purpose -- Data element or Domain

with out data element we can create table using the Predefinde Type

Data element with out :

F4 help functionality will not aavialble


Field labes not avlibale
forkey relationship canot establish

Domain :

conversion exit not possible


value table provide not possible

Lower case -- Domain level

Amount -- -100.00
+ 200.00

Sign - Domail Level

Delivery Class

Delivery class for controlling data transport of tables for installation, upgrade,
and client copy, and for transporting between customer systems

000

MARA - W

750

MARA - table

A and ( TMG LEVEL )Standard Recording Seelct - it will store in Work Bench
Request

C and ( TMG LEVEL )standrad recording select --- It will store in Customizing
Request

ZTEST -- Thorugh Transport

DE3 - Develeopment

QE3 - Quality

PE3 - Prodcution

Data Class

A Data Class represents a physical area in Data Base .

APPLO - Master Data ( It will changes rarley )

APPL1 - Transactional Data ( It will changes frequently )

APPL2 - Customizing Data

Size Catorgy

Number of enrtries was going to store in the table


0 - 0 - 9900

9901

dyanmically it will allocate the same memory again

RAM Level memory will ocupied -- 9900 + 9900

Memory waste=age will happen

Buffering

first time fetching the data will go to data base . if we are trying to fetch the
same entry again it will go to buffer area ( application server )
so it will improve the perfomance

select

Presentation Layer ( SAP GUI )

Application Layer
Buffer Area ( 12345 test )

DATA BASE Laye

12345 satish - ASYNCHORNSATION -- this will update data with in secs to


buffer area

DB load will decrease - it will imporve the pefromance

single buffering ( Single record will stored in buffer area )

Single single matnr


from ztest
where matnr eq '1234'.

full buffering ( Mutiple entries )

if you acces single record also the complete table data will be buffer area

Single matnr
from ztest
into table it_ztest
where matnr eq '1234'.

1234
1456
5678

buffer area
1234
1456
5678
generic buffering

it will follow the left justifiled rule.

MANDT 800
CARRID LH
COUNTNUMBER
MATANR

GENRIC BUFFERING 4

lOG DATA CHANGES -- WE CAN TRACK THE WHO CHANGES THE TABLE AND DATE AND TIME

SCU3 --- TO SEE THE TABLE LOG

You might also like