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
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What is tcode se16? For what is it used.
What data is contained? : abap data dictionary
What are differences between at selection-screen and at selection-screen output?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What is luw?
What are the components in sap application server?
How can we use / display table in a screen?
what is difference between set screen and call screen ?
What is the function of the correction system? : abap data dictionary
Does every abap/4 have a modular structure? : abap modularization
What data is contained in data dictionary? : abap data dictionary
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
how do you call third selection screen ?