Tema: Alv
Ver Mensaje Individual
  #4  
Viejo 20/08/11, 03:45:08
Carlitros36 Carlitros36 is offline
Member
 
Fecha de Ingreso: ago 2009
Localización: Concepción
Mensajes: 32
Hola

Debague y en el procedimiento del armado automatico del catalogo ti_catalogo[] no me trae nada, el siguiente es el procedimiento:

CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
EXPORTING
i_program_name = v_repid
i_internal_tabname = 'TI_SALIDA_VUELO'
i_client_never_display = 'X'
i_inclname = v_repid
CHANGING
ct_fieldcat = ti_catalogo[]
EXCEPTIONS
inconsistent_interface = 1
program_error = 2
OTHERS = 3.

IF sy-subrc <> 0.
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
ENDIF.

Saludos, Gracias...
Responder Con Cita