Answer Posted / arun prasad
IN THE BEGINING OF SAP THE PERSONS WHO DOESNT KNOW GERMAN
FOUND SOME DIFFICULTY TO KNOW ABOUT SOME FIELD NAMES. SO TO
UNDERSTAND BY THE PERSONS ON THEIR LANGUAGE,SAP HAS
INVENTED CONVERSION ROUTINE IN WHICH THE NAME WILL STORED
AS IT IS AND WHILE DISPLAYING IT WILL BE IN YOUR OWN
CREATED LANGUAGE.
WE CAN ALSO STORE IT ON OUR OWN.
THESE ALL CAN BE CRATED AT THE DOMAIN LEVEL.
SOME FM'S WILL BE USED THEY ARE, CONVERSION_EXIT_IN_'NAME
OF CONV. ROUT.' AND CONVERSION_EXIT_OUT_'NAME OF CR'.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What two statements are required in an abap program to output an icon using a written statement?
Difference between function group and function module?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Explain the advantages of logical databases?
Select up to 1 row and select single difference ?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
How do you get the number of lines in an internal table?
what is code to upload cost centers through call trans. and procedure
what next in SAP-ABAP/4 is it going to be change?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
How do you retrieve the data for repetitive structures ? : abap hr
Explain client-dependent and client-independent tables.
What is sap abap data dictionary?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr