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: 

short dump while filtering an ALV report

Former Member
0 Kudos

Hi ,

I have an ALV report which gives me short dump when I filter any of the 'P' type field. I tried to implement sap note 839839 in debug mode but in vain. Should I implement this note first and then check the chnage?

the short dump error "..........

Error in ASSIGN: Memory protection error.

The current program "SAPLSSEL " uses the ASSIGN statement.

However, the offset of the segment (20208) plus the length (69)

is greater than the length of the segment (20264).

This is not allowed.

If the error is in one of your own ABAP programs or an SAP program that

you have modified, try to correct it.

Reduce the offset and/or length that you are using.

If the error occurred in a non-modified SAP program, you may be

able to find a solution in the SAP note system.

If you have access to the note system yourself, use the following

search criteria:

"ASSIGN_OFFSET+LENGTH_TOOLARGE"

"SAPLSSEL " or "LSSELFDI "

"FILL_DYN_FROM_FIELD_SEL" ........."

I appreciate ur inputs.

thanks in advance,

regards,

shan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes, you should implement the NOTE first.

Regards,

Ravi

2 REPLIES 2

Former Member
0 Kudos

Yes, you should implement the NOTE first.

Regards,

Ravi

Former Member
0 Kudos

Hi Guys,

I found the answer. I had to define all P type fields with eaxact length of 16 . Its working fine.

thanks for all your help.

regards,

shan