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 a bsp application? : sap abap hr
What is the difference between synchronous and asynchronous update?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
How to add a column to a table control while using alphanumerical layout editor ?
How do you read files from the application server ? : abap bdc
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
Performance tuning techniques
What are the events we use in dialog programming and explain them?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How to create user interfaces for lists?
how do you call third selection screen ?
What is the length of function code at user-command?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What happens if a function module runs in an update task? : abap modularization