zoukankan      html  css  js  c++  java
  • 使用ABAP SE16查看类型为RAWSTRING的数据库列字段值

    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.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":

  • 相关阅读:
    数据库与数据仓库的比较Hbase——Hive
    log4j 配置使用
    hadoop Datanode Uuid unassigned
    kafka相关文章引用
    kafka可靠性
    kafka基本原理
    html
    并发编程
    Python之系统交互(subprocess)
    网络编程
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13613745.html
Copyright © 2011-2022 走看看