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: 

using ALV

Former Member
0 Kudos

Hi,

How to export two internal tables using alv.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Please make use of the Function Module

REUSE_ALV_BLOCK_LIST_DISPLAY

Check the below example programs:

BALVBT01 -


Testprogram ALV: Block list

Regards,

ABY

Former Member
0 Kudos

Hi,

<b>Check out sample code posted by Rich Heilman

Dynamic Internal Tables and Structures - ABAP

/people/rich.heilman2/blog/2005/07/27/dynamic-internal-tables-and-structures--abap

Nice weblog by Rich

Regards,

ABY

Former Member
0 Kudos

Hi Rakesh,

Just in case you are trying to display header and Line item data then you can use the function module

REUSE_ALV_HIERSEQ_LIST_DISPLAY

and pass two internal tables to display hierachical data.

Regards,

Vikas

<b>Always reward all useful suggestions.</b>