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

Regarding a Report

Former Member
0 Likes
471

hi experts,

i have a developed a Report in english and if i want to change the developed report which is in english dynamically to logon language of the customer then how can i do that.

Note: i just want to do that programatically.

can any one please help me regarding this

thanks

pavan

3 REPLIES 3
Read only

Former Member
0 Likes
430

Hi Pavan ,

In this case then you will have to create text elements for all the selection screen elements , and whar ever you print in the report and translate it into the all languages supported by your system.

Regards

Arun

Read only

Former Member
0 Likes
430

hi Pavan,

For that create text element and translate them accordingly ...

Regards,

Santosh

Read only

former_member188827
Active Contributor
0 Likes
430

try dis:

tables rsetx.

rsetx-targ_langu = sy-langu.

hope dis works...