cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC FM Error: GETWA_NOT_ASSIGNED

Former Member
0 Kudos

Hello everyone,

FILE > XI > IDOC

I have a scenario where I copy a function module (IDOC_INPUT_ORDERS to ZIDOC_INPUT_ORDERS) and make changes to the code to enhance the program. I get an error 'GETWA_NOT_ASSIGNED' 'Field symbol has not yet been assigned' on the shortdump.

This is strange since even if I don't make any major changes (eg. write a *note in the zprogram), whenever I run it, it gives me the above error. Has anyone encountered this before? If so, would anyone be able to help me out?

Thanks in advance!

Glenn

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member556603
Active Contributor
0 Kudos

Hi Glenn Bumanlag ,

I get an error 'GETWA_NOT_ASSIGNED'

Look into these SAP Notes...

SAP Note Number: 906365

SAP Note Number: 926133

SAP Note Number: 986690

Go through this thread similar problem was solved by Sangcheol Lee ..

/message/5219705#5219705 [original link is broken]

/thread/702726 [original link is broken]

Thnaks,

Satya Kumar

Former Member
0 Kudos

Hi Glenn

The solution is in this thread

/thread/702726 [original link is broken]

The problem is most likely due to an inconsistency in the infoobject,

perhaps during activation.

In order to solve this problem, you should do the following:

1) Go to transaction RSD1

2) make a "dummy" change to the infoobject 0G_CWWREP, for example, by

adding a "." to the long description of the infoobject

3) save this change and activate the infoobject.

4) now change the text back to original text

5) save this change and activate the infoobject again

6) now reactivate the transfer rules for this

7) now try the load again

Regards

Abhishek

**Please reward points if helpful**

Former Member
0 Kudos

This is programming error.

You are using field-symbols in order to access an field and/or structure, however the field/structure does not exist.

Former Member
0 Kudos

Hi Tomas,

The strange thing is that even though I haven't yet put any code into the new zprogram, just by adding a comment then saving and activating the zprogram, I get the error. I'm not sure if there is any other object I need to activate or something. I really can't understand it.

Hope you can help me out!

Glenn

Former Member
0 Kudos

Can you publish the program code anyway ?