Application Development 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: 

Drill Down ALV Report : Fields Hide when using layout variant.....

Former Member
0 Kudos

Hi all,

i already create one report with drill-down in ALV.... my problem is..when i execute the report using layout variant first report is displayed all fields but when i double click on the line of data to the second report (drill-down) all fields are hidden... what are the roblem caused?

so i need to manually unhide the fields...

can someone help me on this..

thanks..

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the fieldcatalogues and variants for second report, where the fields are hidden.

If you defined to hide in fields catalogues, change it to view.

If you defined any variant for fields, again save it by showing all fields.

There is nothing to hide in second report to hide. Actually all fields will display.

Check your code.

Regards,

Dhanunjaya Reddy

2 REPLIES 2

Former Member
0 Kudos

Hi,

Check the fieldcatalogues and variants for second report, where the fields are hidden.

If you defined to hide in fields catalogues, change it to view.

If you defined any variant for fields, again save it by showing all fields.

There is nothing to hide in second report to hide. Actually all fields will display.

Check your code.

Regards,

Dhanunjaya Reddy

former_member188685
Active Contributor
0 Kudos

>i double click on the line of data to the second report (drill-down) all fields are hidden...

all fields are hidden of report1 or report2.

specify it properly. and show the code how you are calling..?