Skip to Content
0
Former Member
Mar 24, 2009 at 10:24 AM

get timestamp: format UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)

1062 Views

Hi All,

I have a table defined in the dictionary where a field is defined as timestampl.

I can use the following Abap code.

DATA: ll_timestamp TYPE timestampl.

GET TIME STAMP FIELD l_timestamp.

My curiosity: since I am in Abap O.O. context, is there a specific code, using methods?

Thanks in advance for your kind support.

Regards,

Giovanni