Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Runtime Errors:GETWA_NOT_ASSIGNED

Former Member
0 Likes
936

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.

3 REPLIES 3
Read only

Former Member
0 Likes
561

Hi,

look at NOTE: 799887.

Regards, Dieter

Read only

0 Likes
561

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

Read only

0 Likes
561

Hi,

sorry but i don't know another way.

regards, Dieter