Application Development 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: 

Convert Time to RKE_HZSTMP

Former Member
0 Kudos

Hi experts,

(I tried to look for a post regarding this but haven't found any with sufficient details. If there is any that I missed, kindly provide me the link. Thanks!)

In table view COVP, there is a field K_TIMESTMP with type RKE_HZSTMP. I have to retrieve data from COVP using K_TIMESTMP but the available data from my program is only of type UZEIT. How can I convert it so I can select correct entries using K_TIMESTMP?

Is there any FM or logic that can be used for conversion?

Thanks,

Eo

1 ACCEPTED SOLUTION

ChandraMahajan
Active Contributor
0 Kudos

Hi,

you can use below FM,

RKE_TIMESTAMP_CONVERT_INPUT

RKE_TIMESTAMP_CONVERT_OUTPUT

I hope this will be helpful for you.

Thanks,

Chandra

2 REPLIES 2

ChandraMahajan
Active Contributor
0 Kudos

Hi,

you can use below FM,

RKE_TIMESTAMP_CONVERT_INPUT

RKE_TIMESTAMP_CONVERT_OUTPUT

I hope this will be helpful for you.

Thanks,

Chandra

0 Kudos

Thank you very much Chandra! assigned points to you.