Waht is "READ TABLE" command?? Whats the use of it??
Whats the syntax of the same?
Answer Posted / sayak roy
for better performance please use the below syntax.
SORT it_tab2 BY fname1 fname2.
LOOP AT it_itab1 into wa_itab1.
READ TABLE it_tab2 into wa_itab2
WHERE fname1 = wa_itab1-fname1
fname2 = wa_itab1-fname2
BINARY SEARCH.
IF SY_SUBRC = 0.
Do the processing.
ENDIF.
ENDLOOP.
Even if you read the table with INDEX you can sort the table
depending on what result you are expecting from that read,
means, the order and the priority of the value of the
particular fields expected from that READ statement.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is a view in sap? : abap data dictionary
What is meant by stacked list?
Did you create primary index?
what is defference between repository and non repository Object?
What is dynamic action? : sap abap hr
Differentiate between transparent tables, cluster tables and pooled tables
How do you use structures in the abap programs?
What is the meaning of sap r/3?
What is the project you are currently working and work that you are doing
Can I execute user exits? If yes, how?
Which type of tables used this buffer?
What is an internal table?
Advantages and disadvantages of different types of bdc's?
Some Realtime Objects on Bdc.
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc