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: 

Reports in other Language

Former Member
0 Kudos

Dear Gurus,

We have a scenario at our client that

They are logging the system thru Language as English and they want to have a output report in Arabic language, so before commenting on this query I want your help to find any solution to this Problem.

For Example:

They are logging the system in English Language

And Running a T-code u201CS_ALR_87011990u201D this is a report for Generating Asset History Sheet.

And we get the report in English Language.

But Our Client wants to Login in English and wants to get the same report in Arabic Language as an output.

So Can I create any u201CZu201D Program to Generate a Report in Arabic Language by copying the standard program u201CRAGITT_ALV01u201D to u201CZRAGIIT_ALV01u201D.

Quick Response is very much appreciated.

Thanks in Advance.

Anil.

1 REPLY 1

matteo_montalto
Contributor
0 Kudos

Hello Anil,

you could go for your Zcustom solution and modify language pool dynamically via SET LOCALE/LANGUAGE statement regardless your actual logon language.

Check this document for further info and a sketch of code which should clear how this solution works:

[http://www.ideo-nl.com/pdf/nb3Q05abap.pdf|http://www.ideo-nl.com/pdf/nb3Q05abap.pdf]