Menu

SAP Function Module CY_GET_WORKSTATION_TEXT

Returns the short text for a work center from I_CRHD

The Function Module CY_GET_WORKSTATION_TEXT (Returns the short text for a work center from I_CRHD) is a standard Function Module in SAP ERP and is part of the function group CYFI within the package CY.

Technical Information

Function Module CY_GET_WORKSTATION_TEXT
Short Text Returns the short text for a work center from I_CRHD
Function Group CYFI
Package CY
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IARBID LIKE CYCRHD-OBJID SPACE
IARBPL LIKE CYCRHD-ARBPL SPACE
IWERKS LIKE CYCRHD-WERKS SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EARBID LIKE CYCRHD-OBJID
EARBPL LIKE CYCRHD-ARBPL
ETEXT LIKE RCR01-KTEXT
EWERKS LIKE CYCRHD-WERKS

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ID_NOT_EXISTS A work center with the ID does not exist
WORKCENTER_NOT_EXISTS The work center with ARBPL/WERKS does not exist