Get Example source ABAP code based on a different SAP table
Date Fields, Time Fields, and Time Stamp Fields as Source Fields
d>>
t>>
utclong>>
Latest notes:
The conversion rules are designed in such a way that operands of the types d> and t> behave like character-like operands in character-like operand positions and behave numerically in numeric operand positions.
In substring access> to an operand of the type d> or t>, the substring is handled like an operand of the type n> and the corresponding conversion rules apply.
Operands of the type utclong> can only be converted to the types c> and string>. NON_V5_HINTS ABAP_HINT_END
ABAP_EXAMPLE_VX5 Conversion of a target field with the value 144414> to different target types. The type-compliant formatted output is 53054>, 144414>, CF3E>. The number 53054 corresponds to the number of seconds since midnight for the time 144414. ABEXA 00990 ABAP_EXAMPLE_END