Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

what is CONVERTION-EXIT

Former Member
0 Kudos

what is CONVERTION-EXIT

i need total info of that one

Title was edited by:

Alvaro Tejada Galindo

2 REPLIES 2

Former Member
0 Kudos

Hi vish,

Conversion exit is nothing but a function module to convert the internal format of the value to the external format.

It will be maintained at Domain level as Conversion routine as ex: ALPHA.

If you want to use that conversion routine, you will use it by calling the below function modules

CONVERSION_EXIT_ALPHA_INPUT & CONVERSION_EXIT_ALPHA_OUTPUT.

Hope this infor will help you.

<b><REMOVED BY MODERATOR></b>

Satish

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

HI,,

Some data is displayed differently than the way they are stored

For eg idata Format 2007/10/10 is stored like 20071010 w/o slash

But it is displayed like 2007/10/10 .

This happens with the help of Conversion Exit..take a look at these two FMs..

CONVERSION_EXIT_PDATE_INPUT

CONVERSION_EXIT_PDATE_OUTPUT

Hope it helps..

Praveen