Ver Mensaje Individual
  #8  
Viejo 22/06/16, 22:29:05
JOrozco JOrozco is offline
Junior Member
 
Fecha de Ingreso: nov 2013
Mensajes: 10
Limpia el parámetro GUNAME

La función por default le asigna el valor del usuario logueado, si quieres ver todos mandalo vacío:

CALL FUNCTION 'ENQUEUE_READ'
EXPORTING
gclient = sy-mandt
guname = ' '
TABLES
enq = lt_table
EXCEPTIONS
communication_failure = 1
system_failure = 2
OTHERS = 3.
Responder Con Cita