The Function Module FBRC_RULE_ASSIGN_SUGG_INTERACT (Rule Assignment Suggestion) is a standard Function Module in SAP ERP and is part of the function group FBRC_CENTRAL_FUNCS within the package FB_RC.
Function Module | FBRC_RULE_ASSIGN_SUGG_INTERACT |
Short Text | Rule Assignment Suggestion |
Function Group | FBRC_CENTRAL_FUNCS |
Package | FB_RC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ID_RECONID | TYPE | FB_RC_RPROC | Reconciliation Process | |
ID_RULEID | TYPE | FB_RC_RULE_ID | Rule | |
IT_ORG_UNASSIGN | TYPE | STANDARD TABLE | Org Unassigned Records | |
IT_PART_UNASSIGN | TYPE | STANDARD TABLE | Partner Unassigned Records |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_ASSIGN | TYPE | STANDARD TABLE | Assigned Records | |
ET_ASSIGN_DIFF | TYPE | STANDARD TABLE | Assigned Records with Difference | |
ET_ORG_UNASSIGN | TYPE | STANDARD TABLE | Org Unassigned Records | |
ET_PART_UNASSIGN | TYPE | STANDARD TABLE | Partner Unassigned Records |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.