cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors GETWA_NOT_ASSIGNED while loading data into DSO

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (4)

Answers (4)

mr_v
Active Contributor
0 Kudos

I too faced the similar issue . Please implement the note

1277256 -- GETWA_NOT_ASSIGNED for master data providers

Former Member
0 Kudos

Hey Mr. V,

did you realize that the answer you gave was already provided? So why do you repeat it?

It there somebody else who wants to repeat the answer?

Siggi

Former Member
0 Kudos

Hi,

it looks like you are using a field-symbol in your start routine that isn't set via a assign statement. Correct your code and start loading again.

Siggi

Former Member
0 Kudos

Hi Sigi,

I am using Standard BI content so my ODS and update rule is standard delivered. My system is 7.x and i am using 3.x flow.

I am getting error in the following statement.

IF ( DATA_PACKAGE-MDATE >= <DATEFROM> )

AND ( DATA_PACKAGE-MDATE <= <DATETO> ).

Please suggest how to replace the field symbols.

Regards

Uday.

Edited by: Uday Gurav on Mar 26, 2009 11:03 AM

Former Member
0 Kudos

Take a look at note 856580. I think this should solve your problem.

Former Member
0 Kudos

I got your question . I have faced the similar issue .

Please implement the note

1277256 -- GETWA_NOT_ASSIGNED for master data providers

<removed by moderator>

Edited by: Siegfried Szameitat on Mar 25, 2009 12:03 PM

Former Member
0 Kudos

Hi Uday,

Can u confirm in the transformation to the DSO from the datasource if all the fields are mapped?

The error message hints that a mapping to one of the fields is missing for which you are trying to populate data in the routine.

R$