Answer Posted / anuraj singh rana
Internal table are of there types:
Standard table:
Index table:
uses linear search
Sorted Table
user binary search
Hashed table : uses hash key field search.
earlier i have given declaring standard table by mistake.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the uses of secondary indexes?
What is a size category? : abap data dictionary
What is the function of a domain? : abap data dictionary
Explain different types of attributes of function module?
What is a table pool? : abap data dictionary
What are the internal tables and work area?
How can you display frames (horizontal and vertical lines) in lists?
What are the different types of abap reports in sap?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What is the function of a data element? : abap data dictionary
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What are the different methods of bdc? : abap bdc
Create any functions? How to go about it?
What is the use of 'for all entries'?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?