‎2011 Jun 27 10:47 AM
Dear Experts,
As we all know, we can define a generically typed data reference by using the statement below:
DATA ref_data TYPE REF TO dataAlso, as we all know, we can create a structure in global dictionary with a component of type of reference to data by checking the RType check box when defining the structure. My question is, what component type should I use (choose from the Component Type column when defining the structure) if I want the structure's component as a generically typed data reference?
Regards,
Haris
‎2011 Jun 27 1:00 PM
Create a data element as a reference type, and use the name "Data". Create the field with the type of the data element.
matt
‎2011 Jun 27 1:00 PM
Create a data element as a reference type, and use the name "Data". Create the field with the type of the data element.
matt