Can we get unique records with secondary key also
Answer Posted / manideep
while creating secondary index we have to choose Non-unique
index and Unique index. If we choose Unique index we get
unique records, else we get non unique records.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Can a domain, assigned to a data element be changed? : abap data dictionary
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Can a domain, assigned to a data element be changed?
How can end-of-selection be used?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is the diff between database view and maintenance view?
How can we create callable modules of program code within one abap/4 program? : abap modularization
Events that can be used in both the classical and interactive reports
What is pass by value and what is pass by reference? Which is better?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What are the buffering options in abap?
How to convert normal function module to bapi?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Can we reuse a userexit?
How to call transaction in session method without recording?