how many index created for table
Answers were Sorted based on User's Feedback
Hi
1(one) Primary index is created by the system for every table.
but we can create Secondary Indexes maximum of 15(Fifteen)
only.
This is absolutely correct. If any body wants to verify this
answer ,plz refer ABAP 21 Days book. In that book everything
is cleared.
Thanks
Malli
Is This Answer Correct ? | 12 Yes | 5 No |
Answer / buddula
Sorry to tell u , Pls make sure before post the answer
wheather u r correct or not? Do not misguide readers.
Is This Answer Correct ? | 10 Yes | 4 No |
Answer / kalyan
There is no maximum limit for creating secondary index.
I have created 22 index.
Look at table transparent ISSRFLDEA.It has 17 secondary indexes.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vikram bongoni
We can create 16 primary indexes and 9 secondary indexes per table.
if you have doubt , you can check it.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prabu
Plz consider this answer.
if wrong correct it.
we can create upto 16 primary indexes.
09 secondary indexes.
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / paul
1 primary , its default created by system, then 22
secondary indexes,
in where condition we have to use max 4 sec.indx for better
performance.
Is This Answer Correct ? | 0 Yes | 8 No |
What is the difference between get and get late?
How to create secondary index ?
What are labels in scripts..? why are they not accpeted in smartforms..?
Explain the difference between open_form and close_form?
How to decide whether we can use BDC (OR) LSMW for a given transaction?
Hi all, For the past 1 year, I have been trying for job in SAP as a fresher, but no calls,no interviews.I know showing fake experience is unethical, but i dont have any alternative.After showing fake experience now iam getting calls,but still i feel guilty.Friends i have some questions. 1. If suppose i tell the truth in interview that i have shown fake experience,what would be the interviewer's reaction? Will accepting the fake go negative against me? 2.Whether i should accept the fake in technical round itself? (or) Maintain the fake,prove myself strong in technical round &then accept the fake in HR round? 3.Some of my friends(who have shown fake and well settled in MNC's ) are telling that during interview u should never accept as fake i.e., u should act confidently as a real experienced guy.Even if the interviewer come to know that u r a fake guy, but seeing ur confidence level ,he/she will select u ? Is it true? Friends, particularly interviewer's , HR's please give me ur valuabe solutions.Other's suggestions are also welcome.
2. wat is sub screen?
What is Field group?
What is view proxy in abap?
1.The three ways in which we can write in top-of-page? 2.While creating function module what other things are created? 3.what is parameter id? 4.difference between synchronous and asynchronous methods? 5.Types of function modules? 6.conversion routine? 7.check table and value table difference? 8.text table? 9.types of cardinality 10.Whic is better joining or for all entries?
when you are using 2 internal table in program, you have decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal table. What will be the result? (2nd internal table contains records).
5. What is the difference between report and script?