Hello all,
I have a class "ZCL_VEHICLE", this class contains the attribute WHEELS.
This attribute contains objects of the class ZCL_WHEEL.
(definition: data WHEELS TYPE TABLE OF REF TO zcl_wheel.).
I now need a method that gives this table back (as return or export parameter). How can I define a parameter for this method that will contain this table?
Thanks for the help.
Best regards,
Wim