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 object

Former Member
0 Likes
1,152

Hi all

What exactly is repository object means?

Thanks and regards

vijaya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,020

Hi

the objects created via abap work bench (in r/3 database) are called repository objects.

Ex: programs, authorization objects, lock objects, Customizing objects, and so on.

i.e these objects are global in nature.

we will create these objects using Object navigator (transaction se80).

regards,

sundaramj

4 REPLIES 4
Read only

Former Member
0 Likes
1,021

Hi

the objects created via abap work bench (in r/3 database) are called repository objects.

Ex: programs, authorization objects, lock objects, Customizing objects, and so on.

i.e these objects are global in nature.

we will create these objects using Object navigator (transaction se80).

regards,

sundaramj

Read only

Former Member
0 Likes
1,020

repository or data dictonary means the same..the place where global objects reside which can be accessed in any programs or components.

tables

views

data types

domains are examples

u can create them in se11

santhosh

Read only

Former Member
0 Likes
1,020

Hi Vijaya,

It's nothing but the objects which can be created under <b>se80</b> transaction.

Read only

Former Member
0 Likes
1,020

hi

Object in the R/3 Repository.

Repository objects are development objects - such as, for example, programs or classes. They are edited using tools of the ABAP Workbench. Each Repository oject is assigned to a package.

Message was edited by: geetha