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: 

alv problem

Former Member
0 Kudos

Hi Experts,

There is one urgent requirment in alv.

Suppose i have 12 column in my internal table.

the data i have to append in this table is like..

first row of the internal table shud be of 12 headings each of 50 lenth.

next three rows shud contain numeric values all.

next 10 rows shud contain currency values.

it shud be displayed in single alv report. i can not use the field char type. i have to do something dynamically.

how can i achieve that. please help me out.

hope i made the quetion clear.

its really really urgent.

Thanks In advance.

Azad.

3 REPLIES 3

Former Member
0 Kudos

Help me its urgent?

0 Kudos

Data display upto third level is not possible using ALV. Its better to use classical report for ur requirement.

Pawan_Kesari
Active Contributor
0 Kudos

Define three different tables and use Block List ALV to display all three internal tables at same time....

see example program BALVBT01

just to summarize you will have to use FMs

REUSE_ALV_BLOCK_LIST_INIT

REUSE_ALV_BLOCK_LIST_APPEND - call this 3 times for differnt internal tables

REUSE_ALV_BLOCK_LIST_DISPLAY