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 with table into table

Former Member
0 Likes
579

Hi everybody,

I have to show a ALV Grid which contains a field that is a table itself.

This field does not want to appear!

I'm trying to understand how I could get it, but I don't find neither a proper field of fieldcatalog that I should fill, nor a proper method in cl_gui_alv_grid.

Thanks and regards

Christian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

Hi Christian,

You cannot display an internal table in the ALV Field. That is impossible.

One solution is you can create another ALV and display when the user double click on the column.

Thanks,

Chidanand

Hi Christian,

You cannot display an internal table in the ALV Field. That is impossible.

One solution is you can create another ALV and display when the user double click on the column.

Thanks,

Chidanand

3 REPLIES 3
Read only

Former Member
0 Likes
554

I dont think that is possible. Try to use ALV Hierseq List

Read only

Former Member
0 Likes
555

Hi Christian,

You cannot display an internal table in the ALV Field. That is impossible.

One solution is you can create another ALV and display when the user double click on the column.

Thanks,

Chidanand

Read only

0 Likes
554

Thank you both,

Chidanand solved my problem

Regards

Christian