ABAP如何在调试查看EXPORT/IMPORT 内存数据

These memory IDs can be accessed in the debugger, but the option isn't accessible by default in the "new" Debugger. To display them you have two options:

  • In the new Debugger, change one of the tools you're using. Do this by clicking the "New Tool" or "Replace Tool" that you can see at the top of the vertical button column on the right of each subwindow. Open the Special Tools folder in the tree and select "System Areas (Internal Only)". In the second tab of this tool you can now see a list of areas. Double-click the MEMORIES("EXPORT/IMPORT memories") area or manually enter it in the Area input field to open the list of active memory IDs. Click through on any one to see its hexadecimal value.
  • ABAP如何在调试查看EXPORT/IMPORT 内存数据_第1张图片
  •  
  • ABAP如何在调试查看EXPORT/IMPORT 内存数据_第2张图片
  • In the menu bar, open Debugger and select "Switch to Classic Debugger". Once it opens, find the following in the menu bar: Goto, System Areas, ABAP Memory. The system areas will be displayed with the MEMORIES area selected by default.
  • ABAP如何在调试查看EXPORT/IMPORT 内存数据_第3张图片

 

ABAP如何在调试查看EXPORT/IMPORT 内存数据_第4张图片

 

Parameters

If you want to view the PARAMETERs that were set instead of memory IDs, the procedure is almost exactly the same. However, instead of opening the MEMORIES system area, open the SMEM ("SAP memory (SPA-GPA)") area.

  

你可能感兴趣的:(SAP,ABAP,DEBUG,MEMORY,EXPORT,IMPORT)