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: 

Debugger Data Export

Former Member
0 Kudos

Hello all,

I am comparing the DSEG data of a program in two different boxes in the debugger, and cannot find a way to export this data. Goto -> System -> System Areas -> DSEG.

Is there is a way to export/print this data? I've done a thorough search over SAP Notes and this forum and cannot find any resolution. Using classic debugger in 4.6C.

Ideas?

Edited by: sappl88 on Jan 3, 2011 7:26 PM

2 REPLIES 2

Former Member
0 Kudos

Note 528187 mentions: "It is thus now possible to write the current system area display into a simple text file in the ABAP debugger by entering the function code "SAFI" (save System Area to FIle) - into the current directory of the application server (see profile parameter DIR_HOME)."

Former Member
0 Kudos

Enter OK CODE 'safi' and it saves a file in the application server home dir.

Edited by: sappl88 on Nov 23, 2011 7:15 PM