how many type of index are there
Answers were Sorted based on User's Feedback
Answer / sudhakar1207
Indexes are used for Fast access of records from database
tables.
There are two types of indexes.
1)Primary Index: these are created automatically while table
is activating. It comprised of all the primary key fields only.
2)Secondary Index: these are created manually on rare
situations. These contains combination of primary key fields
and Non-primary key fields or Only Non-primary key fields.
Is This Answer Correct ? | 6 Yes | 0 No |
Pls someone answer me this, Can we acheive everything using OOPs? If not? What cant be acheived? Have you encountered any scenario liike, you cannot acheive it using Function modules & can be acheived using Oops? What is the advantage of BADI over UserExit? Difference between BAPI and RFC? Thanks in advance.
In sapscript when u set debugger mode on from which window it will start debugging .My sapscript has header window,logo window,address window,main and footer window.so from which window it will start debugging??
difference between session and lsmw difference between bdc and lswm why u choose bdc instead of bapi
What is the difference between free and refresh?
How do you set up background jobs in sap? What are the steps?
What is view? Different types of view.
When writing BDC for MM01 how do you take care of views?
What is dialog module?
smartforms have an advantage i.e,both layout and code can combine .but when we go for driver program in smartform?
What is a table pool?
Fallback class
to link the loop to a table control we use the addition WITH CONTROL else this works as as stand-alone________________?