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

TREE ALV

balajishahrsap
Participant
0 Likes
723

Dear All,

We have a
requirement to build the ALV Hierarchical tree.

1. I need to
create a tree stucture with one parent node and three child node. Even that
child node is having one or more sub child node to be displayed.

All these nodes
should display with the header details.

2. In a single
expansion of parent node, I want to diplay three child node.

For Example,
Parent node is a Sales Order. When I expand the sales order, (Chile node)
respective line item along with applicable Service Contract and Return Order to
be displayed. When i expand the Service Contract it should display the
respective line item details and also for return order it should display the
respective line item.

3. Header is
having more than 50 fields.

Line item is
having more than 45 fields.

Service
Contract is having more than 50 feilds.

Return Order is
having more than 50 fields.

Dear All,

We have a
requirement to build the ALV Hierarchical tree.

1. I need to
create a tree stucture with one parent node and three child node. Even that
child node is having one or more sub child node to be displayed.

All these nodes
should display with the header details.

2. In a single
expansion of parent node, I want to diplay three child node.

For Example,
Parent node is a Sales Order. When I expand the sales order, (Chile node)
respective line item along with applicable Service Contract and Return Order to
be displayed. When i expand the Service Contract it should display the
respective line item details and also for return order it should display the
respective line item.

3. Header is
having more than 50 fields.

Line item is
having more than 45 fields.

Service
Contract is having more than 50 feilds.

Return Order is
having more than 50 fields.

3 REPLIES 3
Read only

SimoneMilesi
Active Contributor
0 Likes
687

check report BCALV_TREE_01 as example

Read only

0 Likes
687

We tried all these options, but is not suiting for our requirement.

Read only

0 Likes
687

Why?

i used that report (plus the various BCALV_TREE....) as example to build an alv tree with 7 levels using g_alv_tree .

Which kind of problem are you facing?

Your initial post doesn't explain too much...