The Function Module K_PREP_CKCOUEB_FROM_UNITCOST (Überführt Einzelkalkulationsstrukturen in Strukturen : CKCOUEB + CKKALKTAB) is a standard Function Module in SAP ERP and is part of the function group KKEA within the package KKEK.
Function Module | K_PREP_CKCOUEB_FROM_UNITCOST |
Short Text | Überführt Einzelkalkulationsstrukturen in Strukturen : CKCOUEB + CKKALKTAB |
Function Group | KKEA |
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_AUART | LIKE | CKCOUEB-AUART | SPACE | Auftragsart |
I_AUTYP | LIKE | CKCOUEB-AUTYP | '00' | Auftragstyp |
I_GSBER | LIKE | CKCOUEB-GSBER | SPACE | Geschäftsbereich |
I_KOSTV | LIKE | CKCOUEB-KOSTV | SPACE | Verantwortliche Kostenstelle, z.B. bei Aufträgen |
I_PRCTR | LIKE | CKCOUEB-PRCTR | Profitcenter | |
I_VERSN | LIKE | CKCOUEB-VERSN | '000' | Version, mit der CO-Objekt fortgeschrieben wird |
I_WERKS | LIKE | CKCOUEB-WERKS | SPACE | Werk |
I_WRTTP | LIKE | CKCOUEB-WRTTP | '01' | Werttyp, mit dem CO-Objekt fortgeschrieben wird |
S_KHS1_IMP | LIKE | KHS1 | Internal header structure unit costing | |
TEXT_CONSIDER | LIKE | SPACE | Switch, whether texts are copied from CKIT | |
VRGEI_IMP | LIKE | TCK12-VRGEI | SPACE | Activity group for transactions in the CO object |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
S_CKCOUEB_EXP | LIKE | CKCOUEB | Transfer structure CO object |
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 |
---|---|---|---|---|
T_CKIT_IMP | LIKE | CKIT | Import table texts for T_KIS1_IMP | |
T_CKKALKTAB_EXP | LIKE | CKKALKTAB | Export table costing table | |
T_KIS1_IMP | LIKE | KIS1 | Import table internal structure unit costing |
This function module does not define any Exceptions.