Background Information Employee data is an important resource in any business organization as it could help managers in decision-making, discovering special skills, highlighting productivity trends, ...
data : lv_Ref type ref to i. create data lv_Ref. lv_Ref->* = 1. write lv_Ref->*. data(lv_Ref) = NEW i( ). --> here it is creating the data reference variable type i and it is intializing the default ...