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
What are the difference between tables and structures?
What are the differences between table controls and step loops?
What is abap work bench?
Is main window mandatory in smartforms?
What is the structure of the bdc table? : abap bdc
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
what is mean be On Change of in Control Break statement
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Explain the difference between get and get late?
What are internal tables? How do you get the number of lines in an internal table?
How can you display frames (horizontal and vertical lines) in lists?
How many default tab strips are there? How to insert more tabs in it?
Can you delete data element, which is being used by table fields. : abap data dictionary
Differentiate between table and template ?