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 HRGPBS_ME_AWE_FILL_FOR_AVERA (Calculates awerage weekly earning with AVERA) is a standard Function Module in SAP ERP and is part of the function group HRGPBS_ME_AWE within the package P08P1.
Function Module | HRGPBS_ME_AWE_FILL_FOR_AVERA |
Short Text | Calculates awerage weekly earning with AVERA |
Function Group | HRGPBS_ME_AWE |
Package | P08P1 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_BEGDA | TYPE | BEGDA | Start Date | |
P_CALC_CURRENCY | TYPE | WAERS | Currency Key | |
P_ENDDA | TYPE | ENDDA | End Date | |
P_INPER | TYPE | IPERI | In-period for payroll | |
P_IPERM | TYPE | PERMO | Period Parameters | |
P_ME_SXP_INFOTYPES | TYPE | HRPAYGB_PBS_ME_SXP_INFOTYPES | Multiple Employment Infotypes | |
P_MOLGA | TYPE | MOLGA | Country Grouping | |
P_PAYROLL_PERNR | TYPE | XFELD | Checkbox | |
P_PERNR | TYPE | PERSNO | Personnel number |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_APER | TYPE | PC2APER | structure of table APER in payroll | |
P_GSDIVI | TYPE | SDIVI | Individual divisor for working hours | |
P_OVERRIDE_IN_IT | TYPE | XFELD | Checkbox |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_AB | LIKE | PC20I | Cluster RD/B2: Table AB | |
P_APER_TAB | TYPE | HRPY_APER_TYPE | Table Type for APER | |
P_AVERAGE | LIKE | PC2AVERA | Frozen Average Values in Payroll Result | |
P_AVRULE_ABZNR | LIKE | P08P_AVRULE_ABZNR | Average calculation rules | |
P_ERROR | LIKE | EDIMESSAGE | Transfer Structure with all Sy Fields for T100 | |
P_IT | LIKE | PC207 | Payroll Results: Results Table | |
P_NEW_RGDIR | LIKE | PC261 | Cluster Directory (For Export and Import of Payroll Results) | |
P_OAVERAGE | LIKE | PC2AVERA | Frozen Average Values in Payroll Result | |
P_OVERRIDE_IT | LIKE | PC207 | Payroll Results: Results Table | |
P_P0088 | LIKE | P0088 | HR Master Record for Infotype 0088 | |
P_P2001 | LIKE | P2001 | HR Time Record: Absences Infotype (2001) | |
P_RGDIR | LIKE | PC261 | Cluster Directory (For Export and Import of Payroll Results) | |
P_WPBP | LIKE | PC205 | Payroll Results: Work Center/Basic Pay |
This function module does not define any Exceptions.