where can u use secondary index in program please tell me?
is there any tool to test in development client?is there any
performance tool is thre pleaseeee tell me?
Answer Posted / kartik
When the selection criteria of select does not use primary
keys. Also the performance of the select for the fields of
criteria is poor. In this case it is good idea to use
secondary index.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the bapi?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the steps in a bdc session? : abap bdc
What is a predefined type in abap?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
How we format the data before before write statement in report ?
What are match codes? describe?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What are client dependant objects in abap/sap?
What is filter dependent BADI?
What is the difference between call transaction method and the session method? : abap bdc
after creating lock object if does n't access record by second user what should we do?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?