Skip to Content
0
Former Member
Feb 23, 2009 at 08:11 AM

calling the FM

57 Views

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.