SAP ABAP IMG Activity COL_BADI_BASIS_RULE (BAdI: Basic Rules)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FSCM-COL (Application Component) Collections Management
     UDM_STRATEGY (Package) Collection Strategy, Rule, Basic Rule
IMG Activity
ID COL_BADI_BASIS_RULE BAdI: Basic Rules  
Transaction Code S_SE3_50000243   (empty) 
Created on 20050507    
Customizing Attributes COL_257NUA   Attributes: Non-Critical User Exits (Not Required) 
Customizing Activity COL_BADI_BASIS_RULE   BAdI: Basic Rules 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name UDM_BASIS_RULE    

Use

You use the Business Add-In (BAdI) UDM_BASIS_RULE in the component SAP Collections Management (FIN-FSCM-COL). It implements basic rules that are used in the collection rules and strategies. The task of a basic rule is:

  • Verbal formulation of a condition for strategy maintenance and for the explanation of the strategy valuation in the worklist
  • Check of the selection conditions entered in strategy maintenance
  • Check whether the condition applies for a business partner in the collection segment, both in the simulation of a strategy and for the prioritization for the creation of the worklist
  • Preparation of extensive documentation that explains the condition checked (see below)

The methods GET_TEXT, CHECK_SELOPTS, and EVALUATE are available.

Requirements

Create the basic rule in Customizing (see IMG activity Define Collection Rules). This table entry in Customizing is used as a filter for the BADI. From Customizing, you can go directly to the implementation of the related BAdI.

Standard settings

The implementation of all basic rules delivered by SAP is active in the standard system. You should not modify or deactivate these basic rules. In the definition of rules, you decide which of the rules delivered by SAP and which additionally implemented rules are to be used in strategies and therefore in SAP Collections Management.

Activities

After you call the IMG activity, the system displays a dialog box where you enter a name for the implementation.

If implementations of this Business Add-In have already been created, the system displays them in a dialog box. You then choose one of them by choosing Create, and continue as follows:

  1. In the dialog box, enter a name for the implementation of the Add-In and choose Create.
    The system displays the initial screen for creating Business Add-In implementations.
  2. On this screen, enter a short description for your implementation in the Implementation Short Text field.
  3. If you choose the Interface tab, you will notice that the system has populated the Name of the Implementing Class field automatically, by assigning a class name based on the name of your implementation.
  4. Save your entries and assign the Add-In to a package.
  5. To edit a method, double-click its name.
  6. Enter your implementation code between the method <Interface Name>~<Name of Method>. and endmethod. statements.
  7. Save and activate your code. Navigate back to the Change Implementation screen.
    Note: You can also create an implementation for an Add-In and not activate it until later. If you want to do this, do not perform the following step:
  8. Choose Activate.
    When the application program is executed, the code you created is run through.
  9. Choose Documentation.

    Document the implementation of the BAdIs. This documentation is available for the definition of rules and for strategy maintenance, and should therefore explain the conditions that the method EVALUATE checks.

Example

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  20050507 
SAP Release Created in 600