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 |
Can we create a field without data element ? If yes what is the difference?
what are the critical issues u face in ur project?
Explain what are the system fields? Explain?
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)
What is the meaning of client independent?
How do you find the information on the current screen?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Can Top-of-page trigger with VLINE.?
11. what is the difference between user-exit & customer-exit?
How to put a TableControl in a Screen of Modulepool Programming?
which of the following are used to define data in abap 1)parametrs 2)tables 3)class 4)data
Explain Catch Command in ABAP?