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: 

sequential hierarchial list in grid

Former Member
0 Kudos

hey guys,

i need to change the current sequential hierarchial list to a grid layout..

( for enabling the suer to select records and copy onto Excel)

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

And what is your request ?

Regards

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos

And what is your request ?

Regards

0 Kudos

hehe...

how to go about?

a sequential hierarchy list should be in a grid now...

0 Kudos

You have two internal tables (header and post) in hierarchical list,

you may - link the two internal tales into one (header+post) and display it in a grid.

Regards

0 Kudos

hey raymond,

thnaks for that..

But i am lloking at displaying header in one line and then post in other..

like two fields catalogs in a single grid display...

how to do?

0 Kudos

does TREE ALV have a different structure for HEADER and ITEM levles..

and can we make the TREE alv appear with all the leaves (with the user having to click on header to see the items) as default

0 Kudos

does TREE ALV have a different structure for HEADER and ITEM levels ?

no

can we make the TREE alv appear with all the leaves (with the user having to click on header to see the items) as default ?

yes (use method expand_tree)

Regards