which part of the internal table syntax determines how ABAp
accesses the rows of the internal table ?
Answers were Sorted based on User's Feedback
Answer / kausihk
data : itab type ... { {[STANDARD] TABLE}
| {SORTED TABLE}
| {HASHED TABLE}
| {ANY TABLE}
| {INDEX TABLE} } ... .
table of ttab.
Regards,
Kaushik
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prashant tiwari
I think it depends upon the work area, either implicit one
or explicit.coz as far as ABAP access to internal table is
concrened it is through header only.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohammed
Index determines the rows of the internal table
Is This Answer Correct ? | 0 Yes | 1 No |
What are the different functions used in sap script? What are the parameters used in each function?
Define external layer? : abap data dictionary
What is the full form of "SPA/GPA" Paramaters.
What is difference between BDC and Call Transaction?
how to fill the select options from an internal table dynamically ie can i use the loop in the initialization
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
how to debug ale/idocs and how to correct errors and how to find out where the exact error occur
what is difference between (internal table types)standard table and sorted table in sap abap....
what is standard , sorted and hash in abap ?
What is meant by slab? How is indian slab and us slab? : sap abap hr
What are client dependent objects in abap/sap?
what are system Variables?