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
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What is human resource information systems (chris)? : sap abap hr
What is the difference between function group and function module?
how do you call third selection screen ?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Why are insert and append statement used in sap abap?
When the get cursor command used in interactive lists?
Specify the types of data dictionary objects.
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
what is a text table ?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What is value table?
how to read the standard field value in your custom program.
What two statements are required in an abap program to output an icon using a write statement?
What are the different types of parameters? : abap modularization