公众号:SAP Technical
本文作者:matinal
 

前言部分

大家可以关注我的公众号,公众号里的排版更好,阅读更舒适。

正文部分

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.
    • 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.
    • 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.

最新文章

  1. js的scroll详解
  2. jQuery知识点总结(第三天)
  3. 基于SVG的JS地图插件
  4. 绑定hosts
  5. protected 和default的区别
  6. Modbus Poll :Byte Missing Error或CRC Error
  7. javascript基础学习(四)
  8. C++可变参数的另一种实现
  9. 在Android开发中,定时器一般有以下3种实现方法
  10. js操作styleSheets
  11. web开发性能优化---用户体验篇
  12. axis1,xfire,jUnit 测试案列+开Web Service开发指南+axis1.jar下载 代码
  13. MDX Query - mdx的基本语法和概念
  14. [Oracle维护工程师手记]两表结合的MVIEW的告诉刷新
  15. linux添加新磁盘
  16. 配置samba的流程
  17. linux下PythonQt混编记录
  18. 关于HashMap和Hashtable的区别
  19. 第5月第16天 php crud CodeIgniter CI_DB_active_record
  20. Asp.Net MVC :路由器

热门文章

  1. Linux/Ubantu 安装 idea
  2. ARDUINO UNO烧录BOOTLOADER
  3. BZOJ 2946 [Poi2000]公共串 (二分+Hash/二分+后缀数组/后缀自动机)
  4. maven项目pom.xml中parent标签的使用(转)
  5. 使用CSS3 will-change提高页面滚动、动画等渲染性能----------------------------引用
  6. java.lang.UnsupportedOperationException at java.util.AbstractList
  7. C#静态变量 总结
  8. js 密码为空显示错误
  9. 【Python之路】特别篇--Python切片
  10. 快速拿下CSS盒子模型