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: 

regarding for all entries

Former Member
0 Kudos

hi,

If the Internal table is empty while using FOR ALL ENTRIES then all the records from the DB w.r.t the where clause are fetched? is it true

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Yes,

inthat case where clause is ignored, so it is good practice to check whether internal table is empty before using for all entries.

Regards,

Vishal

2 REPLIES 2

Former Member
0 Kudos

Yes,

inthat case where clause is ignored, so it is good practice to check whether internal table is empty before using for all entries.

Regards,

Vishal

0 Kudos

hi,

then how to check whether an internal table is empty or not before using for all entries ??

Thanks.