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

layout problem in grid

Former Member
0 Likes
283

Hi,

I created an ALV Report with one basic list and two secondary lists. Functional owner created 3 layout varients one for each list so that he can see only selected fields in the output and he kept layout varient of basic list as default.when i execute the program i am getting basic list with out any problem where as when i am clicking in basic list to navigate to secondary list , secondary list is coming with top of page header but layout is not displaying by default, but when i am going to view menu + layout + choose and choosing the layout varient created by functional for that secondary list only it is coming and same problem for second secondary list.

I am getting data into all 3 final internal tables and even fieldcat for 3 list is also populating.

Please help me regarding this asap as we hae go live on 2nd of Jan.

waiting for replies at earliest.

Regards,

Subhani.

1 REPLY 1
Read only

Former Member
0 Likes
259

Hi

The layout variant is linked to the report, not to the list level.

So you should force the right variant when you call the ALV again for the secondary list.

U should try to fill the field HANDLE of the variant structure to indicate which variant can be used in certain level.

Max