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

Function Module to display hierarchy grid

Former Member
0 Likes
1,077

Hi Gurus,

I am having a situation where there are two internal tables.

One contain header data and other items data.

the common fields in this are PO# and line item#.

What I have to do is need to display the output in grid format with header in one line from first int. table and beneath that corresponding line items of 2nd int. table should be displayed. This should go on for all entries in the internal tables.

Can anyone please let me know is there any Function module or any methods which displays in this format.

promise to reward points.

regards

Mac

3 REPLIES 3
Read only

Former Member
0 Likes
775

hi

use this

REUSE_ALV_HIERSEQ_LIST_DISPLAY Hierarchical sequential list output

regards

karthik

Read only

0 Likes
775

Hi Karthik,

This is ok if we are using FM.

But when we are using abap objects using classes and methods, how we are going to do that.

Please do let me know.

promise to reward points

mac

Read only

Former Member
0 Likes
775

Hi,

Please search in SE38 as BCALV_HIE.

You can find standard demo programs.

Thanks,

Sriram Ponna.