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

Hierarchy Report

Former Member
0 Likes
777

hi,

I need to print the hierarchy of sales district -


> customer group -


> customer ---> material group wise incoming orders,sales and pending orders amount and quantity in a single report,not interactive type..

how to print like this using tree structure??...

what can be the best kind of format to display..

Thanks

Sri

hi,

I need to print the hierarchy of sales district -


> customer group -


> customer ---> material group wise incoming orders,sales and pending orders amount and quantity in a single report,not interactive type..

how to print like this using tree structure??...

what can be the best kind of format to display..

Thanks

Sri

6 REPLIES 6
Read only

Former Member
0 Likes
748

USe Blocks for this.

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
748

Hi,

You can use FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'.

Refer wiki code:-

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/sample%252balv%252bheirarchy%252breport%...

Regards,

Tarun

Read only

Former Member
0 Likes
748

Hi ,

Use this FM REUSE_ALV_HIERSEQ_LIST_DISPLAY for the hierarchy report.

Good Day

Varghese

Read only

Former Member
0 Likes
748

This message was moderated.

Read only

Former Member
0 Likes
748

Hi Sri,

here is a useful link to demo program on alv tree

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alvtreedemo+example

Regards,

Mdi.Deeba