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: 

HOW TO FIX WARNING "SELECT QUERY"

anilkumar_raina
Participant
0 Kudos

CAN SOMEBODY SUGGEST ME AN EASY SOLUTION............EXCEPT FETCH OR FIELD GROUP ONE.

I AM SELECTING 6 FIELDS FROM FEBEP TABLE INTO AN INTERNAL TABLE ,BUT THE PROBLEM IS THAT WHILE INSPECTING CODE I AM GETTING AN ERROR WARNING THAT FEBEP "TABLE IS TOO LARGE SPECIFY WHERE CONDITION".

HOW CAN I FIX THIS PROBLEM AS IT IS NOT POSSIBLE FOR ME TO SPECIFY WHERE CONDITION.

ANIL

2 REPLIES 2

Former Member
0 Kudos

Hi Anil

Can you post your select stmt for better advices.

With the warning message, i guess it might be due to:

1. selecting individual fields into table work area

OR

2. Selecting the entries with out using WHERE condition(or with less number of paramters)

Kind Regards

Eswar

Former Member
0 Kudos

HI,

U just maintain all primary keys in where condition.

May be this warning ur getting because of no of records with same data is in ur Db table.

One more thing is PERFORMANCE...

If useful reward ..

Regards,

Kishore.