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 problem

Former Member
0 Likes
616

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
Read only

Former Member
0 Likes
512

Help me its urgent?

Read only

0 Likes
512

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

Read only

Pawan_Kesari
Active Contributor
0 Likes
512

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