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

Regarding FM

Former Member
0 Likes
297

Hi All,

For alv grid I used

DATA REF1 TYPE REF TO CL_GUI_ALV_GRID.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

ES_SEL_HIDE = LS_SEL_HIDE

E_GRID = REF1.

And for alv list I am using

DATA REF2 TYPE REF TO CL_GUI_ALV_TREE.

Which FM I should use as per above.If I ased same FM then it is giveing error becouse

E_GRID is ref type CL_GUI_ALV_GRID.

please help.

Thanks,

Rakesh

Hi All,

For alv grid I used

DATA REF1 TYPE REF TO CL_GUI_ALV_GRID.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

ES_SEL_HIDE = LS_SEL_HIDE

E_GRID = REF1.

And for alv list I am using

DATA REF2 TYPE REF TO CL_GUI_ALV_TREE.

Which FM I should use as per above.If I ased same FM then it is giveing error becouse

E_GRID is ref type CL_GUI_ALV_GRID.

please help.

Thanks,

Rakesh

1 REPLY 1
Read only

Former Member
0 Likes
278

The Fm u r using belong to the function group SLVC_FULLSCREEN which is for ALV GridControl full screen so u cant use it for List control.

I am trying to see if similar function group exists for list control or not.

will get back to u.

кu03B1ятu03B9к