cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Display

Former Member
0 Kudos

Hi,

Is it possible to display two different structures in ALV Grid format.I need to pass 2 structures to FM 'REUSE_ALV_GRID_DISPLAY' which should ultimately be displayed on the output as one structure. By this i mean that 2nd structure should be displayed adjacent to 1st one without any blank spaces.

Does anyone have idea about it.

Thanks in adavance,

Sheetal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I think some function module are there to do.

Search in se37 Resuseblockalv or Reusealvblock.

IF you require help, use where used list of that

function module.

Cheers,

Ganesh N

Former Member
0 Kudos

Hi

I have done some thing like this.

I have used call screen 100 and used 2 custome controls through dialog progremming se51 and we can call 2 grid alv in the same screen.

if u need any more help let me know

regards

Lakshmikanth

Former Member
0 Kudos

Hi,

Is there any way to solve this without using Dialog programming.

Thanks,

Sheetal

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

Do the following steps..

1. Call FM REUSE_ALV_FIELDCATALOG_MERGE twice for two structures

Result: Fieldcatalog will be filled with two structures

2. Build data internal table that should contain data for both structures.

2. Call FM REUSE_ALV_GRID_DISPLAY and pass the fieldcatalog table and data table.

Thanks,

Ramakrishna