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’). Object Oriented Previous Post When can we use Open SQL, CDS and AMDP? Next Post Is BDC supported in S4 HANA?