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 GRID DISPLAY -Problem with Layout

Former Member
0 Likes
574

Hi,

I'm using ALV GRID DISPLAY. I ran the program and in the output i created a layout Test1.Later i created a layout Test2. Now when i run the report, when i select layout Test1, the display is not as selected for the layout. but when i manualy select the layout throu change layout-->Test1, the display is working good. Can someone tell me what the problem can be?

Thanks

Challa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

hi,

in the FM have you filled the structure IS_VARIANT.

is_variant-report = sy-repid.

is_variant-variant = <variant name>.

Regards,

Leo

Hi,

I'm using ALV GRID DISPLAY. I ran the program and in the output i created a layout Test1.Later i created a layout Test2. Now when i run the report, when i select layout Test1, the display is not as selected for the layout. but when i manualy select the layout throu change layout-->Test1, the display is working good. Can someone tell me what the problem can be?

Thanks

Challa

2 REPLIES 2
Read only

Former Member
0 Likes
535

hi,

in the FM have you filled the structure IS_VARIANT.

is_variant-report = sy-repid.

is_variant-variant = <variant name>.

Regards,

Leo

Read only

0 Likes
534

PROBLEM SOLVED