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

Former Member
0 Likes
373

what are the two conditions for select for all entries?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
354

These are few conditions to be used....

sort itab whose entries are used....!!!!

delete adjacent duplicates if any....!!!

check this....

if not itab[] is initial.

check key fields in where condition.

Regards

Vasu

2 REPLIES 2
Read only

Former Member
0 Likes
355

These are few conditions to be used....

sort itab whose entries are used....!!!!

delete adjacent duplicates if any....!!!

check this....

if not itab[] is initial.

check key fields in where condition.

Regards

Vasu

Read only

suresh_datti
Active Contributor
0 Likes
354

here u go..

1st Condition --> Press F1

2nd Condition --> use the search option

~Suresh