Application Development 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: 

hi Kulkarni and Heilman

Former Member
0 Kudos

Thanks for ur Quick Reply,

But my problem is i need to display multiple items at each level which might not be possible by using tree. The format of my report should look somewhat like this.

Agreement 1

Billing Document 1

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Billing Document 2

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Billing Document 3

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Could u please help me out.

Thanks & Regards,

<b>Swamy Mantha.</b>

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

This is definitely possible by tree have a look at the examples. Also use the same thread no need to create a new thread just reply to the same mails.

Regards,

Shekhar

5 REPLIES 5

Former Member
0 Kudos

Hello,

This is definitely possible by tree have a look at the examples. Also use the same thread no need to create a new thread just reply to the same mails.

Regards,

Shekhar

0 Kudos

Yes, this is exactly what the demo program will show you. Program BCALV_TREE_DEMO.

Regards,

Rich Heilman

0 Kudos

Hi ,

i have given u a wrong o/p format. I am sorry for that. The format given below is my actual format. if i try to do it in alv tree, then maintaining headings for each and every cell will not be possible as there will be a single row for maintaining headings. if u have an idea of the FM "REUSE_ALV_HIERSEQ_LIST_DISPLAY" the display should be in that format.But usage of that FM will restrict me to an hierarchy of just one detail level.

Agreement 1 Sales group1 Status1 customer code desc.

Billing Document 1 FKDAT FKART...........

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Billing Document 2 FKDAT FKART...........

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Billing Document 1 FKDAT FKART...........

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Thanks ,

Swamy

0 Kudos

Hi ,

i have given u a wrong o/p format. I am sorry for that. The format given below is my actual format. if i try to do it in alv tree, then maintaining headings for each and every cell will not be possible as there will be a single row for maintaining headings. if u have an idea of the FM "REUSE_ALV_HIERSEQ_LIST_DISPLAY" the display should be in that format.But usage of that FM will restrict me to an hierarchy of just one detail level.

Agreement 1 Sales group1 Status1 customer code desc.

Billing Document 1 FKDAT FKART...........

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Billing Document 2 FKDAT FKART...........

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Billing Document 1 FKDAT FKART...........

item1(POSNR), Condition type(KSCHL), Condition Text, ....

item2(POSNR), Condition type(KSCHL), Condition Text, ....

item3(POSNR), Condition type(KSCHL), Condition Text, ....

.....

.....

Thanks ,

Swamy

Former Member
0 Kudos

Hello,

This is definitely possible by tree have a look at the examples. Also use the same thread no need to create a new thread just reply to the same mails. Take a look at std SAP report MB56

Regards,

Shekhar