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 are the three components of a work process?
How to Raise a Particular Ticket in Realtime ?
What are the functional areas, user groups? How does abap query work in relation to these?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is the difference between data elements and domains? : abap data dictionary
Explain client-dependent and client-independent tables.
what is the t-code to link technical and functional operation?
What is delivery class? : abap data dictionary
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the relational operations that can be performed on view in sap? : abap data dictionary
What is a report?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
How can one distinguish between different kinds of parameters? : abap modularization
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the various events associated with screen programming?