cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC FM Error: GETWA_NOT_ASSIGNED

Former Member
0 Kudos

Hello everyone,

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 (1)

Answers (1)

Former Member
0 Kudos

Hi,

debug your FM.

This is a standard ABAP error. you are using a field symbol which is not assigned.

Peter

Former Member
0 Kudos

Hi,

This seems to be a programming error.

You might be using field-symbols in order to access an field and/or structure which does not exist

Thanks,

Vijaya.