Answer Posted / guest
Conversion takes place when converting the contents of a
screen field from display format to SAP-internal format and
vice versa and when outputting with the ABAP statement
WRITE, depending on the data type of the field.
If standard conversion is not suitable, it can be
overridden by specifying a conversion routine in the
underlying domain.
A conversion routine is identified by its five-place name
and is stored as a group of two function modules.
The function modules have a fixed naming convention.
The following function modules are assigned to conversion
routine xxxxx:
CONVERSION_EXIT_xxxxx_INPUT
CONVERSION_EXIT_xxxxx_OUTPUT
The INPUT module performs the conversion from display
format to internal format. The OUTPUT module performs
the conversion from internal format to display format.
If a screen field refers to a domain with a conversion
routine, this conversion routine is executed automatically
each time an entry is made in this screen field or when
values are displayed with this screen field.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is view? Different types of view.
Difference between /N and /BEND?
How to display or know if the value entered contains records or not?
How is time management and payroll is integrated? : sap abap hr
What is the use of table maintenance allowed?
What are the abap/4 commands that link to a layout set?
What are the different software packets available in the market? : sap abap hr
What is the logo in sap script?
How will you define posting procedures?
What are the 2 other types of views, which are not allowed in release 3.0?
What is macro? : abap hr
What is function group?
How do you write transaction programs in sap?
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?