Ver Mensaje Individual
  #4  
Viejo 21/04/10, 17:04:21
juanphys juanphys is offline
Member
 
Fecha de Ingreso: sep 2006
Localización: Spain
Mensajes: 31
Hola,

además de lo que dice mysmb2, otro error es que a lo hora de definir el catálogo de campos tienes el form:

PERFORM ORDENAR_CAMPOS CHANGING WA_VETAS.

pero cuando llamas a la función, al parámetro le pasas otra estructura (it_field_cat), que claro, estará vacía:

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING

i_callback_program = sy-cprog
i_callback_pf_status_set = 'SET_PF_STATUS'
i_callback_top_of_page = 'TOP_OF_PAGE'
is_layout = layout_alv
it_fieldcat = it_field_cat
__________________
Juanphys
SAP CO + ABAP

Responder Con Cita