What are the various types of the Internal tables used?
Answer Posted / 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 |
Post New Answer View All Answers
wat are the process that can be executed & tracked in a workflow?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Can you assign a matchcode object to a parameter? If so how?
What is database view ? : sap abap data dictionary
From excel to abap - is batch mode possible ? : abap bdc
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
What are the properties of selection screen?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
How do you use tab sets in layout sets?
How do you process errors in call transaction method? : abap bdc
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
In delivery processing which step comes first picking, packing, posting goods issue ?
What is maintenance view?
What is the meaning of client independent?