The Function Module K_VALID_PLANTS_OF_MATERIAL (Ermitteln aller Werke zu einem Material (Auswahlpopup)) is a standard Function Module in SAP ERP and is part of the function group KKE4 within the package KKEK.
Function Module | K_VALID_PLANTS_OF_MATERIAL |
Short Text | Ermitteln aller Werke zu einem Material (Auswahlpopup) |
Function Group | KKE4 |
Package | KKEK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_MATNR | LIKE | MARA-MATNR | Materialnummer zu der alle Werke ermittelt werde |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_PLANT | LIKE | T001W-WERKS | Ausgewähltes Werk zu I_MATNR |
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 |
---|---|---|---|---|
I_T001W | LIKE | T001W | Einschränkung der zulässigen Werke |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_VALID_PLANTS | Zum Material existieren keine Werkssegmente |