2009 Feb 23 8:11 AM
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.
2009 Feb 23 8:17 AM
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.
2009 Feb 23 8:17 AM
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
2009 Feb 23 8:18 AM
2009 Feb 23 9:14 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |