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

program to upload download dictionary elements

Former Member
0 Likes
613

dear folks,

is there a program to upload and download all domains , data elemts , tables, structures and table types from a packgae

i mean i should be able to downlaod details of all ddic objects in a packgae into a file or excel

then using the same i should be able to recreate those objects in a different server

best regards,

suhair

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

Take a look at this blog -:) It got all you need -:D

<a href="/people/alvaro.tejadagalindo/blog/2006/03/14/taking-good-care-of-z-tables good care of Z tables</a>

Greetings,

Blag.

4 REPLIES 4
Read only

Former Member
0 Likes
499

Hi

All these data dictionary objects are stored in TADIR table

So write a simple report for this table and get the objects displayed based on the object type.

it is easy

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
499

use <b>TADIR</b> to download the relevant data.

Read only

Former Member
0 Likes
500

Take a look at this blog -:) It got all you need -:D

<a href="/people/alvaro.tejadagalindo/blog/2006/03/14/taking-good-care-of-z-tables good care of Z tables</a>

Greetings,

Blag.

Read only

0 Likes
499

thanks

alvaro