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

Subrows in ALV display.

Former Member
0 Likes
1,747

Dear ABAPers,
I just want to know if it is possible to display subrowws in ALV grid.
I have attached the requirement given to me. Is it possible to show this type of display  in ALV Grid?

Dear ABAPers,
I just want to know if it is possible to display subrowws in ALV grid.
I have attached the requirement given to me. Is it possible to show this type of display  in ALV Grid?

5 REPLIES 5
Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
1,506

Yes. it's partially possible. You can sort and group on employee number, employee name and current number. Also while preparing field catalog make sure that the NO_MERGING is set as space for these column. In the sort table, fill the fields SPOS, FIELDNAME, UP. For these columns.

One thing which is not possible is to group the subcolumns into main column ( Like you grouped 3 columns under previous employer column. )  Rather you can provide maeaning ful names to the sub grouped columns and remove the main column.

Other options willl be to us alv tree if you want

Read only

Former Member
0 Likes
1,506

you can check the standard report  : BCALV_TREE_06 you can take help form this standard report and create as par your requirement.

Read only

Clemenss
Active Contributor
0 Likes
1,506

Hi Swarnadeepta Padhi,

as already said: SORT BY Emloyee_number name current. Create columms for previous company, start and end date.

Then fill internal table with same values for Emloyee_number name and current employer.

Result is almost as shown in your pic - but previous company, start and end date header ist not repeated.

Regards

Clemens

Read only

Former Member
0 Likes
1,506

Dear ABAPers ,
Thanks for the response.
I had developed a report .I have designed the display screen in the attachment as how it was coming. please find it.
I am displaying it in the ALV Grid.
With ALV Tree and all i may display.. But i want to know if it is possible in ALV Grid Display or not.

Regards,

Swarnadeepta.

Read only

0 Likes
1,506

No it is NOT.