SAP METHOD CHAINING ABEXA



Get Example source ABAP code based on a different SAP table
  



Method Chaining
This example demonstrates method chaining in an operand position.

ABAP_SOURCE_CODE
DEMO CL_DEMO_METHOD_CHAINING

ABAP_DESCRIPTION
In the argument of the method DISPLAY_TEXT, chained attribute access is applied to the attribute text of the class demo. The attribute is changed using three chained method calls.