Answer Posted / sekhar
secondary index is nothing but other than the primary key field.
we can create upto 9 secondary indexes per table.
we can create tables with out secondary indexes.
we can create secondary indexes for both custom and standard
data base tables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Concepts of OO ABAP and why we are using it?
What is the difference between open_form and close_form?
Explain what is sap script?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the uses of interactive reporting?
What is the difference between getting and get late?
What is the function of a data element?
To how many tables can an append structure be assigned. : abap data dictionary
How do you find the information on the current screen? : abap bdc
Can there be more than 1 main window in sap script?
What are domains and data element? : abap hr
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Can we create field without data element? If yes, how?
Which transaction code can I use to analyze the performance of abap program?
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