cancel
Showing results for 
Search instead for 
Did you mean: 

APD Error running simple query > csv file

Former Member
0 Kudos

Hello all,

I've created a copy of an existing relatively simple query and put it into an APD, this APD takes the query as input and generates a simple output to a CSV file.

The problem occurs when trying to run mentioned APD. Short dump occurs:

Runtime Errors GETWA_NOT_ASSIGNED

Date and Time 09/07/2009 15:59:52

Short dump has not been completely stored (too big)

Short text

Field symbol has not yet been assigned.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_RSR========================CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

Error analysis

You attempted to access an unassigned field symbol

(data segment 32772).

This error may occur if

- You address a typed field symbol before it has been set with

ASSIGN

- You address a field symbol that pointed to the line of an

internal table that was deleted

- You address a field symbol that was previously reset using

UNASSIGN or that pointed to a local field that no

longer exists

- You address a global function interface, although the

respective function module is not active - that is, is

not in the list of active calls. The list of active calls

can be taken from this short dump.

I hope you could help. Thanks a lot in advance.

Bernardo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved by myself

Former Member
0 Kudos

Hi,

This error will come some times due to inconsistency in the data. Check the data coming in based on the your query.

Thanks

Riyez

Former Member
0 Kudos

Yes, that's what I suposed initially. I need more detail, tips or actions to do regarding this issue.

Hope anyone could help

Best regards

Bernardo

Former Member
0 Kudos

Moreover, query works fine if I run it manually. I'm getting some warnings about

An output condition is defined for... some characteristics

when running query from tx RSRT, in consequence I've supressed conditions so they are not already occuring; after these changes in query I've tested again and the same short dump is raised.

Cheers!

Bernardo

Former Member
0 Kudos

I've solved this issue.

Problems were at query definition level; an incorrect zero suppression condition was defined. I've disabled condition and defined at query properties and everything worked fine.

Thanks!

Bernardo