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

Timestamp

Former Member
0 Likes
920

Hi,

I'm searching for a FM that give me time with more precision then 6 digit (hh.mm.ss)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
872

Hi Salvatore,

Check this thread,

Hope you find your solution here.

Thanks,

Susmitha.

Dont forget to reward points for useful answers.

6 REPLIES 6
Read only

vinod_gunaware2
Active Contributor
0 Likes
872

RKE_TIMESTAMP_CONVERT_INPUT – Converts display to TIMESTAMP fields .

RKE_TIMESTAMP_CONVERT_OUTPUT – Converts TIMESTAMP fields for display . . .

regards

vinod

Read only

0 Likes
872

Look at this example:

13.06.2006 + 11.56.01.02

13.06.2006 + 11.56.01.05

but using time with 6 digits:

13.06.2006 + 11.56.01

13.06.2006 + 11.56.01

that give the same timestamp.

Message was edited by: Salvatore Volpe

Read only

Former Member
0 Likes
872

Hi ,

use Fm GET_DELTA_TIME .

Regards,

Amole

Read only

Former Member
0 Likes
872

Hi,

U can also use <b>convert</b>.......keyword

it will also satisfy ur need.

Mark helpful answers

Read only

Former Member
0 Likes
873

Hi Salvatore,

Check this thread,

Hope you find your solution here.

Thanks,

Susmitha.

Dont forget to reward points for useful answers.

Read only

0 Likes
872

RSAP_GET_MILISECS is the solution!

Thanks to Susmitha Thomas!