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: 

How to see the value of memory ID while debugging

sukhbold_altanbat
Active Participant
0 Kudos

Hi All,

I have exported value to the memory ID.

Examle:

EXPORT '123' TO MEMORY ID 'MEM_ID'.

I would like to know how to see the value of the memory ID 'MEM_ID' In debuging (just like checking value of the variable)

Thanks,

Sukhbold

1 ACCEPTED SOLUTION

former_member206439
Contributor
0 Kudos

Hi

The value of the memory id 'MEM_ID' in the ABAP Memory area,

In the debugger's menu option Goto>System Areas>ABAP memory after the export statement and just before the import

Regards

Naresh

2 REPLIES 2

former_member206439
Contributor
0 Kudos

Hi

The value of the memory id 'MEM_ID' in the ABAP Memory area,

In the debugger's menu option Goto>System Areas>ABAP memory after the export statement and just before the import

Regards

Naresh

Former Member
0 Kudos

Hi,

To access the system areas,

select

goto>Syste m Areas>Internal information in the debugger menu.

In SAP 4.6 C or earlier versions ,select

goto>System>system areas.

The debugger shows a list of available areas.

Either double click on a system area or insert the name in the area field to see its contents.

refer this link.

http://www.sappro.com/downloads/Settings&SystemAreas.pdf

In that pdf in te link search/find for "export" ,you will get steps on how to do it with screen shots

Regs,

SuryaD.

Edited by: SuryaD on Apr 29, 2010 10:01 PM

Edited by: SuryaD on Apr 29, 2010 10:02 PM