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 '0003244'.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between synchronous and asynchronous update?
What is the collect statement?
Explain the advantages/disadvantages of logical databases?
Explain different types of attributes of function module?
What are the different functions used in sap script?
What is meant by authorization? Did you ever work on it? : sap abap hr
What is append structure?
How do you set up background jobs in sap?
Explain how is batch input process different from processing on line?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is meant by stacked list?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
Explain the use of table maintenance allowed?
Define structure in abap data dictionary?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?