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: 

Runtime Error when filter an ALV

Former Member
0 Kudos

Hello,

I have problems when I execute a filter on an ALV colum, exactly, at the poupup where I select the value for the filter field, and execute, gives me the next dump:

GETWA_NOT_ASSIGNED

Field symbol has not yet been assigned.

Error in the ABAP Application Program

The current ABAP program "SAPLKKBL" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

please use the following search criteria:

"SAPLKKBL" "GETWA_NOT_ASSIGNED"

"SAPLKKBL" or "LKKBLF01"

"FB_OUTTAB_FILTER_CRITERIA_K"

If you cannot solve the problem yourself, please send the

following documents to SAP:

1. A hard copy print describing the problem.

To obtain this, select the "Print" function on the current screen.

-

2. A suitable hardcopy prinout of the system log.

To obtain this, call the system log with Transaction SM21

and select the "Print" function to print out the relevant

part.

3. If the programs are your own programs or modified SAP programs,

supply the source code.

To do this, you can either use the "PRINT" command in the editor or

print the programs using the report RSINCL00.

4. Details regarding the conditions under which the error occurred

or which actions and input led to the error.

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

Thanks

3 REPLIES 3

tarangini_katta
Active Contributor
0 Kudos

Hi,

Is u r field is in Cpaital letters.Please check once.

Thanks

Former Member
0 Kudos

Hi,

See OSS note 548561.

Issa

Former Member
0 Kudos

First thanks,

But now, I think the problem is that my program not pass by my user-command function when I execute the filter buttom (of my own status) it goes directly to standad code.

any idea?

Thanks