1 Displaying and Editing Attributes
Within a debug session, you can inspect an object reference by performing the following steps.
1 double-click on the reference variable name in the ABAP program code.
Figure 1
As you can see in Figure 1, only the internal object ID of the object pointed to are displayed.
2 To view the values of the attributes in this object, you must double click on the reference variable name. This will open up the Object Display mode view shown in Figure 1.
2