Skip to Content
0
Former Member
Mar 25, 2009 at 05:01 AM

Runtime Errors GETWA_NOT_ASSIGNED while loading data into DSO

3241 Views

Hi,

While loading data into DSO 0PM_DS05 using datasource 0PM_MEASUREMENT getting short dump.

Checked in ST22 it gives following short dump.

Runtime Errors GETWA_NOT_ASSIGNED

Date and Time 25.03.2009 03:50:05

Error analysis

You attempted to access an unassigned field symbol

(data segment 13).

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.

How to correct the error

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:

"GETWA_NOT_ASSIGNED" " "

"GPAXX3UEHMDVRLZ17B218OU0GBV" or "GPAXX3UEHMDVRLZ17B218OU0GBV"

"ROUTINE_9998"

Regards

Uday