GitHub Guide Site

DD_DOMVALUES_GET.MD

DD_DOMVALUES_GET


FM per estrarre i valori definiti nel dominio dictionary

abap CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'RFBSK' "<-- Your Domain Here text = 'X' langu = sy-langu TABLES dd07v_tab = idd07v EXCEPTIONS wrong_textflag = 1 OTHERS = 2.