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
757

Hi All,

I have created domain, now i want to create conversion routine to the same domain, could any body tell me the procedure?

thanks in advance,

Joshu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

Hi,

Before creating Conversion routine(TESTD)to a domain, we should create 2 function modules namely CONVERSION_EXIT_TESTD_INPUT, CONVERSION_EXIT_TESTD_OUTPUT.

Conversion_exit_*****_input

conversion_exit_*****_output is the naming convention to the function modules.

Regards,

Sailaja.

5 REPLIES 5
Read only

Former Member
Read only

Former Member
0 Likes
731

In the domain you have created go to the "Definition" tab,you will see "Convers Routine" input field under the "Output Characteristics" frame.Give the name of your conversion routine and double click on it.

A function module will be created of the same name.You can then add your own code in this FM and then activate it.

Read only

Former Member
0 Likes
732

Hi,

Before creating Conversion routine(TESTD)to a domain, we should create 2 function modules namely CONVERSION_EXIT_TESTD_INPUT, CONVERSION_EXIT_TESTD_OUTPUT.

Conversion_exit_*****_input

conversion_exit_*****_output is the naming convention to the function modules.

Regards,

Sailaja.

Read only

0 Likes
731

Thanks Sailaja..

joshu

Read only

Former Member
0 Likes
731

Create a Function group: Say Y_SIGN_CONV, Create FM in the name CONVERSION_EXIT_SIGND_INPUT & CONVERSION_EXIT_SIGND_OUTPUT.

And give the SIGND in the domian level definition tab.

Regards,

Prakash.