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 are the different types of the variable in the sap abap?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Explain what are the problems in processing batch input sessions?
How will you read from internal table records in a given value range (without using loop)
Which type of tables used this buffer?
What are the differences between session method and call transaction method? : abap bdc
What are local objects? : abap data dictionary
What are smart forms?
What are the internal tables and work area?
Will 50,000 records be uploaded directly into APP's Server?
What are the function of the transport system and workbench organiser? : abap data dictionary
Can we reuse a userexit?
How do you connect to the remote server if you are working from the office for the client in remote place?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
What is the difference b/t Session method and call transaction method ??