The Function Module HR_FBN_GET_OFFER_RFC (Define benefits offer) is a standard Function Module in SAP ERP and is part of the function group HRFBN00GENERAL within the package PAOC_BEN_FBN.
Function Module | HR_FBN_GET_OFFER_RFC |
Short Text | Define benefits offer |
Function Group | HRFBN00GENERAL |
Package | PAOC_BEN_FBN |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATEOFVALIDITY | LIKE | BAPIBEN_OA-VALID_DATE | Validity Date | |
DESIRED_PERIOD | LIKE | T549R-ZEINH | Payroll time units | |
EMPLOYEENUMBER | LIKE | BAPIBEN_OA-PERSON_NO | Employee's personnel number | |
ENROLLMENTTYPE | LIKE | BAPIBENPAR-ENROLL_TYP | Type of enrollment | |
EVENT | LIKE | BAPIBENEVT | Adjustment reason |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATEOFVALIDITY | LIKE | BAPIBEN_OA-VALID_DATE | Validity Date | |
EMPLOYEENUMBER | LIKE | BAPIBEN_OA-PERSON_NO | Employee's personnel number | |
EMPTYOFFER | LIKE | BAPIBENPAR-EMPTYOFFER | Offer empty | |
RETURN | LIKE | BAPIRETURN1 | Return |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CREDIT_OFFER | LIKE | BAPIBEN_O1 | Credit plan offer | |
HEALTH_OFFER | LIKE | BAPIBEN_OA | Health plan offer | |
INSURANCE_OFFER | LIKE | BAPIBEN_OB | Insurance plan offer | |
MISCEL_OFFER | LIKE | BAPIBEN_OE | Miscellaneous plans offer |
This function module does not define any Exceptions.