Ver Mensaje Individual
  #2  
Viejo 09/09/09, 14:42:47
Atlas Atlas is offline
Senior Member
 
Fecha de Ingreso: ago 2007
Mensajes: 107
CALL FUNCTION 'RSPO_DISPLAY_ABAP_SPOOLJOB'
EXPORTING
rqident = t_num_spool-spool
first_line = 1
* LAST_LINE =
EXCEPTIONS
no_such_job = 1
not_abap_list = 2
job_contains_no_data = 3
selection_empty = 4
no_permission = 5
can_not_access = 6
read_error = 7
OTHERS = 8
.
Responder Con Cita