SAP NEWS-762-EXPRESSIONS



Get Example source ABAP code based on a different SAP table
  



Expressions and Functions in ABAP Release 7.62
ITOC

ABAP_MODIFICATION_NN Predicate Expression for Type Inspection

The new predicate expression IS INSTANCE OF can be used to detect the dynamic type of an object reference variable. This makes it possible to check the feasibility of a downcast before it is executed.

ABAP_MODIFICATION_NN Case Distinction for Type Inspection

The special statement CASE TYPE OF makes it possible to check the dynamic type of an object reference variable as a case distinction.