what is the pre-requisite for read statement and can we
read the standard table using read statement
Answers were Sorted based on User's Feedback
Answer / hari
No!! Read stmt can't be used to read data from standard
table. Specifically meant to read internal table.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / shaheen
Read statement is basically to read an internal
table...while mentioning the key they should be in the same
order as they appear...we can use binary search statement
as well in READ. But the prequisite for it is that the
table should be sorted as per the key...
Shaheen
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / arjun manglekar
SORT internal table with key field.
Its only related to improve performacer.
To READ a sorted itab is faster than not sorted itab.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajender reddy
The prequisite for Read statement is to sort the internal
table with key before use in loop and endloop.
Is This Answer Correct ? | 2 Yes | 8 No |
Answer / martina
Read can be used only inside a loop .this is the prerequisite
Is This Answer Correct ? | 0 Yes | 20 No |
Can you transport variants of multiple programs in one step?
what is Cross Applications?
When the top-of-page event does get triggered?
What are logical databases? What are the advantages of logical databases?
What is bdc programming in sap?
There is one scenario , where A Badi consists of multiple implementations ,and i need to execute only PERTICULAR implementaion (say 2nd ) , ONLY One implementation , then how can execute the perticular implementation .
what is difference between occurs1 and occurs2?
What is meant by authorization? Did you ever work on it? : sap abap hr
what is the t-code to link technical and functional operation?
what does SE stands for in T-CODE se38?
how to write record to a file?& ABAP editor provides?
What is the bapi?