The Function Module TPM_TRD_DISTRIBUTE_SAVE_COMMIT (Distributieren, Speichern und Commit-Handling) is a standard Function Module in SAP ERP and is part of the function group TPM_TRS_UTIL within the package FTR_SECURITY_ACCOUNT_MGT.
Function Module | TPM_TRD_DISTRIBUTE_SAVE_COMMIT |
Short Text | Distributieren, Speichern und Commit-Handling |
Function Group | TPM_TRS_UTIL |
Package | FTR_SECURITY_ACCOUNT_MGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_DISTRIBUTOR | CLASS | IF_DISTRIBUTOR_TRD | Distributor | |
IM_FLAG_COMMIT | TYPE | XFLAG | 'X' | X'-Funktion führt Commit/Rollback aus |
IM_FLAG_TESTRUN | TYPE | XFLAG | X' -Testlauf, space-Echtlauf | |
IM_PROTOCOL_HANDLER | CLASS | CL_PROTOCOL_HANDLER_TRP | Protokollverwalter |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EX_COMMIT_OR_ROLLBACK | TYPE | CHAR1 | R-Rollback, C-Commit | |
EX_FLG_DISTRIBUTOR_CANCELED | TYPE | FLAG | X-Distributierung wurde durch Benutzer abgebrochen. Nachricht in SY-Variablen |
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.