SAP TIMESTAMP EXPR POSITIONS



Get Example source ABAP code based on a different SAP table
  



Time-Stamp-Like Expression Positions
Time-stamp-like expression positions are read positions where time stamp fields and constructor expressions, table expressions, and built-in functions can be specified, or functional method calls and method chainings whose return value has a time stamp type. The following time-stamp-like expression positions exist:
Time-stamp-like arguments in time stamp functions
Operand time_stamp of the function
utclong_add( val = time_stamp ... )
Operands time_stamp2 and time_stamp1 of the function
utclong_diff( high = time_stamp2 low = time_stamp1 )
Functional operand positions in statements for time stamps
Operand time_stamp of the statement
CONVERT UTCLONG time_stamp TIME ZONE tz INTO ...

ABAP_EXAMPLE_VX5
Specification of a functional method call and a time stamp function as arguments of the time stamp function utclong_diff.
ABEXA 01347
ABAP_EXAMPLE_END