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

'Empty Object List' error while translating Text Elements

Former Member
0 Likes
3,457

Hi Friends,

I have got a ticket for which we have implemented an OSS note. This has created a report program 'RFCORR15'. I have got the access key as well to change this program. I need to Translate the text elements (for selection screen, etc) from English(EN) to Italy (IT).

However when I am trying to translate in SE38 (by going to Goto->Text Elements -> Selection Screen and then Goto->Translation), I am giving source language as EN and Traget language as 'IT' but, I am getting 'Empty Object List' message and I am unable to do any modification. Also, when I am logging in 'IT', itsnot even showing me Selection screen text elements in English. Is there any way to ctivate it and display it in Italian (or English atleast).

Please let me know how to rectify this 'Empty Object List' error and perform the translation in Italian language.

Regards,

Suresh.

5 REPLIES 5
Read only

Former Member
0 Likes
1,757

HI,

Before translating the text make sure your english translation is saved and activated.Your program also should be activated before translation.

Regards,

Mohit

Read only

0 Likes
1,757

Thanks Mohit, its already saved and activated. But, I am still getting this error...

Read only

Former Member
0 Likes
1,757

This message was moderated.

Read only

Former Member
0 Likes
1,757

Hi,

Please try the same using transaction code Se63.

Path : SE63 -> Translation -> Short Texts -> ABAP texts -> REPT Text elements.

Read only

0 Likes
1,757

Hi Suresh,

I had similar problem and solved by changing original language of the report which can be done by executing the report

RSCHNGML(example variant EN-R3TR-PROG-NAME_OF_YOUR_REPORT).Then as usual text elements can be maintained

from your program.

reg

Ikshula