Some of the ABAP programs that I have to debug use system memory to pass data to other programs using the following syntax:
EXPORT: VARIABLE_NAME TO MEMORY ID 'NAME_OF_MEMORY_OBJECT'.
How do I check the value of these memory IDs in the debugger?
Relatedly, how can I view the value of parameter set with:
SET PARAMETER 'ZPR' FIELD lv_project.