Hello Freinds,
pls can somebody help me to call this
FM correctly. I am trying to create a
Double-Table-Control.
Regards
Ilhan Ertas
CALL FUNCTION 'ALV_GENERIC_DIALOG'
EXPORTING
IS_DTC_LAYOUT =
changing
C_REF_TO_CL_ALV_VARIANT =
EXCEPTIONS
NO_CHANGE = 1
OTHERS = 2.
IF SY-SUBRC ne 0.
endif.