what is the use of select for all entries in an internal table?
Answer Posted / lokesh
To avoid nested select statement we use For All entries
statements. If there r more than 1000 records select for
all entries is used.
Performance o For All Entries is better to use...when
we are using more than One table
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a sequence of event-triggered in report?
How to find the return code of a statement in abap programs?
What is a view in sap? : abap data dictionary
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Explain about interactive report?
In the `select' statement what is group by ?
What are the two levels in defining a match code ?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Name the abap/4 modularization techniques? : abap modularization
In ALV reporting when u execute your report which event gets triggered.
Explain the call transaction method? : abap bdc
Explain buffering concept usage?
What is the lock object?
What happens Update command is used without where clause ?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.