Application Development 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: 

Custom Container in Debug Mode

former_member185116
Active Participant
0 Kudos

hello all,

i have developed a Zreport using custom container and splitter container,

while debugging i came across these values for containers, (marked in red color)

what does this values signifies ,

does increasing of these values causes any harm for correct execution of the report...

thanks in advance...

2 REPLIES 2

FredericGirod
Active Contributor
0 Kudos

Hi,

it's a temporary value of the object, just the time of the excecution

so you don't need to read this kind of information, it's only for the SAP Kernel

regards

Fred

gabmarian
Active Contributor
0 Kudos

These reference variables are containing object references, since the control framework objects (such as splitter container and custom container) are implemented with ABAP Objects.

The object reference points somewhere in the memory which is allocated and handled by the system.

You are not insterested in the reference value itself but rather than in the object or data itsfelf.

I doubt the system allows you to modify the reference values. Even if it did, it would make any sence to change it.