WHAT IS THE USE OF SECONDARY INDEXES AND WHAT IS MAX LIMIT
OD SECONDARY INDEXES?
Answer Posted / sudhakar1207
SECONDARY INDEXES ARE USED FOR FAST RETRIEVAL OF DAT FROM THE DB TABLES.
WE CAN CREATE MAXIMUM OF 15 SECONDARY INDEXES.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Explain about interactive report?
Which table stores the programs created?
What are control tables? : abap data dictionary
What are the different types of view?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What is the difference between get and get late?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is the use of message command in a report? What are the different message types?
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?
What are the different control break statements available inside a loop?
What primary key and foreign key relationship
how to read the standard field value in your custom program.
What is meant by a schema? : sap abap hr
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
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