The Function Module FM_ACCOUNT_GET_COBL (Ersetzen der Kontierungen für das FM) is a standard Function Module in SAP ERP and is part of the function group FMWR within the package FMFS_CORE.
Function Module | FM_ACCOUNT_GET_COBL |
Short Text | Ersetzen der Kontierungen für das FM |
Function Group | FMWR |
Package | FMFS_CORE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPL_CA_ACTIVE | LIKE | FMDY-XFELD | SPACE | Feld zum Ankreuzen |
I_CHECK_YEAR | LIKE | COBL-GJAHR | SPACE | |
I_COBL_AD | LIKE | COBL_AD | SPACE | Strucutre used by the FM Derivation Tool with COBL |
I_FLG_BUFFER_ALL | LIKE | FMDY-XFELD | SPACE | |
I_FLG_EXTRA_MESSAGES | LIKE | FMDY-XFELD | 'X' | Feld zum Ankreuzen |
I_FLG_GET_ALWAYS | LIKE | FMDY-XFELD | ||
I_FLG_MESSAGES | LIKE | FMDY-XFELD | ||
I_FLG_REVERSAL_DOC | LIKE | FMDY-XFELD | SPACE | Feld zum Ankreuzen |
I_FLG_USE_CO_ASSIGNMENTS | LIKE | FMDY-XFELD | 'X' | |
I_SKIP_K_COBL_CHECK | LIKE | FMDY-XFELD | SPACE | Feld zum Ankreuzen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FMDERIVE | LIKE | FMDERIVE | FM Derivation Structure | |
E_F_FM01 | LIKE | FM01 | ||
E_F_FMCI | LIKE | FMCI | Finanzpositionen Stammdaten | |
E_F_FMFCTR | LIKE | FMFCTR | ||
E_F_FMFINCODE | LIKE | FMFINCODE | ||
E_OBJNR | LIKE | FMIFIIT-OBJNRZ | ||
E_STATS | LIKE | FMIFIIT-STATS |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_COBL | LIKE | COBL | ||
C_SUBRC | LIKE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.