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 append structure?
What is projection view?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are two different ways to add fields to sap tables?
What are the 3 types of tables in sap? : abap data dictionary
What does hide statement do?
What are aggregated objects
Exception handling and how does it transfer from called method to calling method?
What are the attributes of the data in data dictionary? : abap data dictionary
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Difference between call by value and call by reference? : abap data dictionary
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What are the different methods of passing data? : abap modularization
Explain get pernr concept when we use logical data base? : abap hr
What is asynchronous update?