Ver Mensaje Individual
  #1  
Viejo 19/01/10, 14:54:34
largore largore is offline
Junior Member
 
Fecha de Ingreso: jun 2007
Mensajes: 12
Me53n Visualizar pedido Smartforms dumb

Hola,
Vereis, tengo he creado un smartforms para la me53n despues de haber introducido un pedido si el usuario pulsa el boton visualizar salta mi smartforms z que he creado correctamente, pero al pulsar el boton atras, da el siguiente dumb:

Err.tmpo.ejec. RAISE_EXCEPTION
Fecha y hora 19.01.2010 16:52:23
Dump breve ABAP no almacenado completamente (demas.grande)



Texto breve
Exception condition "FAILURE" raised.



¿Qué ha sucedido?
The current ABAP/4 program encountered an unexpected
situation.



Anál.errores
A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised the
exception
condition "FAILURE".
Since the exception was not intercepted by a superior
program, processing was terminated.

Short description of exception condition:


For detailed documentation of the exception condition, use
Transaction SE37 (Function Library). You can take the called
function module from the display of active calls.
-



Posición desencadenante de error tiempo ejecución
Programa CL_HANDLE_MANAGER_MM==========CP
Include CL_HANDLE_MANAGER_MM==========CM005
Línea 13
Tp.módulo (METHOD)
Nombre módulo GET



Detalle código fuente

Lín. Txt.fte.

1
2 METHOD get.
3
4 IF my_manager is initial.
5 CALL METHOD get_manager.
6 ENDIF.
7
8 CALL METHOD my_manager->search EXPORTING im_id = im_id
9 IMPORTING ex_handle = ex_handle
10 EXCEPTIONS failure = 01.
11
12 IF sy-subrc ne 0.
>>>>> RAISE failure.
14 ENDIF.
15
16 ENDMETHOD.

El caso es que el formulario funciona correctamente, salvo al pulsar el boton atras.

En el sistema solo hay parametrizados sap-script.

A ver si alguien me puede echar una mano,
Gracias,
Un saludo.
Responder Con Cita