‎2006 Sep 06 10:21 AM
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.
‎2006 Sep 06 10:34 AM
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.
‎2006 Sep 06 10:27 AM
‎2006 Sep 06 10:30 AM
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.
‎2006 Sep 06 10:34 AM
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.
‎2006 Sep 06 11:33 AM
‎2006 Sep 06 11:00 AM
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.