Application Development and Automation 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: 
Read only

Conversion Routine

Former Member
0 Likes
421

Hi Friends ,

I want to create Conversion routine for my domain .

Kindly tell me the steps to be followed .

Thanx ,

Senthil .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Hi Senthil,

Go to se 37

Create 2 function modules starting with

CONVERSION_EXIT_"exitname"_input

CONVERSION_EXIT_"exitname"_output.

write the code for these function modules.

and assign the "exitname" in domain.

For reference:

check the exsiting conversion Routine:

CONVERSION_EXIT_alpha_input.

CONVERSION_EXIT_alpha_output.

domain :lifnr.

Reward if useful.

3 REPLIES 3
Read only

Former Member
0 Likes
406

Hi Senthil,

You have to create funtion modules(SE37) for input/output convertions, the naming convention for the function modules should be

CONVERSION_EXIT_xxxxx_INPUT

CONVERSION_EXIT_xxxxx_OUTPUT

where xxxxx is the name of conversion routine

Please check some standard routines like

CONVERSION_EXIT_ALPHA_INPUT

CONVERSION_EXIT_ALPHA_OUTPUT to understand more.

Reward if helpful.

Regards,

Mandeep

Read only

Former Member
0 Likes
406

Hi Kumar,

Try the following link.

Link: [http://help.sap.com/saphelp_47x200/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm]

Read only

Former Member
0 Likes
407

Hi Senthil,

Go to se 37

Create 2 function modules starting with

CONVERSION_EXIT_"exitname"_input

CONVERSION_EXIT_"exitname"_output.

write the code for these function modules.

and assign the "exitname" in domain.

For reference:

check the exsiting conversion Routine:

CONVERSION_EXIT_alpha_input.

CONVERSION_EXIT_alpha_output.

domain :lifnr.

Reward if useful.