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: 

How to transport DD07T system table entries

former_member721373
Participant
0 Kudos

Hello Everyone!

My requirement is to change the short description of a Fixed Value range option in domain. I made the change but it was only refelecting for EN language and not for other languages.

So i updated short description for all other languages in DD07T Table but while saving there was no transport option.

It didn't allow me to add it to TR via Transport Entries option.

Error: system entries cant be transported directly.

Can anyone please guide me on how to do this.

Thank you in advance!

4 REPLIES 4

FredericGirod
Active Contributor

In your transport request, you should have an entry for the table, with keys specified.

In the key you have the language key. Replace the value by a star "*"

former_member721373
Participant
0 Kudos

Hello @Frederic Girod,

While creating the entry in TR, it gives this error- system entries cant be transported directly.

Sandra_Rossi
Active Contributor

I guess you must transport the domain to transport everything inside it including the fixed domain values, texts and translations.

add R3TR DOMA <the concerned domain name> to the transport request.

You may enter it directly or use SE80 > context menu on the domain > other functions > write transport entry.

former_member721373
Participant
0 Kudos

Thank you Sandra. I have transported the domain. I hope it works 😁