what are the conversion routine?
Answers were Sorted based on User's Feedback
Answer / aniket
Covversion routines are used to convert from external
display format to internal storage format and vice-versa.
convention. The following function modules are assigned to
conversion routine xxxxx:
CONVERSION_EXIT_xxxxx_INPUT
CONVERSION_EXIT_xxxxx_OUTPUT
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
Answer / harpal singh
I think question is related to pricing procedure where in
we use routines which convert your value in to some decimal
places etc.
Is This Answer Correct ? | 0 Yes | 0 No |
Difference between user exit and badis?
how is data transported from module to program?
if we are inserting record in BDC,if poweroff how can you know how many records inserted?(poweroff yourside)
What are system fields for secondary lists?
how to handle the errors (duplicate records) in CALL TRANSACTION METHOD and HOW CAN WE SHOW THE ENDUSER ABOUT THE ERROR RECORD
What are the various types of BDC's?
What is a type group?
What are user exits? What is involved in writing them? What precautions are needed?
what are the fields in BDC Data?
What is COMMIT concept in BAPI?
Tell me that any enhancement object comes under which category? either implementation or in support project
Function Module to upload the Excel sheet into SAP Internal Tables. * a) GUI_UPLOAD b) CL_GUI_FRONTEND_SERVICES=>GET_UPLOAD_DOWNLOAD_PATH c) CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD d) All the above