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

Former Member
0 Likes
573

HI ALL,

what this funtion module will do 'GET_GLOBALS_FROM_SLVC_FULLSCR'

Thanks

Srikanth

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
548

hi,

Pls chk this link.

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_endlist.htm

you will get an idea.

The above mentioned FM is used there,to set height.

Regards

Anver

<b><i>if hlped kindly mark points</i></b>

3 REPLIES 3
Read only

anversha_s
Active Contributor
0 Likes
549

hi,

Pls chk this link.

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_endlist.htm

you will get an idea.

The above mentioned FM is used there,to set height.

Regards

Anver

<b><i>if hlped kindly mark points</i></b>

Read only

Former Member
0 Likes
548

Hi

Srikanth

For ALV List display can be made editable by setting the flag for the field edit in fieldcat table .

For Grid Display

Sometimes when we edit the field in the GRID, it’s not getting reflected in the internal table

Write this code in the callback subroutine (eg: in USER_COMMAND subroutine),

Data ref1 type ref to cl_gui_alv_grid.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

E_GRID = ref1.

call method ref1->check_changed_data

CHECH THIS ITS USEFULL

https://www.sdn.sap.com/irj/sdn/collaboration

https://www.sdn.sap.com/irj/sdn/collaboration

if it helps please give points

-Regards

charitha.

Read only

Former Member
0 Likes
548

This function normally used to update the changee contents of the editable ALV grid in the actual internal table that is being displayed.

Please refer this thread for more information,

Regards

Kathirvel