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

Hierarchical grid display

Former Member
0 Likes
848

How to display data in a hierarchical grid without using object oriented programming.

How to display data in a hierarchical grid without using object oriented programming.

4 REPLIES 4
Read only

Former Member
0 Likes
799

Hi,

U can use the Function Module

"REUSE_ALV_HIERSEQ_LIST_DISPLAY" for this.

This requires 2 tables to be passed ( header and item ) for the display.

Plz check the example programs for details.

BCALV_TEST_HIERSEQ_LIST

BCALV_TEST_HIERSEQ_LIST_EVENTS

BCALV_TEST_LIST_APPEND

BCALV_TEST_LIST_INDEX

Hope this helps.

Thanks,

Rashmi.

Message was edited by:

Rashmi Joshi

Read only

Former Member
0 Likes
799

hi see this

The ALV Grid Control does not allow you to display block or hierarchical lists. Currently, simple lists can be displayed in single-line format only. However, users can define multiple-line format in the print preview and print the list as such.

At the moment, you cannot use tables that have object references. Similarly, the only deep structures that can be used are those described in the documentation covering the extended functionality of the ALV Grid Control (such as, structures for drag-and-drop).

Read only

former_member673464
Active Contributor
0 Likes
799

HI,

You can use fm 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' for hierachical grid display.you can also use interactive events in reuse_alv_grid_display fm to your required problem.

Message was edited by:

veereshbabu ponnada

Read only

Former Member