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: 

IN Class CL_GUI_ALV_GRID , CR integration use

former_member588180
Discoverer
0 Kudos

Hi All,

We are using CL_GUI_ALV_GRID for any user command on the ALV output screen. Here I came a piece of code in the constructor with comment "Bridge for CR integration

and then another class CL_ALV_Z_PARAMS is called and method is is_bridge_enable(). Could you please explain what is this bridge for CR and how it occurs and its uses.

Please find the piece of code below:

* BRIDGE for CR integration

if cl_alv_z_params=>is_bridge_enabled( ) = abap_true.

_create_bridge( ).

endif.

Thanks ,

Victoria

2 REPLIES 2

amica84
Discoverer
0 Kudos

Hi Victoria,

I have the same question. Appreciate your inputs.

Thanks

Aatmika N

0 Kudos

AFAIK, in this case CR is Crystal Report.