Application Development 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: 

OO ALV dump - GETWA_NOT_ASSIGNED

Former Member
0 Kudos

Hello Friends,

I have implemented OO ALV to display data. Two of the fields are WERKS and MATNR. These fields are input enabled. I have not coded any F4 routine, the standard search helps work. I have SAP GUI 720 installed on my laptop and the program runs just fine. But when I try to run it on another machine with GUI 710 the search help function does not work and I get the dump GETWA_NOT_ASSIGNED. I may be wrong but it seems like there is a problem with the GUI version. Where should I check?

Thanks in advance,

Ali

10 REPLIES 10

Former Member
0 Kudos

Hi ,

take a look at this link:

0 Kudos

Hi,

Thx for the answer. I ran the consistency check but there is no inconsistencies.

Regards,

Ali

0 Kudos

And what is the type of fields above ?

0 Kudos

Both are of type CHAR.

0 Kudos

Are you using fieldcat?

Look at your wa type lvc_s_fcat.

I had the same problem and the field "fieldname" was wrong.

0 Kudos

The fieldcat is ok. however this does not explain why the dump occurs in GUI710 and not in GUI720.

0 Kudos

GETWA_NOT_ASSIGNED means that the field-symbol is unassigned. Whenever the field-symbol is unassigned then the dump with this message is created.s

You can go the st22 trx

a) Go to active call & events.

b) You can locate the exact place where there is a dump.

c) Run the application again and find out the reason why the field symbol is unassigned.

Regards

Kavindra

0 Kudos

Hi,

This is a field catalog issue. check whether you populated field catalog correctly. check the field names and internal table field names and also check the col_pos is correct or not.

ls_fieldcat-col_pos = '1'.

u might be assigned the col_pos same for some fields,

hope this helps u.,

Thanks & Regards,

Kiran

former_member195402
Active Contributor
0 Kudos

Hi,

please check SAP notes with "search help", "input help" or "value help" and GETWA_NOT_ASSIGNED such as note 1449144.

Maybe the personal list may cause this issue on some machines.

Regards,

Klaus

0 Kudos

HI Ali,

The problem is with Field catalogue.

check whether you are passing correct fieldname.

we have faced the same problem, when one of our developer mistyped the fieldname

Regards,

Seemanthini