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

Convert Integer to date data type using query formula

Former Member
0 Likes
632

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.

1 REPLY 1
Read only

former_member998879
Participant
0 Likes
390

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