The Function Module K_COEP_FAREA_SET_SINGLE (Ableitung der Funktionsbereiche (fkber+pfkber) für eine CO-Buchungszeile) is a standard Function Module in SAP ERP and is part of the function group KALP within the package KKAL.
Function Module | K_COEP_FAREA_SET_SINGLE |
Short Text | Ableitung der Funktionsbereiche (fkber+pfkber) für eine CO-Buchungszeile |
Function Group | KALP |
Package | KKAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ID_MFLAG | LIKE | BOOLE-BOOLE | '' | Stammdaten der kontierten CO-Objekte (Tabelle T_COIOB) nachlesen |
IS_COBK | LIKE | COBK | CO-Belegkopf |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ED_COEP_FKBER_OLD | LIKE | COEP-FKBER | Alter Funktionsbereich (importiert) | |
ED_COEP_PFKBER_OLD | LIKE | COEP-PFKBER | Alter Partner-Funktionsbereich (importiert) | |
ED_FAREA_CHANGED | LIKE | BOOLE-BOOLE | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CS_COEP | LIKE | COEP | CO-Buchungszeile |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IT_COEP | LIKE | COEP | CO-Buchungszeilen | |
IT_COIOB | LIKE | COIOB | CO-Objekt-Informationen |
This function module does not define any Exceptions.