‎2008 Jul 07 7:29 AM
Hi Frineds
Are there any conversion_exits for type DATS and TIMS.
I have created a custom conversion exit for DATS and TIMS, I have specifed the input type respectively, they are working fine in the SE37, once I run them in SE11, while executing to show the table entries, the program going for short dump and telling incorrect type specification for INPUT in the function module, though I have mentioned the input type as DATS and TIMS.
Please anyone help me in this regards.
Regards
Praveen
‎2008 Jul 07 7:37 AM
Hi,
Do not specify data types for input and output varialbles. Move the input values to requries type in the FM by assigning it for instance A = input.
Hope this helps.
‎2008 Jul 07 7:33 AM
Yes , you have CONVERSION_EXIT for date
CONVERSION_EXIT_LDATE_OUTPUT
CONVERSION_EXIT_SDATE_OUTPUT
Regards,
Dara.
‎2008 Jul 07 7:37 AM
Hi,
Do not specify data types for input and output varialbles. Move the input values to requries type in the FM by assigning it for instance A = input.
Hope this helps.