SAP ABAP IMG Activity ISISFICA_TIMA_CRT_RU (Define Account Creation Rules)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CD (Application Component) Collections/Disbursements
     FSCDMAD_IO (Package) FS-CD: Insurance Object
IMG Activity
ID ISISFICA_TIMA_CRT_RU Define Account Creation Rules  
Transaction Code S_KK4_08000723   (empty) 
Created on 20040528    
Customizing Attributes ISISFICA_TIMA_CRT_RU   Define Account Creation Rules 
Customizing Activity ISISFICA_TIMA_CRT_RU   Define Account Creation Rules 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name ISISFICA_TIMA_CRT_RU    

Use

In this step, you can define your own account creation rules, which you then assign to account creation variants.

The account creation rules have five events, for which you define function modules.

  • 01 (Control)

    This event sets basic controls for each account creation rule. The SIMA_CRTACC_CONTROL structure is filled for this.

    • XADDDATA parameter (such as standard account creation rule 006)
    • If this flag is set, additional fields are used. In the dialog box, the system displays an additional button and runs event 04. Event 05 then runs additionally in Direct Input.
    • XGROUPS parameter (such as standard account creation rules 005 and 008)
    • If this flag is set, the definition of groups of insurance object categories is permitted and necessary.
    • XPARTNERSSAMEACC parameter (such as standard account creation rule 002)
    • If this flag is set, only one contract account is created for each insurance object.

      If no function module is defined here, none of these flags are set.

  • 02 (Dialog: Checking and Account Determination)

    This event only runs in the dialog. It is used to output error messages during the selection of the account creation variant, or to return and display the determined account (if it was possible to determine a unique account).

    If no function module is defined here, no check or determination takes place.

  • 03 (Account Determination or Account Creation / Change)

    This event determines whether a new account is to be created (EX_NEW_ACCOUNT set), a new partner is to be added to an account ( EX_NEW_PARTNER_ACC set) or an existing account is to be used (EV_VKONT filled).

    If the system has determined more than one contract accounts that come into question, it is possible to return an error. In this case, the system does not create or change the insurance object.

    If no function module is defined here, the system always creates a new account.

  • 04 Dialog: Fill and Check Additional Fields

    This event only runs in the dialog and only if the XADDDATA flag is set in control event 01. If this is the case, the event runs if a user selects the additional button for the account creation variant in the dialog.

    This means that it is possible to call up an additional dialog window, for example, in which the user can enter additional data to determine the account.

  • 05 (Direct Input: Fill Additional Fields)

    This event only runs in Direct Input and only if the XADDDATA flag is set in control event 01. In this event, it is possible to run checks on the fields that are transferred in Direct Input in the CI_SIMAFLDSCRTVAR_DI structure.

Requirements

You have programmed function modules for the events for the account creation rules.

SAP sample function modules are available for all events. Copy the interface for these function modules:

  • Event 01: IMA_CRT_ACC_EVENT_CTRL_SAMPLE
  • Event 02: IMA_CRT_ACC_EVENT_PAI_SAMPLE
  • Event 03: IMA_CRT_ACC_EVENT_ACC_SAMPLE
  • Event 04: IMA_CRT_ACC_EVENT_ADDFD_SAMPLE
  • Event 05: IMA_CRT_ACC_EVENT_DICHK_SAMPLE

Standard settings

Activities

Example

Eight account creation rules are defined as standard. You can use the appropriate events as examples.

Notes

  • The customer namespace for account creation rules is 900-999. You can create a maximum of 100 customer-specific account creation rules.
  • If you do not define a function module for an event, the system behaves in the same way as for rule 01, meaning that it always creates a new contract account.
  • You define the account creation variants in the Define Account Creation Variants IMG activity.

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 1   Critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG ISISFICA_TIMA_CRT_RU 0 I250008802 Collections/Disbursements 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
VC_TIMA_CRT_RULE_EVENTS C - View cluster SM34  
History
Last changed by/on SAP  20050221 
SAP Release Created in 473