what are conversion routines
Answers were Sorted based on User's Feedback
Answer / krithika
conversion routines are used to convert the fields either
from display format to SAP internal format or from SAP
internal format to display format.
For this the following routines are used.
Conversion_exit_xxxxx_input - display format to SAP
internal format.
Conversion_exit_xxxxx_output - SAP internal format to
display format.
we have to create the conversion routines while creating
domains.
Is This Answer Correct ? | 23 Yes | 0 No |
Answer / 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 |
Answer / 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 |
BDC CALL TRANSACTION carry on synchronous processing and update the database both synchronously and asynchronously,where session method carry on asynchoronous processing and update the database synchrousnously.I want to know the meaning of synchronous and asynchronous processing and also the meaning of synchronous and asynchronous database update.
What are two methods of modifying sap standard tables?
difference between enhancement and modifying
What are the components in sap application server?
How do you run the scripts?
Where we use Chain and End chain?
2 Answers Intellect Bizware, Sony,
How can we create callable modules of program code within one abap/4 program? : abap modularization
where can u use secondary index in program please tell me? is there any tool to test in development client?is there any performance tool is thre pleaseeee tell me?
What is asap methodology? : sap abap hr
Difference Between Call By Value and Call By Reference?
24 Answers Cognizant, Intel, Reliance, TATA, TCS, Wipro,
write the codes for how to fetch data from a select query written under end-of-setection event.
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc