Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9052

View actual data from an EXPORT statement in the debugger

$
0
0

Attention ABAP pros, ninjas, and rock stars:

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

Capture.PNG

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


Viewing all articles
Browse latest Browse all 9052

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>