Ver Mensaje Individual
  #1  
Viejo 23/11/11, 13:46:55
Cesar2011 Cesar2011 is offline
Junior Member
 
Fecha de Ingreso: feb 2011
Mensajes: 6
Quiero Agregar Un Titulo Usando Un Popup

Hola a todos:

Necesito ayuda para resolver un problema. Usé la siguiente función para hacer un popup:

CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
EXPORTING
i_title = 'Envío de Remitos'
it_fieldcat = i_fieldcat
i_zebra = 'X'
i_tabname = 'muestra'
I_CALLBACK_TOP_OF_PAGE = 'TITULO'
i_SCREEN_START_LINE = 1
i_SCREEN_END_LINE = 26
i_SCREEN_START_COLUMN = 1
i_SCREEN_END_COLUMN = 140
i_checkbox_fieldname = 'CHECKBOX'

IMPORTING
e_exit = aux_exit
TABLES
t_outtab = muestra.

Anda perfecta, pero lo que quiero es ponerle un título no en i_title ya que es casi ilegible, si no en la parte superior fuera del Popup en donde ahora figura la leyenda "SAP/R3", es posible esto?

Gracias desde ya y saludos.
Responder Con Cita