前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >在SAPGUI的SE16事务码里直接查看类型为RAWSTRING的数据库表字段内容

在SAPGUI的SE16事务码里直接查看类型为RAWSTRING的数据库表字段内容

作者头像
Jerry Wang
发布2020-05-06 23:29:53
5960
发布2020-05-06 23:29:53
举报

Sometimes you would like to view the content of field with RAWSTRING type for a table:

The raw string represents the configuration with XML format however the correct format could not be viewed in SE16 directly.

In fact, the dynpro in the screenshot above is implemented by a program which is automatically generated by framework. You could find its name via System->Status:

execute report RS_ABAP_SOURCE_SCAN with search key = select * from BSPC_DL_PERSSTOR, search program = /1BCDWB/DBBSPC_DL_PERSSTOR.

Set breakpoint on the three search result:

relaunch SE16 and access the table, one of the breakpoint is triggered:

switch to XML Browser:

then you can see XML detail in debugger. With such tip it is not necessary to write any report to select the xml data out of the database table.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-05-04 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档