2020 Jul 30 3:51 PM
Hi Folks, this code works fine but just out of curiosity is there a way to implement this code using the NEW operator?
DATA lo_obj TYPE REF TO zabstract_class.
CREATE OBJECT lo_obj TYPE (variable). "variable = 'ZSUB_CLASS'.
lo_obj->method1( ).
Thanks
Regards
Hi Folks, this code works fine but just out of curiosity is there a way to implement this code using the NEW operator?
DATA lo_obj TYPE REF TO zabstract_class.
CREATE OBJECT lo_obj TYPE (variable). "variable = 'ZSUB_CLASS'.
lo_obj->method1( ).
Thanks
Regards
2020 Jul 30 5:06 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |