Hi,
We created some lakhs of document(DIR) in SAP system, now when we are searching through classification it takes so much time. I checked system through BADI "DOCUMENT_SEARCH01" method "CHANGE_SEARCH_ORDER" we can change(influence) search sequence.
Normally system search order based on the Search Number & have a corresponding Search Value. This gives weightage to the search order in total.Thus if the Search Value for a Search Number is higher then that search will be done first.
As per note "993462".
Search Number Search Information
1 - CV100_OBJECTLINK_SEARCH (related to object link tabpage info)
2 - CV100_SHORT_LONG_TEXT_SEARCH (related to the short text and long text associated with the DIR)
3 - CV100_DOC_ATTRIBUTES_SEARCH( related to the attributes of the DIR)
4 - CV100_DOC_STATUS_SEARCH( related to the Statuses of the DIR)
5 - CV100_CLASS_SEARCH(related to the classification search)
I want classification search would be done first then other.
Please guide me what parameters i need to set in this BADI.
Thanks in advance
Regards,
Sunny.
Edited by: Sunny on May 19, 2010 12:27 PM
Edited by: Sunny on May 19, 2010 12:31 PM