The Function Module CR_WORKSTATION_READ_ROUTING (Read work center from point of view of the task list) is a standard Function Module in SAP ERP and is part of the function group CR01 within the package CR.
Function Module | CR_WORKSTATION_READ_ROUTING |
Short Text | Read work center from point of view of the task list |
Function Group | CR01 |
Package | CR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARBPL | LIKE | RCR01-ARBPL | SPACE | Work center name |
DATE | LIKE | SY-DATUM | SY-DATUM | Key date for reading cost center a |
EXCEPTION_LOG | TYPE | FLAG | 'X' | allgemeines flag |
ID | LIKE | RCR01-ARBID | '00000000' | Work center ID |
MSGTY | LIKE | SY-MSGTY | 'E' | Message type |
NO_PLNTY_CHECK | TYPE | FLAG | allgemeines flag | |
PLNTY | LIKE | TC23A-PLNTY | 'N' | Routing type |
PLNTY_CHK_ALLOWED | TYPE | C | SPACE | Kennzeichen: Für Plantyp nicht erl. als Param. |
VGWKZ | TYPE | C | Indicator: default processing (->d | |
WERKS | LIKE | RCR01-WERKS | SPACE | Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PLNTY_NOT_ALLOWED | TYPE | C | Kennzeichen: Für Plantyp nicht erlaubt | |
WORKS | LIKE | RCR01 | Interface |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | not found |
TYPE_NOT_ALLOWED | not allowed for this routing type |
WRONG_PARAMETERS | Error in parameters |