Answer Posted / kiran
conversion routines are used to convert external data to
internal sap format and vice-versa.conversion routines also
called as conversation exits.
Ex: In table VBAK Document type AUART contians value 'TR'..
but is screens it diaplyed as 'OR'.this is bocz of
conversion routines.
EX : Converstion_exit_alpha_input. this function module will
change 3244 to '000123'.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the function module to popup contents in the internal table?
Explain the uses of the simple maintenance interface? : sap abap hr
What are the events in ABAP language?
Explain the data types of internal tables?
What is transparent table?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What is a database view? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?
Which function module would you use to check the user’s authorization to access files before opening a file?
How can we set the table spaces and extent sizes? : abap data dictionary
What are the techniques involved in using sap supplied programs?
What statement will be found in an sap application program that implements a function module exit?
What is a table pool? : abap data dictionary
Can I execute user exits? If yes, how?
How will you define org structure in MM?