Call transaction SE24 and specify name of creating class ZXLWB_ALV_TREE and press the button «Create»:
Go to «Properties» tab and press a button «Superclass».
After that, type CL_GUI_ALV_TREE in the Superclass input field :
Go to the «Methods» tab and add a new method GET_OUTTAB (Instance method, Public) :
Ptess a button «Parameters» , and create a Returning-parameter ET_OUTTAB (with typing Type Ref To DATA):
Press a button «Source code», and follow to the code editor. Type just a single code line :
ET_OUTTAB = MT_OUTTAB .
Acticate the class by pressing a button «Activate»