‎2011 Aug 17 11:13 AM
Hello Experts,
I am working on existing abap report to change its output format.
Currently the output is beging dispalyed in List format with both the column headings and row headings......
Coulmn headings also consists of 3 different header lines see example below:
Bus plan
(1st half plan)
Units $000
Fax
OF1020 0 52
OF1021 0 101
Could anyone please let me know how to frame this using ALV ?
Thanks,
Komal.
‎2011 Aug 18 10:38 AM
Hi,
Try to use Column tree ALV, Check in DWDM transaction for options.
Regards,
Ravi.
‎2011 Aug 18 11:15 AM
Hello,
I didn't found that column tree example in that tcode.
Could you please give me some example how to create the ALV for that
Thanks,
Komal.
‎2011 Aug 18 11:43 AM
Hi komal,
Please try the demo report : SAPCOLUMN_TREE_CONTROL_DEMO
or try : REUSE_ALV_HIERSEQ_LIST_DISPLAY
or through the following link : http://www.sapgeek.net/2009/12/example-of-hierarchical-sequential-list/
this may help u.
Thanks,
regards,
akshay ruia.
‎2011 Aug 18 5:18 PM
Hi,
Try using TREE ALV
Class: CL_GUI_ALV_TREE
Check std. report BCALV_TREE_DEMO
Hope this helps you.
‎2011 Aug 19 11:14 AM
Hi ,
Can anyone please tell me how to merger two columns using "reuse_alv_grid_display"
OR "Reuse_ALV_LIST_DISPLAY".
Thanks,
Komal.