‎2006 Nov 25 5:56 AM
HI ALL,
what this funtion module will do 'GET_GLOBALS_FROM_SLVC_FULLSCR'
Thanks
Srikanth
‎2006 Nov 25 6:06 AM
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>
‎2006 Nov 25 6:06 AM
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>
‎2006 Nov 25 9:54 AM
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, its 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.
‎2006 Nov 25 10:00 AM