Application Development 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: 

transport system objects i.e. contents of table t100 from one system to ano

Former Member
0 Kudos

hello all,

how do i transport contents of table t100 from one system to another...

tried creating a transport request... but when i got an error when used r3tr tabu t100... i got a pop up saying

"System objects cannot be transported directly"

know abt restore... any other way of doing it...

Regards, Jatin

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos

hi Jatin,

just double-click the error message, a popup will apeear and it is clearly written down what you have to do...

hope this helps

ec

0 Kudos

Former Member
0 Kudos

Hello all,

Thanks for the support so far...

to clarify the problem in more detail...

when i add R3TR TABU T100... and hit enter... i get the error message at the bottom of the screen...

" System objects cannot be transported directly (e.g. T100, TRDIR, TFDIR..) "

When i double click the error message, i get a pop up, detailing the "KINDS" of tables which cannot be

transported. (like in my case is t100)...

The only help which i get at the bottom of the popup is...

"Direct transport of these table entries is only allowed for special tools, such as the client copy program."

Any other way of doin it...

Regards, Jatin

0 Kudos

yes, you get a huge list and the list tells (somewhere in the middle):

"T100*: R3TR MSAG (messages)"

so you have to create lines in your transport request you have to pick up lines:

R3TR MSAG name_of_message_class

this will transport a complete message class

Former Member
0 Kudos

hello all,

thanks for the support so far...

this is wat is did...

in/from source system

1st transfered the structure of the table...

created a TOC

exported the entries to the local machine (as a txt file)

uploaded the txt file to the TOC created using an internal tool

added * for the table key field in the TOC (to select all the entries of the table)

at the OS level exported this TOC and later imported the same into the target...

It ended with RC = 8... and not all the entries came... i think i lost around 10% of the entries...

but its fine...

i hope this helps...

Regards, Jatin