Ver Mensaje Individual
  #2  
Viejo 26/03/08, 07:23:46
Avatar de robert_milan
robert_milan robert_milan is offline
Senior Member
 
Fecha de Ingreso: jun 2006
Localización: Mexico, DF
Mensajes: 315
en i_save debes igualarla a 'A' de administrador con esto debe salir.

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = gd_repid
i_callback_top_of_page =
'TOP_OF_PAGE_SETUP' "Ref to form
is_layout = alv_layout
it_fieldcat = fieldcat
i_callback_pf_status_set = 'SET_PF_STATUS_LOG' "see FORM
i_callback_user_command = 'USER_COMMAND_LOG'
i_save = 'A'
i_default = 'X'
TABLES
t_outtab = it_file
EXCEPTIONS
program_error = 1
OTHERS = 2.
__________________
Un Huevon No Inútil


Solo di lo que piensas, a la mejor tienes la mejor respuesta....

Si alguien ya lo hizo, copialo y cambiale las variables total es un codigo nuevo.....

Si SAP lo hace se puede hacer, no me pidas hacer algo que SAP no ha hecho.....

Consultor FI jr/ABAP Sr.
Responder Con Cita