SAP TYPE SYMBOL 3

Get Example source ABAP code based on a different SAP table
  


ABAP Code Snippet
A non-generic data type dtype.
The # character as a symbol for the operand type.
If the data type required in an operand position is unique and fully identifiable, this type is used.
If the operand type is not fully identifiable, an operand with a statically identifiable type must be specified after the first THEN . This type is then used. In particular, THROWs cannot be specified after THEN.
All operands specified after THEN must be convertible to the data type determined by type. In the case of reference variables, an up cast must be possible.