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: 

Cannot export to Excel

Former Member
0 Kudos

Hi experts,

I have an ALV list, when I try to export it to a Local File (F9), then it gives me a short dump that GETWA_NOT_ASSIGNED. How can I solve the problem?

1 ACCEPTED SOLUTION

former_member191735
Active Contributor
0 Kudos

Check out your field catalog. If you have any quantity or currency field, try to declare intlen and type and decimals in fieldcatalog. This is because of field catalog.

check it .

7 REPLIES 7

former_member191735
Active Contributor
0 Kudos

Check out your field catalog. If you have any quantity or currency field, try to declare intlen and type and decimals in fieldcatalog. This is because of field catalog.

check it .

0 Kudos

There are no quantity or currency fields among them

0 Kudos

Post your code ?

0 Kudos

Hi..

Was your interface copied properly and I think it was not activated.

Try to activate it again.

Hope this helps,

Regards,

chaithanya.

former_member191735
Active Contributor
0 Kudos

check this out. i am sure this is because of field catalog or unassigned field symbol.

see the following which i got.

Runtime Error GETWA_NOT_ASSIGNED

Date and Time 11/26/2007 17:06:12

Error analysis

You attempted to access an unassigned field symbol

(data segment 11).

This error may occur for any of the following reasons:

- You address a typed field symbol before it is set using ASSIGN

- You address a field symbol that points to a line in an internal table

that has been deleted

- You address a field symbol that had previously been reset using

UNASSIGN, or that pointed to a local field that no longer exists

- You address a global function interface parameter, even

though the relevant function module is not active,

that is it is not in the list of active calls. You can get the list

of active calls from the this short dump.

former_member191735
Active Contributor
0 Kudos

check this notes: 667528

Former Member
0 Kudos

Thanks for posting,

The fieldcatalog was wrong...