Categories ABAP Interview QnA OO ABAP Technical Q&A How to achieve Dynamic object creation in OOPS? by Shubham Gupta Posted on 31 March 2021 31 March 2021 3 data: lo_ref type ref to object. create object lo_Ref type ('ZCLASS'). call method lo_ref->('METH_1'). Read More