Answer Posted / bandivenkateswarlu
We can creat the index on views like this.
go to the abap dictonary transaction code is SE11 and select
the radiobutton type as view and select the particular view
type and creat the index for that table based on the primary
key value.
So mandatory key is important role in the while creating the
index based on the views.
Index: is a sap provide mechanizam to retrive the records
fastly from the database based on the primary key value of
the table.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which function module reads the data for particular infotype ? : abap hr
In ALV reporting when u execute your report which event gets triggered.
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Explain the differences between interactive and drill down reports?
What are the events used for logical database?
What is the significance of the screen number ‘0’?
Can i Have Some Realtime Examples on Badi ?
Explain what is sap script?
dynamic programming in sap abap
What is your approach for writing a bdc program? : abap bdc
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Work most on which module: name a few tables?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc