when u create an index in Data Dictionary..how do we call it
in a program or report..?
Answer Posted / gvkreddy
if we want to get the records very fast by using it is
possible by using stmt called READ.....index <idxno> statement
in program or report
Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is off cycle payroll run
dynamic programming in sap abap
Explain how to create any functions?
What are the tcodes for performance tuning?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is the process to enhance the Infotype
Differentiate between the uline and write: sy-uline statements if any?
What is collective search help? : sap abap data dictionary
How many secondary indexes can we create in a table?
What are the types of windows in sap script?
What is maintenance view?
Explain the difference between open_form and close_form?
What is the significance of the screen number ‘0’?
Can we reuse a userexit?