2008 Nov 11 6:55 PM
Hi al!!
Does anybody know if in a Hierarchy ALV it is possible to have columns separated by lines?
Thanks in advance & kind regards,
Marce.
Hi al!!
Does anybody know if in a Hierarchy ALV it is possible to have columns separated by lines?
Thanks in advance & kind regards,
Marce.
2008 Nov 11 7:14 PM
by using 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' you can get vertical lines separating columns
2008 Nov 11 7:28 PM
Thnks Jay for the answer, but I'm using that FM and I'm have no vertical lines. Did I have to set some parameter?
Thanks & regards,
Marce.
2008 Nov 11 7:36 PM
I am not sure which way u are have developed your code.. if you want a hirar alv you need not don any thing for the vertical lines.. all you need to do is set the field catalog.
2008 Nov 11 7:39 PM
I will appreciate a lot if you can send me me an example where vertical lines appears.
Thanks & regards.
2008 Nov 11 7:41 PM
CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'
EXPORTING
* I_INTERFACE_CHECK = 'X' *
I_CALLBACK_PROGRAM = 'ZPRCREPTZ1'
I_CALLBACK_USER_COMMAND = 'CALLBACK_USER_COMMAND'
I_CALLBACK_PF_STATUS_SET = 'CALLBACK_STATUS'
IT_FIELDCAT = FIELDCAT_AXXX
IT_EXCLUDING = EX_FCODE
IS_LAYOUT = LAYOUT_AXXX
IT_SORT = IT_SORT_AXXX
IT_EVENTS = ET_EVENTS_AXXX
IT_EVENT_EXIT = ET_EVENT_EXIT
I_TABNAME_HEADER = TABNAME_HEADER_AXXX
I_TABNAME_ITEM = TABNAME_ITEM_AXXX
IS_KEYINFO = KEYINFO
IS_PRINT = IS_PRINT_AXXX
* IMPORTING *
* E_EXIT_CAUSED_BY_CALLER = *
* ES_EXIT_CAUSED_BY_USER = *
TABLES
T_OUTTAB_HEADER = SORTTAB_AXXX
T_OUTTAB_ITEM = T_POS_AXXX
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2.[Click Here for more explanation|http://www.saptechies.com/how-to-use-alv-for-hierarchical-lists/]
2008 Nov 14 11:33 AM
Thank you for the answers.
I'm sorry but hierarchy ALV has no vertical lines.
King regards.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |