‎2007 Dec 11 6:46 AM
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
‎2007 Dec 11 6:48 AM
hi
use this
REUSE_ALV_HIERSEQ_LIST_DISPLAY Hierarchical sequential list output
regards
karthik
‎2007 Dec 11 9:19 AM
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
‎2007 Dec 11 6:51 AM
Hi,
Please search in SE38 as BCALV_HIE.
You can find standard demo programs.
Thanks,
Sriram Ponna.