SAP VALUE CONSTRUCTOR PARAMS INIT



Get Example source ABAP code based on a different SAP table
  



VALUE, Initial Value for All Types

ABAP_SYNTAX
... VALUE dtype$|#( ) ...

What does it do?
If no parameters are specified in the parentheses, the return value is set to its type-specific initial value. This is possible for any non-generic data types dtype. The # character can stand for corresponding statically recognizable operand types. When VALUE #( ) is passed to a generically typed formal parameter, the type is also derived from its generic type as follows: