Hello,
I have a object IO_OBJECT declared as:
data IO_OBJECT type ref to object.
At run time when I check this object; it has a class CL_RECN_CONTRACT as its component.
I want to read structure of this class but not able to do so.
Kindly help with the syntax.
Thanks