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 routines

Former Member
0 Likes
461

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

2 REPLIES 2
Read only

Former Member
0 Likes
424

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.

Read only

Former Member
0 Likes
424

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.