v
You use the DATA statement to define the reference variable in your program and assign a name for your reference variable. Use TYPE REF TO <class_name> to specify the type of the reference variable. Specify the name of a class after TYPE REF TO. The reference variable can then contain pointers to instances of this class.
The classes for the ALV Object Model are global, which means they were created with the Class Builder. They are globally visible.
