Application Development and Automation 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: 
Read only

Runtime Error GETWA_NOT_ASSIGNED

sreelatha_gullapalli
Active Participant
0 Likes
889

Hi All,

We are getting the runtime error GETWA_NOT_ASSIGNE when i was trying to download the report into the local file.

can any body explain me why I am getting this error. And kindly provide me the solution.

We are using the function module REUSE_ALV_GRID_DISPLAY to display the output.

Thanks & Regards

Sreelatha Gullapalli.

6 REPLIES 6
Read only

Former Member
0 Likes
740

Hi Latha,

Some work area which you are using in the program is not assigned, If you can post the snippet of code, can give suggestion.

Rgds,

Sripal

Read only

Former Member
0 Likes
740

Are you using any field symbol as variable that will be passed to the function module.

if so check it is assigned or not

with regards

s.janagar

Read only

Former Member
0 Likes
740

Hi,

Please provide the details of the Error. So that it will be easy to give suggestions.

Regards,

Aditya

Read only

Former Member
0 Likes
740

Hi,

There would be an issue with your fiedcatalog please check the field catalog properly.

Regards,

Himanshu

Read only

Clemenss
Active Contributor
0 Likes
740

Hi,

probability is 99.9 % that your field catalog does not match the internal table for display.

0.1 % something else I can not say without knowing the details.

Kind regards,

Clemens

Read only

rainer_hbenthal
Active Contributor
0 Likes
740

GET_WA_NOT_ASSIGNED Dumps in ALV reports points to 99,999999% to a mistyped fieldname of the internal table in the fieldcatalog.