Menu

SAP Function Module HR_FBN_CALC_BENEFIT_COST_CC

Calculate the flexible cost of company car

The Function Module HR_FBN_CALC_BENEFIT_COST_CC (Calculate the flexible cost of company car) is a standard Function Module in SAP ERP and is part of the function group HRFBN00GENERAL within the package PAOC_BEN_FBN.

Technical Information

Function Module HR_FBN_CALC_BENEFIT_COST_CC
Short Text Calculate the flexible cost of company car
Function Group HRFBN00GENERAL
Package PAOC_BEN_FBN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BPLAN LIKE T5UBA-BPLAN Benefit plan
DATUM LIKE SY-DATUM Date and Time, Current (Application Server) Date
DESIRED_PERIOD LIKE T5UBH-PERIO Benefit period for calculations
EE_BENEFIT_DATA LIKE RPBENEEDAT Benefit reference structure for function modules
END_DATE LIKE SY-DATUM Date and Time, Current (Application Server) Date
LEVL1 LIKE T74FL-LEVL1 Benefit miscellaneous plan option
REACTION LIKE SY-MSGTY Messages, message type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SUBRC LIKE SY-SUBRC Return Value, Return Value After ABAP Statements

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EECST LIKE T5UBI-EECST Benefit employee cost amount

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERROR_TABLE LIKE RPBENERR Benefit structure for error table

Exceptions

This function module does not define any Exceptions.