when u create an index in Data Dictionary..how do we call it
in a program or report..?
Answers were Sorted based on User's Feedback
Answer / amith
Suppose you have created a secondary index for a field
EMPNAM in the table ZDETAILS.
Then you can use the statement
select * from ZDETAILS where EMPNAM = 'XXX'.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / ravi kr sharma
To use the index created, use the fields which are used for creating the index in the WHERE clause of the SQL statement. The system automatically uses the index if one is found which is based on the field in the WHERE clause.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / 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 |
Name the abap/4 modularization techniques? : abap modularization
CAN ANY BODY TELL ME IN A COMPANY HOW BAPI WORK WILL GOES? WHO WILL TELL WHICH BAPI WILL SET FOR THE PRESENT REQUIRENT?
if idoc generated successfully where it can be stored i know database)?
what is ALE?
5 Answers IBM, Keane India Ltd,
What are the basic objects of the data dictionary?
How do you process errors in session method ? : abap bdc
What are the different methods of passing data? : abap modularization
What is the disadvantage of a call by reference?
What is an authorization in sap?
What is the purpose of buffering? How many types of buffering?
what is the difference between functional spec and technical spec
Pls reply me 1)can i debuging the idoc. 2)give some example of pool table and cluster table. 3)what is update module.