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 |
The standard symbols in SAP script are stored in which table?
CAN U TELL ME ATTRIBUTES OF BOTH DOMAIN AND DATAELEMNT SCREEN?
Define the various contents of technical specifications ?
What are the different types of parameters?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
Explain the components of selection table?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
How do you process errors in call transaction method? : abap bdc
what is the difference between select single * and slect upto 1 rows...
What are the data classes in abap?
What are the things you did in ALV grid display?
Why are insert and append statement used in sap abap?