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
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What are the system fields you have worked with? Explain?
What is the use of message command in a report? What are the different message types?
What are the advantages/ dis-advantages of logical databases?
What are aggregated objects
What are the different types of views and their definition?
What are the different types of the variable in the sap abap?
How can you access the function code from menu painter?
Can a constructor be declared private? If yes then in which scenario?
What two statements are required in an abap program to output an icon using a write statement?
What is a variable in the sap abap?
What are the different modes of processing batch input sessions? : abap bdc
What is lock object ? : abap data dictionary
What are the different types of locks? : abap data dictionary
What are the data types of the abap/4 layer?