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

In what tables does Data in Application Server save ?

Former Member
0 Likes
462

Dear Gurus,

In what tables does Data in Application Server save ?

Does the code we write is saved in some tables (or) saved in

repository ??

what is a repository ???

what are the tables where repository data is saved ????

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
427

>

> Dear Gurus,

>

> In what tables does Data in Application Server save ?

All of them

>

> Does the code we write is saved in some tables (or) saved in

> repository ??

Both

>

> what is a repository ???

>

The place where workbench objects are saved

>

> what are the tables where repository data is saved ????

Many and various. Some not accessible via ABAP.

Dear Gurus,

In what tables does Data in Application Server save ?

Does the code we write is saved in some tables (or) saved in

repository ??

what is a repository ???

what are the tables where repository data is saved ????

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
428

>

> Dear Gurus,

>

> In what tables does Data in Application Server save ?

All of them

>

> Does the code we write is saved in some tables (or) saved in

> repository ??

Both

>

> what is a repository ???

>

The place where workbench objects are saved

>

> what are the tables where repository data is saved ????

Many and various. Some not accessible via ABAP.

Read only

Former Member
0 Likes
427

Hi ,

I will explain you in detail,

Suppose let us take a Material (Tyre of a car),

if you did any changes to that particular material all the tables associated with that material like MARA, MARC...etc (Plant level and Client level) get updated

Code we use wiil be saved in Both Repository n Tables

Repository is collection of Run time Objects

And may be we can't retreive Repository data from tables

Regards,

Nag

Read only

Former Member
0 Likes
427

closed