Application Development and Automation 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: 
Read only

reading system area memory

Former Member
0 Likes
354

I would like to know how to read system area memory -

specifically while in the ABAP debugger I noticed in the system memory area 'DSEG' a specific row of information that I am interested in. In my ABAP code how can I read it. I don't think the normal 'IMPORT' command is capable of reading system area memory.

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
315

Hi Maurice,

Did you try the IMPORT FROM SHARED MEMORY option/

Regards,

Suresh Datti