Ver Mensaje Individual
  #5  
Viejo 07/11/08, 13:24:32
Avatar de corozco
corozco corozco is offline
Senior Member
 
Fecha de Ingreso: dic 2006
Localización: Guayaquil - Ecuador
Mensajes: 134
Completado Layout

Que tal amigo,
Gracias por sus respuestas,
Ya logre que aparezcan y funcionen los iconos de grabar y seleccionar los layout. Lo que hice fue lo siguiente:

En la parte de variables ALV:

data: gt_xevents type slis_t_event,
gt_print type slis_print_alv,
repid like sy-repid,
g_save(1) type c,
g_exit(1) type c,
g_variant like disvariant,
gs_check_interface TYPE c,
gx_variant like disvariant.

Y cuando se llama a la funcion ALV:
call function 'REUSE_ALV_GRID_DISPLAY'
exporting
i_callback_program = w_repid
it_fieldcat = gt_fieldcat_data[]
is_layout = layout_data
it_sort = t_sort
i_callback_pf_status_set = w_status
i_callback_user_command = w_comm
i_save = 'X'
it_events = t_event
i_grid_title = w_title
tables
t_outtab = gt_data
exceptions
program_error = 1
others = 2.

Espero que le sirva en el futuro.
__________________
Saludos Cordiales,
César Orozco R.
Guayaquil - Ecuador
Responder Con Cita