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 |
How to call other programs?
What are the differences between table controls and step loops?
what is the difference between bdc and rfc ?
which layout sets you used?
can we transport text elements and text symblos in reports from devlopment to quality?is it necessary?
3) What happens if there is no CLOSE_GROUP in a BDC.
Difference between jobpage and form page?
For particular transaction you want to upload the data using any of bdc method...if the transaction contains any of pop window functionaliy and having radio button in the window..Any one of the radio button must be selected then only the next data can be inserted how will you handle this scenario in your program
What is the structure of bdcmsgcoll? : abap bdc
in which method i can upload data to two transactions? and how? somebody tell me.
Can we reuse a userexit?
What is web dynpro for abap?