zl程序教程

您现在的位置是:首页 >  硬件

当前栏目

ABAP如何在调试查看EXPORT/IMPORT 内存数据详解编程语言

内存调试数据编程语言 如何 详解 查看 ABAP
2023-06-13 09:11:52 时间

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 内存数据详解编程语言     ABAP如何在调试查看EXPORT/IMPORT 内存数据详解编程语言

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 内存数据详解编程语言

ABAP如何在调试查看EXPORT/IMPORT 内存数据详解编程语言

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.
 

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/19956.html

cgo