Application Development and Automation 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: 
Read only

repository objects vs ddic objects

Former Member
0 Likes
1,637

Hello All,

Can any one explain what is the difference between them?

Thanks,

Vibha

1 ACCEPTED SOLUTION
Read only

Former Member
1,003

Hi Vibha,

Repository objects - All your programs, FM , includes etc are repository objects.

DDIC objects - all the objects which are defined as the data dictionary objects for eg, tables, domains (SE11) are the DDIC objects.

Regards,

Atish

3 REPLIES 3
Read only

Former Member
1,004

Hi Vibha,

Repository objects - All your programs, FM , includes etc are repository objects.

DDIC objects - all the objects which are defined as the data dictionary objects for eg, tables, domains (SE11) are the DDIC objects.

Regards,

Atish

Read only

Former Member
1,003

Hi

Data Dictionary Objects are nothing but the objects you see in SE11 Tcodes like

Tables, Views,Domains, Data types, Lock Objects, Search Helps and Type groups etc

Repository means the glossory of all SAP objects like Function Modules, Tables,Transaction codes, Programs and all other SAP related Objects that we use in SAP

see the link http://www.sapdevelopment.co.uk/

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
1,003

thnks