cancel
Showing results for 
Search instead for 
Did you mean: 

Field catalog parameters for getting Domain values

Former Member
0 Kudos

Hi all,

Please tell me the field catalog parameter to be set to fetch the domain text values.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Rollname

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

try DOMNAME

Former Member
0 Kudos

Hello,

If u give the table name it will ge the field names with description

CALL FUNCTION 'DDIF_FIELDINFO_GET'

EXPORTING

tabname = y_v_tabname

langu = sy-langu

TABLES

dfies_tab = y_i_dfiestab

EXCEPTIONS

not_found = 1

internal_error = 2

OTHERS = 3.