Skip to Content
0
Former Member
Jun 24, 2014 at 10:43 PM

View actual data from an EXPORT statement in the debugger

84 Views

Attention ABAP pros, ninjas, and rock stars:

I am trying to learn more about some standard SAP code that is having a runtime error.

IF NOT gv_cluster_key IS INITIAL.

* Get the combinations

IMPORT it_combi TO <plobs_in_view>

FROM DATABASE indx(dp) ID gv_cluster_key.

ENDIF.

There is a mismatch on what is being imported and bombs on the IMPORT statement.

It would be great if there was a way to see what was being stored at the memory location, and then therefore get a hint as to where the mismatch is.

In debug, I have used Special Tools/System Areas (Internal); Area - MEMORIES and don't see anything that makes sense.

Is there a way to see what's in that memory location?

Thank you in advance.

G Allen

@glenn_a_allen

Attachments

Capture.PNG (19.7 kB)