DATA lt_dd07t TYPE dd07v_tab.
CALL FUNCTION 'DD_DOMVALUES_GET'
EXPORTING
domname = 'ZXXX'
text = abap_true
langu = sy-langu
TABLES
dd07v_tab = lt_dd07t.
et_entityset = VALUE #( FOR lv_dd07t IN lt_dd07t ( key = lv_dd07t-domvalue_l
value = lv_dd07t-ddtext ) ).
dd07l/dd07t
Parameter
Type
Typing Method
Associated Type
I_DOMNAME
Importing
Type
DOMNAME
RT_DOMVALUES
Returning
Type
/IWBEP/T_MGW_NAME_VALUE_PAIR
METHOD get_dd07_values.
SELECT l~domvalue_l AS name, t~ddtext AS value INTO TABLE @rt_values
FROM dd07l AS l INNER JOIN dd07t AS t
ON l~domname = t~domname AND
l~valpos = t~valpos AND
l~domvalue_l = t~domvalue_l
WHERE l~domname = @i_domname AND
t~ddlanguage = sy-langu.
ENDMETHOD.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.