How many records a Read statement will retrieve?
Answer / 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 |
What are the differences between the table and the structure in the data dictionary in the sap abap?
I have multi use BAdi,i implemented 5 time for that BAdi.so want to give sequence for that like First implementation 4 second 3 .. .. So how it is possible?
What is an internal table?
What are the steps in a bdc session? : abap bdc
In SAP Script,How to display a single field(like matnr)at the right end of the form.
I have 2 fields like customer and name having 20 records on basic list. When I select 5 records randomly, I want to get the address of particular customer selected in secondary list?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
what is the use of CTU_PARAMS when we working with BDC?
4 Answers Cap Gemini, Yash Technologies,
Can you call a bdc from a report program ?
What is an evaluation path? : sap abap hr
function modules are also external subroutines. State true or false. : abap modularization
BDC Data which format?