‎2006 Dec 11 7:26 AM
Hi all,
how to create conversion routine for perticular filed in domain level.
i want create conversion routine for date filed .
please send me the steps.
Thanks&Regards
Rambabu
‎2006 Dec 11 8:45 AM
hi..
i'm not too sure abt it.. check out if the below helps ya.
you can create customer routines. According to OSS Note 41474 it is safe to create a function module that has the conversion exit naming standard (Begins with CONVERSION_EXIT*). You will get a warning that you can ignore. The important part is to have the first letter of your rountine name begin with Z or Y. That way you won't have a conflict with SAP. An example would be:
CONVERSION_EXIT_Z0001_INPUT .
i browsed n found these details as none had answered ur question.
‎2006 Dec 11 8:49 AM
Create two function modules with these names replaceing 5 X's with the routine name which should be if 5 char.
CONVERSION_EXIT_XXXXX_OUTPUT
CONVERSION_EXIT_XXXXX_INPUT
for the logic check for the ALPHA by replacing XXXXX.