which part of the internal table syntax determines how ABAp
accesses the rows of the internal table ?
Answer Posted / g.shankar
APPEND STATEMENT
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
5) How to rereive text elements in SF and script?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
Difference between call by value and call by reference? : abap data dictionary
Can we make use of flow logic control key words in abap/4 and vice-versa?
What is table pool?
In which time constraint does the infotype records depend on the subtype ? : abap hr
Which table stores the programs created?
What is an evaluation path? : sap abap hr
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
How will you transfer data into a file in application server?
What is a data class? : abap data dictionary
How can we use multiple transactions by using bdc_insert? : abap bdc
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?