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: 

CL_ALV_GRID - Fieldcatalog Options not working in Quality Environment

Former Member
0 Kudos

Hello experts,

I have a simple Z* report that is behaving different in development system and quality system.

In quality the fieldcatalog options are not working properly, its not applying the fieldcatalog options to the ALV grid (for example no_out option).

I'm using the CL_ALV_GRID class.

Thank you.

Best regards,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check if there is a default layout for the ALV in the quality system that is different from dev.

Regards,

Felipe

7 REPLIES 7

rajeshkothamasu
Active Participant
0 Kudos

Hi,

Confirm that are you using cl_alv_grid or  cl_gui_alv_grid. With cl_alv_grid no class is there.

0 Kudos

Hello Rajesh.

*TOP_INCLUDE

data:   g_alv_main type ref to cl_gui_alv_grid,

Thank you.

0 Kudos

Hi,

Check once layout of an ALV.

Former Member
0 Kudos

Check if there is a default layout for the ALV in the quality system that is different from dev.

Regards,

Felipe

Former Member
0 Kudos

Hi

As Felipe says you should check if a default (layout) variant is set in quality system

Max

0 Kudos

Thank you all for your answers.

The layout per default as not the same.

The client defined a layout and didn't tell me

Best regards,

Raquel Oliveira

raymond_giuseppi
Active Contributor
0 Kudos

First run report BALVBUFDEL and try again. Of course also check for transport log and default layout variants.

Regards,

Raymond