SAP ABAP IMG Activity FEB_FS_DBSYS_OPT (Free Text Search in Bank Statement Postprocessing)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-BL-PT-BS-EL (Application Component) Electronic Bank Statement
     EA-FIN_EB_BSPROC (Package) Electronic Bank Statement - Postprocessing
IMG Activity
ID FEB_FS_DBSYS_OPT Free Text Search in Bank Statement Postprocessing  
Transaction Code S_EX2_94000005   (empty) 
Created on 20120823    
Customizing Attributes FEB_FS_DBSYS_OPT   Free Text Search in Bank Statement Postprocessing 
Customizing Activity FEB_FS_DBSYS_OPT   Free Text Search in Bank Statement Postprocessing 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name FEB_FREESEARCH_DBSYS_OPT    

Use

This Business Add-In (BAdI) is used in the Electronic Bank Statement (FI-BL-PT-BS-EL) component.

It allows database providers to implement an additional free-text search that is optimized for specific manufacturers. The benefit over the existing search function (Read More Items pushbutton) is that the clerk does not need to specify the field to be searched. The free-text search is not recommended for non-in-memory databases due to the long runtime.

By implementing the method FREESEARCH_SELECT, you can specify how the system searches for open items. After the method has been called, the system sorts the items found in accordance with the following criteria:

  1. The company code matches the company code for the house bank of the bank statement item.
  2. The partner matches the partner of the bank statement item.
  3. A search string was found in the BELNR or XBLNR field.

In postprocessing, the hit field and hit value are displayed for each item found provided that the hit field is a field in the structure FEB_BSPROC_FREESEARCH_TARGETS. The items found are assigned the status Not Assigned.

Note

This BAdI is intended exclusively for database providers. It allows them to optimize functions that have already been optimized by SAP for SAP HANA for their database without modifications.

Requirements

You have activated the business function FI-BL, Importing and Postprocessing of the Electronic Bank Statement (FIN_BL_EB_1) for postprocessing bank statement items that were not posted in the system directly. You can use search parameters to add further open bank statement items in postprocessing.

Standard settings

For more information about the standard settings, see the Enh. Spot Element Definitions tab in the BAdI Builder (transaction SE18).

BAdI Definition

  • FEB_FREESEARCH_DBSYS_OPT

    The filter DBSYS_TYPE denotes the database type.

SAP Implementations

  • The SAP HANA-specific BAdI implementation FEB_FREESEARCH_HDB uses the filter HDB. For more information about this implementation, see the documentation for class CL_FEB_FREESEARCH_HDB.

Example

See also

For more information about implementing optimization BAdIs, see Optimization BAdIs.

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 3   Nonrequired activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20120823 
SAP Release Created in 616