Ansicht
Dokumentation

SIMG_ICL_RBP_SRCH - BAdI: Automatic Performer Assignment for Role-Based Performer

SIMG_ICL_RBP_SRCH - BAdI: Automatic Performer Assignment for Role-Based Performer

Vendor Master (General Section)   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Use

You can use this Business Add-In (BAdI) for role-based performer to execute automatic performer assignment for existing roles.

There are three points in time for automatic performer assignment, and you can implement an own method for each of these:

  • Early assignment
The performer is assigned as soon as the user starts to create or change a claim.
This point in time is suitable for the search for performers that can already be determined and assigned on the basis of general claim data.
  • Late assignment
The performer is not assigned until the claim is saved. This point in time is suitable for now searching for a suitable performer for all roles without performer assignment. Claim data added manually can now be used for this search.
  • Manual (semi-automatic) assignment
You can manually trigger automatic assignment of a performer at any time in claims processing.
In this way you have complete control over the assignment.

You can implement the BAdI methods individually or combined.

You can also use the BRFplus function ICL_RBP_CHANGED_FV to notify the user if changes are made to a performer in a role. If this BAdI is used to assign a new performer in the background, the notification reminds the user to save when exiting the claim, even if the user has not made any changes.

Notes on use of this BAdI in the claim bundle:

  • If you want to use the BAdI for the claim bundle, you must ensure the following when you call function module ICL_CLAIM_GET in the BAdI implementation:
The coding checks whether parameter E_CLAIM contains X (for dummy claim) in the field XDUMMYCLAIM.
  • In the claim bundle, only late assignment is supported. Early or manual (semi-automatic) assignment is not possible.

Requirements

Standard settings

In the standard delivery this BAdI is not active.

Activation of the BAdI without implementation of the methods has no effect on the behavior of the system.

The BAdI is not filter-dependent and it does not have multiple uses.

Activities

After you have called the IMG activity, proceed as follows:

  1. In the following dialog box, enter in the field "Implementation" a name for the BAdI implementation and choose Copy.
If implementations have already been created for the BAdI, a dialog box with the existing implementations will be displayed. In this dialog box, choose Create.
  1. In the corresponding field, enter a short text for implementation .
  2. In the tab Propertiesenter filter properties - if this is a filter-dependent BAdI.
  3. Choose the tab Interface.
The name of the implementing class is generated by the system based on the name of your impmlementation. You can change the name.
If the BAdI is a menu exit, the tab FCodes also appears.Enter a function here and, if necessary, additional data.
  1. Save your entries and assign a package.
  2. Position the cursor on a method. Call up the Class Builder by double-clicking it.
  3. Between the statements method <Interface-Name>~<Name of Method>. and endmethod, enter the coding you request for the implementation.
  4. Save and activate your coding, and navigate back to the screen Change Implementation.
  5. Save on the screen Change Implementation.
Note: You can first create an implementation for the BAdI and then activate this later on. In this case, close the processing function at this time.
  1. Choose Activate.
When the application program is executed, the coding you have created will be run.

Example

  • You determine the standard performer or a performer who has been assigned specifically for individual roles.
  • You execute a multi-step search for performers via Organizational Management or rules from the Workflow. Here the system can consider criteria (such as regional assignment) from the claim data.

This BAdI uses the interface IF_EX_ICL_RBP_SRCH. For more information, see the interface in Class Builder.






BAL_S_LOG - Application Log: Log header data   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 5439 Date: 20240524 Time: 002411     sap01-206 ( 77 ms )