cancel
Showing results for 
Search instead for 
Did you mean: 

Language import after ECC6 upgrade problem - RSTLAN_IMPORT_SINGLE error

Former Member
0 Kudos

Hello Experts,

For ECC6 upgrade, for translations, i applied Note 485741 - Handling customer translations in the upgrade.

So, in DEV, before upgrade, I executed report RSLTMOD which created a request transport for modification translations. I exported it with transaction SE09.

and then I try to import this change request using RSTLAN_IMPORT_SINGLE report in QA (upgraded)

DEV client is 400 and QA client is 300 so I want to import change request 300 client in QA.

blow error message is occured RSTLAN_IMPORT_SINGLE report.

==================================================

1AETW062 client "400" doesn't exist. Please choose another client

==================================================

400 is DEV client but I want import to 300 client in QA.

How can i fixe this issue?

Thank you in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Unfortunately I have not had a reply and we have done so:

We created a request transport for each environnement(DEV, QA, Pre Production Production)and after the upgrade, we upload this request transport to avoid the error.

Former Member
0 Kudos

Hello,

Use TX SMLT to import this language request.

See SAPNote 485741

If you have created a language package with Source Release 4.6x or higher, use Transaction SMLT to import this package.

Regards,

Marcel

Former Member
0 Kudos

Thank you Peter for your answer.

You are right. In the package language case, i can use SLMT. Except that in my case, I have not created a package.

In the SAP note 485741:

+ Release 4.6x and higher +

+ For these releases, you can either use the RSLTMOD report to collect the translations (as described above) or you can create

a language package in Transaction SMLT_EX.+

Me, I used RSLTMOD program. So, i msut use RSTLAN_IMPORT_SINGLE program.