Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

calling the FM

Former Member
0 Likes
622

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Hi Ilhan

something like


CALL FUNCTION 'ALV_GENERIC_DIALOG'
     EXPORTING
          IS_DTC_LAYOUT           = LS_DTC_LAYOUT
     CHANGING
          C_REF_TO_CL_ALV_VARIANT = C_REF_TO_CL_ALV_VARIANT
     EXCEPTIONS
          NO_CHANGE               = 1
          OTHERS                  = 2.

Pushpraj

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.

3 REPLIES 3
Read only

Former Member
0 Likes
566

Hi Ilhan

something like


CALL FUNCTION 'ALV_GENERIC_DIALOG'
     EXPORTING
          IS_DTC_LAYOUT           = LS_DTC_LAYOUT
     CHANGING
          C_REF_TO_CL_ALV_VARIANT = C_REF_TO_CL_ALV_VARIANT
     EXCEPTIONS
          NO_CHANGE               = 1
          OTHERS                  = 2.

Pushpraj

Read only

Former Member
0 Likes
565

Hi,

Check this link..

Read only

0 Likes
565

avinesh you should answer the question and not acting a detective.

If you dont know the answer so then please stop writing me nonsence.

As might have to know the posting u r reffering has not the solution of my question yet