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

Where does Data Dictionay object gets stored !!!

Former Member
0 Likes
654

Hi all,

I knew Data dictionary objects are stored in Application server and actual data is stored in Database server. My doubt is will application server has each version for each Server (Development and testing) .For ex: In Dev server a custom table Tab1 with 2 fields. And in testing server Tab1 with 1 field. I Believe both Dev and testing servers are connected to same application server. So now if I login dev server I see table tab 1 with 2 fields and if login testing server I see table tab1 with 1 fields. How the application server maintains different version of same table tab1 for Dev and test server?

Thanks,

Sri

5 REPLIES 5
Read only

Former Member
0 Likes
613

I am not very sure but I thought that diff sap systems use Diff appl servers.

Read only

Former Member
0 Likes
613

Hi,

Check when is the last changed date for the custom table in Quality/test server and check the same in development server.

if different. then i think some chnages might have been done in dev system and not transported to quality/test server and thus the differences.

Thanks,

Venkatesh.

Read only

kumud
Active Contributor
0 Likes
613

Hi There,

You need Transport requests to maintain consistency across development/testing/production systems (depending on your system landscape.)

So if you do a change in development system, create a transport request containing the changes and move it to your testing client. Else you will not see them consistent.

System architecture has nothing to do with this.

Thanks,

Regards,

Kumud

Read only

Former Member
0 Likes
613

I knew Data dictionary objects are stored in Application server and actual data is stored in Database server.

??

And what exactly makes you think so?

I fully agree with Diwakar.

Let me suggest you carefully read some concepts manual, or get some basic training.

regards

Read only

Former Member
0 Likes
613

Hi Sri,

Basically sap mantain standard landscape like dev>qty>prod

it might be possible that devand test system are not configured in the way to transport the changes

You can check this with help of pakage configuation

go to se10 check your configuration like when you released which systems its going ..

Regards,

Amit .