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

Unicode Conversion Problem

Former Member
0 Likes
405

Hi All,

I have a report as ZCATS_DA (copy of CATS_DA) where I want to add 2 more fields to the selection-screen.

I added the two fields in the include zcats_selection_screen and I also gave it a name in 'Txt Elements'-> 'Selection Texts' but I am not able to see the name given on the selection-screen when I login using English language isntead the technical name of the field as specified in the program shows up (eg: it shows QMNUM instead of 'Notification').However, if I specify the login language as German ('DE') the correct thing shows up on the selection-screen.

Can anyone please tell me what should be done to tackle this problem..

Thanks and Regards,

Puja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
374

Hi Puja,

It looks as if the original report's language is 'DE', because of which you are unable to see the description text.

Follow these steps: On the Text Elements screen, choose Goto -> Translation from the menu. Here, select the target language as 'EN' and then choose Continue. Activate the text elements and execute the report again.

Hope this helps! Please revert if you need anything else.

Cheers,

Shailesh.

Always provide feedback for useful answers!

2 REPLIES 2
Read only

Former Member
0 Likes
375

Hi Puja,

It looks as if the original report's language is 'DE', because of which you are unable to see the description text.

Follow these steps: On the Text Elements screen, choose Goto -> Translation from the menu. Here, select the target language as 'EN' and then choose Continue. Activate the text elements and execute the report again.

Hope this helps! Please revert if you need anything else.

Cheers,

Shailesh.

Always provide feedback for useful answers!

Read only

0 Likes
374

Thanks a lot Shailesh. It worked.