Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using Data Reference As A Component In Dictionary Structure

Former Member
0 Likes
415

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 data

Also, 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

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
365

Create a data element as a reference type, and use the name "Data". Create the field with the type of the data element.

matt

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
366

Create a data element as a reference type, and use the name "Data". Create the field with the type of the data element.

matt