zoukankan      html  css  js  c++  java
  • SAP ABAP数据库表字段checktable的实现原理

    For project reasons I need to find all tables whose fields have used a given table say COMM_PRODUCT as check table.

    The only information I know is that such kind of table metadata is stored in table with name prefix DD*. Unfortunately there are huge number of table starting with DD:

    How to efficiently find the exact one by yourself?

    (1) Make the check table field selected, and press F1:

    In popup dialog, click this icon to display technical information:

    Unfortunately, the found DD03P_D is a structure, so it is not possible to view it via tcode SE16. Nevertheless let’s write down the field name CHECKTABLE.

    (2) Go to SE80 -> Repository information system, double check ABAP Dictionary -> Fields -> Table fields, type field name as CHECKTABLE and search

    The DD08L seems to be the table I am looking for.

    Double confirm in SE16:

    Confirmed


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

  • 相关阅读:
    关于汉密尔顿回路
    hdu 3018 Ant Trip
    hdu 1116 Play on Words
    关于欧拉回路、欧拉通路的一些定理及推论
    hdu 1531 King
    hdu 3440 House Man
    hdu 3666 THE MATRIX PROBLEM
    hdu 1384 Intervals
    关于差分约束系统
    hdu 1878 欧拉回路
  • 原文地址:https://www.cnblogs.com/sap-jerry/p/13538277.html
Copyright © 2011-2022 走看看