when u create an index in Data Dictionary..how do we call it
in a program or report..?
Answer Posted / 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 |
Post New Answer View All Answers
What is the Process to transfer IDOC from Outbound System to Inbound system.
What are the types of indexes in abap?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
The max number of calling modes stacked at one time is?
What are the events driven batch jobs?
What is static attribute
Why do we use types statement in abap programming?
How do you find number of records present in internal table?
What is a table attribute?
Exception handling and how does it transfer from called method to calling method?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
Can we create field without data element? If yes, how?
Reports: Event functionality.
What are the system table used in abap?
What two statements are required in an abap program to output an icon using a written statement?