访问Domain的Value有两种方法

    技术2022-05-18  16

    1、直接访问表 DD07L和dd07T

     select *

       from DD07L

    where domname = 'domname'     and as4local = active.

     

    2、使用SAP的标准函数?  call function 'DD_DOMVALUES_GET'  exporting  domname = p_domname importing  rc = l_subrc tables  dd07v_tab = l_dd07v  exceptions wrong_textflag = 1 others = 2.


    最新回复(0)