what is the use of select for all entries in an internal table?
Answers were Sorted based on User's Feedback
Answer / siddharth samal
TO AVOID LOOP AND INCREAE THE PERFORMANCE WE USE FOR ALL
ENTRIES QUERY.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
what is view?different types of views?
what is project system Landscape?
6 Answers ITC Infotech, MSG Global, TCS,
What is static attribute
Hello All ABAP Experts I am new player in ABAP field will you guide me. 1.How to check the program?(whether we have to put values of output in respective table plz explain) 2. How to show table links by reading technical specs ie., if we put vbeln from vbak to vbap we get plant no etc show by example 3. step by step process of abap debugger?After setting break point how to see internal table value field value etc
What are Delivery classes? What data will you want to transport during client copy?
How many domains will create for one data element?
What are the field and chain statements?
which of the command flushes the database buffer? a) $free b) $tab.
Explain what is the difference between sy-tabix and sy-index? Where it is used?
what are the types of session method in session method?
How do you define an internal using types?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.