Ver Mensaje Individual
  #4  
Viejo 10/03/09, 09:05:51
francesc francesc is offline
Member
 
Fecha de Ingreso: mar 2006
Localización: Barcelona
Mensajes: 58
Añade este form:

*&-------------------------------------------------------------------*
*& Form TOP_OF_PAGE
*&-------------------------------------------------------------------*
*& Función que escribe el contenido de una tabla tipo slis_t_header
*&-------------------------------------------------------------------*
FORM top_of_page.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = cabecera.
ENDFORM.
Responder Con Cita