Quantcast
Channel: ABAP Development
Viewing all articles
Browse latest Browse all 948

A small tip of viewing RAWSTRING field in SE16

$
0
0

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

clipboard1.png

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

clipboard2.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:

clipboard3.png

clipboard4.png

clipboard5.png

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

clipboard6.png

Set breakpoint on the three search result:

clipboard7.png

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

clipboard8.png

switch to XML Browser:

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

clipboard10.png



Viewing all articles
Browse latest Browse all 948

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>