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

ALV with 3 separately structure

Former Member
0 Likes
813

Hi all

I have to create an ALV with 3 separately structure for example:

Header -> KNA1

Line1 -> VBAK with all orders from Customer

Line2 -> BSEG with all posting for each Order

for 2 structure is the function REUSE_ALV_HIERSEQ_LIST_DISPLAY okay but for 3 structure .....

could anybody help ?

Hi all

I have to create an ALV with 3 separately structure for example:

Header -> KNA1

Line1 -> VBAK with all orders from Customer

Line2 -> BSEG with all posting for each Order

for 2 structure is the function REUSE_ALV_HIERSEQ_LIST_DISPLAY okay but for 3 structure .....

could anybody help ?

6 REPLIES 6
Read only

Former Member
0 Likes
792

The same can be extended and used for 3 structure.

Please refer the Function module documentation for the same

Read only

0 Likes
792

Hi

my Function documentation show me following text

Functionality

This module outputs two internal tables as a formated hierarchical-sequential list.

Principle:

Pass an internal table containing the set of header information to be output.

Pass an internal table containing the set of item information to be output.

Pass a structure containing the general list layout details

Pass a field catalog in the form of an internal table. The field catalog describes the fields to be output in the list.

Could you send me the part with more the 0ne item table

Read only

0 Likes
792

Try to enhance the function module and create your new ZFunction module. Or try REUSE_ALV_BLOCK_LIST_DISPLAY

Read only

0 Likes
792

okay many thanks for help

i have to create a ZF because we have Enterprise...

Read only

Former Member
0 Likes
792

Hi,

Will it be possible if you can show the output in tree structure.

Read only

Former Member
0 Likes
792

I dont think it is possible.

What you can do is combine data for all orders and BSEG postings in a single internal table and display it in multiple lines below each customer header line using standard FM REUSE_ALV_HIERSEQ_LIST_DISPLAY