在SAPGUI的SE16事务码里直接查看类型为RAWSTRING
Sometimes you would like to view the content of field with RAWSTRING type for a table:
![](https://img.haomeiwen.com/i2085791/d4a1558c2b8ca761.png)
The raw string represents the configuration with XML format however the correct format could not be viewed in SE16 directly.
![](https://img.haomeiwen.com/i2085791/d30bdd054a211744.png)
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:
![](https://img.haomeiwen.com/i2085791/a7536e3e6ac8b55e.png)
![](https://img.haomeiwen.com/i2085791/28c5c92d8616c307.png)
![](https://img.haomeiwen.com/i2085791/088a2ef22f9002f3.png)
execute report RS_ABAP_SOURCE_SCAN with search key = select * from BSPC_DL_PERSSTOR, search program = /1BCDWB/DBBSPC_DL_PERSSTOR.
![](https://img.haomeiwen.com/i2085791/70c5d14a81d76fdf.png)
Set breakpoint on the three search result:
![](https://img.haomeiwen.com/i2085791/d4bb2d77d024f242.png)
relaunch SE16 and access the table, one of the breakpoint is triggered:
![](https://img.haomeiwen.com/i2085791/3fe24cd103a5f549.png)
switch to XML Browser:
![](https://img.haomeiwen.com/i2085791/23dfd5bdaddd76a8.png)
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.
![](https://img.haomeiwen.com/i2085791/62709788b32497a5.png)
要获取更多Jerry的原创文章,请关注公众号"汪子熙":
![](https://img.haomeiwen.com/i2085791/fc7ecd97deb67090.png)