‎2007 Jun 28 8:35 AM
Hi there I get runtime error GETWA_NOT_ASSIGNED when I try to create a workflow substitute in transaction sbwp.I have searched the forum on similar problems as this one and could not find a solution..Does anyone know what causes this short dump or how to resolve it .Please see the error description Below
-
ShrtText
Field symbol has not yet been assigned.
What happened?
Error in ABAP application program.
The current ABAP program "SAPLRHW2" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
Error analysis
You attempted to access an unassigned field symbol
(data segment 32770).
This error may occur for any of the following reasons:
- You address a typed field symbol before it is set using ASSIGN
- You address a field symbol that points to a line in an internal table
that has been deleted
- You address a field symbol that had previously been reset using
UNASSIGN, or that pointed to a local field that no longer exists
- You address a global function interface parameter, even
though the relevant function module is not active,
that is it is not in the list of active calls. You can get the list
of active calls from the this short dump.
‎2007 Jun 28 8:40 AM
‎2007 Jun 28 8:56 AM
Hi there ..
This note looks like the one to correct this error ..However it has 'Implementation status' <i>cannot be implemented </i>.. We are on ECC 5.0
‎2007 Jun 28 9:05 AM