What are the various types of the Internal tables used?
Answers were Sorted based on User's Feedback
Answer / raju01_hi
internal tables are three types.
1. standard table.
seach is Linear search. response time is directly
proportional to no of records that are present in the it.
key is non-unique.
2. sorted table.
search: binary search. data is sorted dynamically by the
system.
key: unique or non-unique.
3. hashed table.
search: hashed algorithm.
response time is independent of records.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lokesh
Internal table is temporary storage area that exist only at
program runtime.
Types of Internal table:
1) Standard (Index)
2) Sorted (Index)
3) Hashed (No Index)
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / swathi
Standard Table
Sorted Table
Hashed Table
Index Table
Is This Answer Correct ? | 1 Yes | 3 No |
how to create lock object
tell me some of FI/CO tables
what is the prerequisite for control-break statements
Can you set up background processing using call transaction?
What is an “on input filed” statements?
Some Realtime Objects on Bdc.
What are the different functions used in sap script?
how to Implemented a BAPI to upload Payroll summary information into SAP R/3 system
I need some information regarding Vcentric Test pattern ? with questions.
0 Answers vCentric Technologies,
what is the use of SLIS type pool in alv reports?
what is meant by LUW?(Both at database level and screen level)?
what is difference between occurs1 and occurs2?