if i login in english then top-of page will display in
english.if i login in german then it will display in german
as on .. abap report how.........

Answer Posted / richa

Let see it with an example..

in TOP-OF-PAGE we have.. .following text
GOOD MORNING in text-element text-001

we have to translate this text in the language..in which we
want to login and see the report in that language..
We translate this text by
text-element->goto->translation
select the program and write the translation of all the
text-elements in the program(in our case say FR).
Now, the translated text is present in the system.
Now if i login in FR and execute the same report.
i will find the tranlsated text in the report.
this is done by the system variable sy-langu.
As the login language is FR... the text will be displayed in
french.
Note- if the tranlsation does not exist in the system, then
the text will not at all appear in the report.

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

1620


What are the differences between interactive and drill down reports?

548


What are the different types of laws. What are they?

600


WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'

1775


Explain the difference between domain and data element? What are aggregate object?

569






What are logical databases?

633


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

607


What is meant by authorization? : sap abap hr

565


How many types of data classes are there in sap?

587


What are the update types possible?

613


What are the events in abap/4 language? : abap hr

620


Can i Have Some Realtime Examples On Modulepool programming.

5552


What is the meaning of client independent?

571


Where do you code the hide statement?

573


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2102