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

Problem while using ALV list in abap report..

Former Member
0 Likes
640

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.

5 REPLIES 5
Read only

Former Member
0 Likes
611

Hi,

Try to use Column tree ALV, Check in DWDM transaction for options.

Regards,

Ravi.

Read only

0 Likes
611

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.

Read only

0 Likes
611

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.

Read only

Former Member
0 Likes
611

Hi,

Try using TREE ALV

Class: CL_GUI_ALV_TREE

Check std. report BCALV_TREE_DEMO

Hope this helps you.

Read only

0 Likes
611

Hi ,

Can anyone please tell me how to merger two columns using "reuse_alv_grid_display"

OR "Reuse_ALV_LIST_DISPLAY".

Thanks,

Komal.