Anuncio

Colapsar
No hay anuncio todavía.

Reporte con 2 alv - alv grid

Colapsar
X
 
  • Filtrar
  • Tiempo
  • Mostrar
Limpiar Todo
nuevos mensajes

  • Reporte con 2 alv - alv grid

    Estimados abapers, recurro a ustedes con una consulta, deseo hacer un reporte con que contenga 2 alv separados por algun texto. algo asi:

    ALV1

    "TEXTO"

    ALV2

    TEXTO

    Se me olvidaba algo importante, estoy trabajando con objetos, y hago lo siguiente para armar la estructura y mostrar el alv:

    CALL METHOD alv_list->SET_TABLE_FOR_FIRST_DISPLAY
    EXPORTING
    IS_VARIANT = GS_VARIANT1
    I_SAVE = X_SAVE1
    I_DEFAULT = 'X'
    IS_LAYOUT = GS_LAYOUT1
    it_toolbar_excluding = lt_exclude
    CHANGING
    IT_FIELDCATALOG = GT_FIELDCAT1
    IT_SORT = GT_SORT1[]
    IT_OUTTAB = gtd_DET_REPOINV_AUX[].
    CALL METHOD alv_list->SET_READY_FOR_INPUT
    EXPORTING
    I_READY_FOR_INPUT = 1.
    call method alv_list->register_edit_event
    exporting
    i_event_id = cl_gui_alv_grid=>mc_evt_enter.

    hay una manera de hacerlo?.

    Gracias de antemano
    Editado por última vez por JoNhNaTaN; 02/07/2013, 20:39:51.
Trabajando...
X