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

Regarding ALV

Former Member
0 Likes
516

Hi,

There is a requirement for which we have to make the display as mentioned below. The first line visible ( COMMERCIAL) is a main column

and the below repeated columns (# of terms % ) should be the sub-columns.

The set of main & sub-column are repeated for 10 times.

COMMERCIAL

(1649)

Category # of terms %

Please help me on above mentioned requirement using ALV.

Regards,

Sk.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

You might be able to use function REUSE_ALV_HIERSEQ_LIST_DISPLAY to accomplish your goal. Sample reports BCALV_TEST_HIERSEQ_LIST_EVENTS and BCALV_TEST_HIERSEQ_LIST provide examples.

-roger

Hi,

There is a requirement for which we have to make the display as mentioned below. The first line visible ( COMMERCIAL) is a main column

and the below repeated columns (# of terms % ) should be the sub-columns.

The set of main & sub-column are repeated for 10 times.

COMMERCIAL

(1649)

Category # of terms %

Please help me on above mentioned requirement using ALV.

Regards,

Sk.

2 REPLIES 2
Read only

Former Member
0 Likes
501

You could use ALV Tree....Check this link...

[http://atejada.blogspot.com/2007/05/alv-tree-orientado-objetos.html]

Greetings,

Blag.

Read only

Former Member
0 Likes
502

You might be able to use function REUSE_ALV_HIERSEQ_LIST_DISPLAY to accomplish your goal. Sample reports BCALV_TEST_HIERSEQ_LIST_EVENTS and BCALV_TEST_HIERSEQ_LIST provide examples.

-roger