Answer Posted / yoga
Actually read statement for fetching only single record from
internal table,if you are declaring ( with key,index) with
read statement ,then you can focus the exact
record,otherwise it will take the 1st index record by default.
if you want more than a record,using loop statement,you can
get it.
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Event handling in oops
what is diff between ECC 5.0 AND ECC 6.0
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What are the events driven batch jobs?
What is the difference between refresh and free statements?
What is the relationship existing between the various data elements? : abap data dictionary
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
Different types of luws. What are they?
What are internal tables? How do you get the number of lines in an internal table?
Difference between Insert, Update and Modify?
What is value table? : abap data dictionary
Static and instance variable and method with live example. Why and when to use
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How to eliminate duplicate entries in internal tables?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization