The Function Module FI_TAX_ACCOUNT_CHECK (Prüfen, ob Steuerkonto (Returncode <> 0)) is a standard Function Module in SAP ERP and is part of the function group F0PR within the package FMFI.
Function Module | FI_TAX_ACCOUNT_CHECK |
Short Text | Prüfen, ob Steuerkonto (Returncode <> 0) |
Function Group | F0PR |
Package | FMFI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | LIKE | BKPF-BUKRS | ||
I_SAKNR | LIKE | SKB1-SAKNR |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | LIKE | SY-SUBRC | <> 0 -> Steuerkonto, sonst nicht |
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.