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