Ver Mensaje Individual
  #6  
Viejo 28/09/23, 18:17:56
AdioRamirez AdioRamirez is offline
Junior Member
 
Fecha de Ingreso: sep 2023
Mensajes: 1
Re: St22

[Mismo error anexo el log de la ST22
Texto breve
Exception condition "CNTL_ERROR" triggered
A RAISE statement in program "CL_GUI_HTML_VIEWER============CP" has raised
exception condition "CNTL_ERROR".
Since the exception was not caught by a program higher up in the call
hierarchy, processing was terminated.

Short text for exception condition:
You can find detailed documentation about the exception condition in
transaction SE37 (Function Library). You can find the name of the
function module called from the display of active calls.
Program.............. CL_GUI_HTML_VIEWER============CP
Screen.............. SAPLSO04 1600
Screen line.......... 4
Active debugger..... "none"
CALL METHOD super->constructor
EXPORTING
clsid = clsid
shellstyle = shellstyle
parent = parent
lifetime = lifetime
name = name
EXCEPTIONS
cntl_system_error = 1
OTHERS = 2.
CASE sy-subrc.
WHEN 0.
WHEN 1.
RAISE cntl_install_error.
WHEN OTHERS.
>>>>>> RAISE cntl_error.
ENDCASE.

CLEAR m_hdp.
CALL FUNCTION 'DP_CREATE'
CHANGING
h_dp = m_
EXCEPTIONS
dp_install_error = 1
OTHERS = 2.
CASE sy-subrc.
WHEN 1.
Responder Con Cita