which part of the internal table syntax determines how ABAp
accesses the rows of the internal table ?
Answer Posted / 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 |
Post New Answer View All Answers
How can we achieve MVC ?
what is the process of creating quotation using BAPIs.
How to maintain lists?
What is repository info. Systems? : abap data dictionary
How do you connect to the remote server if you are working from the office for the client in remote place?
What are the attributes of the data in data dictionary? : abap data dictionary
What has to be done to the packed fields before submitting to a BDC session.
Can a transparent table exist in the data dictionary but not in the database physically?
How can you display frames (horizontal and vertical lines) in lists?
What are the different methods of passing data? : abap modularization
What is the advantage of structures?
Concepts of OO ABAP and why we are using it?
What are indexes? : abap hr
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
visibility section for class level and attributes level