Answer Posted / 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 |
Post New Answer View All Answers
What has to be done to the packed fields before submitting to a BDC session.
Describe the difference between macro and subroutine?
What does the ‘suppress dialog’ do?
What statement will be found in an sap application program that implements a function module exit?
What is lock objects? : sap abap data dictionary
How many types of views are there ?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is gui status? How to create /edit gui status?
Where are you used type casting?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What happens if only one of the commands set screen and leave screen is used without using the other?
What abap statement will trigger list generation?
How would you define the exponents for a type ‘f’ field?
Some Realtime Objects on Bdc.
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?