2006 Nov 22 9:54 AM
Hi,
When and how to use no_subchoice, no_sumchoice and no_subtotals?
Rgds,
Nimisha
2006 Nov 22 10:03 AM
HI,
NO_SUMCHOICE is used to when you don't want to give any choice for summing NO_TOTALLINE is ued to avoid total line in display
NO_SUBCHOICE is used to when you don't want to give any choice for subtotals
NO_SUBTOTALS is used when we don;t want to show subtotals
Regards
vijay
HI,
NO_SUMCHOICE is used to when you don't want to give any choice for summing NO_TOTALLINE is ued to avoid total line in display
NO_SUBCHOICE is used to when you don't want to give any choice for subtotals
NO_SUBTOTALS is used when we don;t want to show subtotals
Regards
vijay
2006 Nov 22 9:55 AM
2006 Nov 22 9:57 AM
NO_SUMCHOICE(1) TYPE C ---------> no choice for summing up
NO_TOTALLINE(1) TYPE C---------> " no total line
NO_SUBCHOICE(1) TYPE C---------> no choice for subtotals
NO_SUBTOTALS(1) TYPE C---------> no subtotals possiblethis should be used in the layout
wa_layout-no_subchoice = 'X'.
wa_layout-no_sumchoice = 'X'.
wa_layout-no_subtotals = 'X'.
and this layout will be passed to REUSE_ALV_GRID_DISPLAY
Message was edited by:
chandrasekhar jagarlamudi
2006 Nov 22 9:59 AM
In the layout:
no_subtotals - If you dont want to subtotal
no_subchoice - If you dont want to display option for subtotal
no_sumchoice - If you dont want to total
Each of them can be set with a value of ' ', or 'X'.
Regards
Wenceslaus
2006 Nov 22 10:03 AM
HI,
NO_SUMCHOICE is used to when you don't want to give any choice for summing NO_TOTALLINE is ued to avoid total line in display
NO_SUBCHOICE is used to when you don't want to give any choice for subtotals
NO_SUBTOTALS is used when we don;t want to show subtotals
Regards
vijay
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |