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

Former Member
0 Likes
471

Could you please anybody answer How many types of ALV report we can design?

Thanks & regards

Shyam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
445

Hi Shyam

Mainly we can categorize ALV types into three.

ALV Types with the asociated function modules.

List/Grid ALV

Functional Modules:

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY

Block List ALV

Functional Modules:

REUSE_ALV_BLOCK_LIST_DISPLAY

Heirerchial Sequential

Functional Modules:

ALVREUSE_ALV_HIERSEQ_LIST_DISPLAY

with Regards,

Satish Akkina

Could you please anybody answer How many types of ALV report we can design?

Thanks & regards

Shyam

3 REPLIES 3
Read only

Former Member
0 Likes
446

Hi Shyam

Mainly we can categorize ALV types into three.

ALV Types with the asociated function modules.

List/Grid ALV

Functional Modules:

REUSE_ALV_GRID_DISPLAY

REUSE_ALV_LIST_DISPLAY

Block List ALV

Functional Modules:

REUSE_ALV_BLOCK_LIST_DISPLAY

Heirerchial Sequential

Functional Modules:

ALVREUSE_ALV_HIERSEQ_LIST_DISPLAY

with Regards,

Satish Akkina

Read only

0 Likes
445

Thanks a lot Akkina

Read only

Former Member
0 Likes
445

We can design ALV reports either by two ways:

1. Using function module like reuse_alv_grid_display or reuse_alv_list_display or for hierarchal alv 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' .

2. By oops concept by using classed and methods.

class like : cl_gui_alv_grid.