‎2009 Jul 01 3:04 PM
Hoi,
I want to know if there is possibility to convert an integer data type in this format (yyyymmdd) to an appropriate date data type also in the same format : yyyymmdd.
i want to use it within formula in my infoset query.
You help will be appreciated.
Thanks in advance.
Nabil.
‎2009 Jul 01 4:15 PM
Hi Nabil,
try this FM: CONVERSION_EXIT_ALPHA_INPUT
is useful for convert different data type, here an example:
call function 'CONVERSION_EXIT_ALPHA_INPUT'
exporting
input = A ( type integer )
importing
output = B ( type 'data' ).
Perhaps that helps,
Regards,
Davide