Is der any other criteria for using For All Entries except
if not itab is initial?

Answer Posted / nivedhan

In case of FOR ALL entries,

1. Move the contents of the internal table to a local
internal table.

2. Sort the local internal table with the key you are going
to use.
3. Delete adjacent duplicates in the local internal table
with the same key you have used for sorting.
4. Finally, before the select query check if the local
internal table is not initial.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write special commands of list?

575


Explain the Types of Select statements?

652


What are the update types possible? : abap data dictionary

556


What is the difference of update types in call transaction method ? : abap bdc

629


Explain the types of bdc's?

599






What are the 2 other types of views, which are not allowed in release 3.0?

626


What are pool tables?

651


Name some data dictionary objects?

557


What are the functional modules used in sequence in bdc? : abap bdc

578


What is img? : sap abap hr

700


What is design pattern? Provide example .Why are we using it?

989


How to read 5th record from Hash Internal Table?

838


What is meant by hotspots?

613


Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?

1610


What is lock mechanism? How do we create lock objects in abap?

639