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 is database view ? : sap abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is an update type with reference to a match code id? : abap data dictionary
What are the two ways for restricting the value range for a domain ?
What are the different types of locks? : abap data dictionary
What is the syntax for ‘call transaction’?
What are two methods of modifying sap standard tables?
What is its? : abap hr
How can cluster table be created?
What are the field and chain statements?
Which commands are used for interactive reports?
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?
What is maintenance view?
What are the ways you can do the tuning?
function modules are also external subroutines. State true or false. : abap modularization