Ver Mensaje Individual
  #3  
Viejo 30/12/08, 08:15:28
elena_mr elena_mr is offline
Junior Member
 
Fecha de Ingreso: dic 2008
Mensajes: 17
¿Se puede hacer sin metodos?

Muchas gracias David,
el problema es que ya tengo completamente terminado el alv, y querría tener que modificar lo menos posible...
Para mostrar el alv utilizo lo siguiente:
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-repid
i_callback_pf_status_set = 'ALV_STATUS'
i_callback_user_command = 'USER_COMMAND'
is_layout = sg_layout
it_fieldcat = tg_fieldcat[]
i_save = c_save
i_grid_settings = sg_grid_settings
TABLES
t_outtab = it_tabla3.

Si utilizo un metodo creo que no puedo pasarle el status, el user command, el grid_settings ,... y me hacen falta.
Muchas gracias
Elena
Responder Con Cita