Menu

SAP Function Module CBIH_LB14_IAL_TMQ

EHS: 1000-Mann-Quote / 1000000-Stunden-Quote berechnen und anzeigen

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module CBIH_LB14_IAL_TMQ (EHS: 1000-Mann-Quote / 1000000-Stunden-Quote berechnen und anzeigen) is a standard Function Module in SAP ERP and is part of the function group CBIH_LB14 within the package CBIH.

Technical Information

Function Module CBIH_LB14_IAL_TMQ
Short Text EHS: 1000-Mann-Quote / 1000000-Stunden-Quote berechnen und anzeigen
Function Group CBIH_LB14
Package CBIH
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BEGINDATE LIKE SY-DATUM Auswertungszeitraum von
I_ENDDATE LIKE SY-DATUM Auswertungszeitraum bis
I_FLG_COMPANY TYPE ESP1_BOOLEAN ESP1_FALSE Kenz. TMQ / MHQ für gesamte Firma berechnen
I_FLG_DISPLAY_LIST TYPE ESP1_BOOLEAN ESP1_TRUE Kenz. Ergebnisliste anzeigen
I_FLG_FTEMPLOYEE TYPE ESP1_BOOLEAN ESP1_FALSE Kenz. TMQ über Anzahl Vollbeschäftigte berechnen
I_FLG_NEG_TIME TYPE ESP1_BOOLEAN ESP1_FALSE Kenz. negative Zeiterfassung
I_FLG_TMQ TYPE ESP1_BOOLEAN ESP1_TRUE Kenz. TMQ (true) oder MHQ berechnen

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RESULT_LIST LIKE CCIHS_TMQHITM Berechnete Ergebnisse
I_AREA_TAB LIKE T001P_ABA Personalteilbereiche

Exceptions

This function module does not define any Exceptions.