Hi, In my Class I have a private instance attribute T_OUTTAB of Type Ref To DATA. In one of my Methods I'm filling this attribute in the below way. GET REFERENCE OF e_table INTO t_outtab. E_TABLE is exporting paramater of Type STANDARD TABLE. When I'm accessing T_OUTTAB in another Method, there is no data in this class attribute, instead its showing some junk data as below. FREED STACK:{A:3*\TYPE=%_T00004S00000000O0000023808} Could you please help me how to access T_OUTTAB data in another Method. Thanks, Adithya M.
↧