The Function Module CATT_GET_ID_OF_ITEM (Liefert die Nummer zu einem Prozeßschritt) is a standard Function Module in SAP ERP and is part of the function group KKC2 within the package KKC2.
Function Module | CATT_GET_ID_OF_ITEM |
Short Text | Liefert die Nummer zu einem Prozeßschritt |
Function Group | KKC2 |
Package | KKC2 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ITEM | LIKE | TITEMS-ITEM | Testfall | |
I_PROCESS | LIKE | TCHAINS-CHAIN | Prozesskettennamen bei Catts | |
I_VARIANTE | LIKE | TPROCESSES-VARIANTE | Anzeigevariante |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ID_ITEM | LIKE | TITEMS-ID_ITEM | Ausgabelänge | |
E_RCODE | LIKE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.