Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →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.
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 |
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 |
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 |
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 |
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 |
This function module does not define any Exceptions.