Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module FI_FM_ACCOUNT_DETERMINE (Kontenfindung unter Zuhilfenahme der Tabelle PAYAC01) is a standard Function Module in SAP ERP and is part of the function group F0PR within the package FMFI.
Function Module | FI_FM_ACCOUNT_DETERMINE |
Short Text | Kontenfindung unter Zuhilfenahme der Tabelle PAYAC01 |
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_ACIND | LIKE | PAYAC01-ACIND | SPACE | Account determination indicator |
I_BUKRS | LIKE | PAYAC07-BUKRS | Company code | |
I_FIPEX | LIKE | FMCI-FIPEX | Finanzposition | |
I_FISTL | LIKE | PAYAC01-FISTL | Funds center | |
I_GEBER | LIKE | PAYAC01-GEBER | Fund | |
I_GJAHR | LIKE | PAYAC02-GJAHR | Fiscal year | |
I_POPUP | LIKE | BOOLE-BOOLE | Popup, wenn Sachkonto nicht eindeutig | |
I_PSOTY | LIKE | PAYAC01-PSOTY | SPACE | Anordnungstyp |
I_SAKNR | LIKE | PAYAC01-SAKNR | SPACE | Vorgebenes Sachkonto das geprüft werden soll |
I_SRTYPE | LIKE | PSO02-SRTYPE | Kontierungstyp |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SAKNR | LIKE | PAYAC01-SAKNR | Number of G/L account |
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_PAYAC01 | LIKE | PAYAC01 | nur Export, keine Verwendung bei Import! |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ACCOUNT_FREE_ASSIGNABLE | Sachkonto ist frei kontierbar |
ACCOUNT_NOT_FOUND | G/L account cannot be determined |
ACCOUNT_NOT_POSSIBLE | Mitgegebenes Sachkonto (I_SAKNR) ist n. erlaubt |