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 |
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
how u define that idoc is generated for ale or edi method ?
Is function module is client dependent or client independent.
What is the bitwise operator in the sap abap?
What is the difference between tables and structures?
Is it possible to include two transactions with one group name in one program in session method ?
What is a sequence of event-triggered in report?
how can i access SAP through internet?
How do you see the data in a table?
what are Program Events and Run time Events in Reports
What is the difference between open sql & native sql ?
functional spec given by whom?