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 2002_WORKCENTER_GETINFO (Get Work Centre, Activity Type and Activity Type Prices) is a standard Function Module in SAP ERP and is part of the function group 2002 within the package CNIF.
Function Module | 2002_WORKCENTER_GETINFO |
Short Text | Get Work Centre, Activity Type and Activity Type Prices |
Function Group | 2002 |
Package | CNIF |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_COSTCENTER | LIKE | CNIF_WORK_CENTRE_LIST-KOSTL | Cost Center | |
I_DOWN_LOAD_ACT_TYPE | LIKE | SY-BINPT | 'X' | Batch-Input, Programm läuft unter Batch Input |
I_DOWN_LOAD_PERIOD | LIKE | SY-BINPT | 'X' | Batch-Input, Programm läuft unter Batch Input |
I_DOWN_LOAD_RATES | LIKE | SY-BINPT | 'X' | Batch-Input, Programm läuft unter Batch Input |
I_FISCYEAR_FROM | LIKE | CNIF_ACTPRICE_LIST-FISCALYEAR | Fiscal Year | |
I_FISCYEAR_TO | LIKE | CNIF_ACTPRICE_LIST-FISCALYEAR | Fiscal Year | |
I_VALID_ON | LIKE | SY-DATUM | Date |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
E_ACTPRICES | LIKE | CNIF_ACTPRICE_LIST | List of Prices for Activity Types | |
E_ACTTYPES | LIKE | CNIF_ACTTYPE_LIST | List of Existing Activity Types for Cost Center | |
E_MESSAGE_TABLE | LIKE | BAPI_METH_MESSAGE | Message table for BAPIs (Project System) | |
E_PERIODLIMITS | LIKE | CNIF_PERIODLIMITS | Date for Period Start and End | |
E_WORK_CENTRE | LIKE | CNIF_WORK_CENTRE_LIST | Structure for Work Center and default Activity Type | |
I_PLANT_WORK_CENTRE | LIKE | CNIF_PLANT_WORK_CENTRE | Structure for Plant and Work Centre |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ACTICITY_TYPE_NOT_FOUND | No Activity types found for the given input data. |
DATES_INCORRECT | The fiscal period data provide is incorrect. |
INCORRECT_PLANT_DATA | Incorrect plant data given. |
VALID_ON_NOT_IN_FISCAL_PERIOD | The Valid On date is outside the fiscal period. |
WORK_CENTRE_NOT_FOUND | No Work Centre found for the given input data. |