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

ABAP/4 processor: SAPSQL_WHERE_CANT_SCAN

Former Member
0 Likes
650

Hi There,

When i try to execute some T-code in Back ground process i am getting error like :-

Step 001 started (program SE16N_BATCH, variant &0000000004592, user name HZZXBR)

ABAP/4 processor: SAPSQL_WHERE_CANT_SCAN

Some times its working fine, Sometimes in the background job is getting Cancelled.

Thanks and Regards,

Senthil

Hi There,

When i try to execute some T-code in Back ground process i am getting error like :-

Step 001 started (program SE16N_BATCH, variant &0000000004592, user name HZZXBR)

ABAP/4 processor: SAPSQL_WHERE_CANT_SCAN

Some times its working fine, Sometimes in the background job is getting Cancelled.

Thanks and Regards,

Senthil

2 REPLIES 2
Read only

Former Member
0 Likes
529

Hi,

ABAP language can handle selection conditions up to size 28 KB.If you would like to avoid this dump,then you must decrease number of selection conditions. You can do it in this way, that you will replace selection with individual values by intervals.

This is the reason why the dump is coming.

Thanks..

Preetham S

Read only

0 Likes
529

Actually this is in standard T-code....

Can you explain little more clearer way to solve this solution.

Some time its working and some time getting DUMP.