Ver Mensaje Individual
  #3  
Viejo 24/02/10, 16:48:47
Yanett Ponce Seares Yanett Ponce Seares is offline
Member
 
Fecha de Ingreso: abr 2009
Mensajes: 61
oka tienes razón ahí va parte del dump ... no se como traspasarlo entero .... que sea mas amigable ...

Err.tmpo.ejec. GETWA_NOT_ASSIGNED
Fecha y hora 24.02.2010 14:43:40



Texto breve
Field symbol has not yet been assigned.



¿Qué ha sucedido?
Error in the ABAP Application Program

The current ABAP program "SAPLKKBL" had to be terminated because it has
come across a statement that unfortunately cannot be executed.



¿Qué puede hacer?
Note down which actions and inputs caused the error.


To process the problem further, contact you SAP system
administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.



Anál.errores
You attempted to access an unassigned field symbol
(data segment 69).

This error may occur if
- You address a typed field symbol before it has been set with
ASSIGN
- You address a field symbol that pointed to the line of an
internal table that was deleted
- You address a field symbol that was previously reset using
UNASSIGN or that pointed to a local field that no
longer exists
- You address a global function interface, although the
respective function module is not active - that is, is
not in the list of active calls. The list of active calls
can be taken from this short dump.




Notas para corregir errores

If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
__________________
YPonce
Responder Con Cita