The Function Module FM_DOCUMENT_GET_POSTING_TIME () is a standard Function Module in SAP ERP and is part of the function group FMRI within the package FMFS.
Function Module | FM_DOCUMENT_GET_POSTING_TIME |
Short Text | |
Function Group | FMRI |
Package | FMFS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_COMP_CODE | LIKE | T001-BUKRS | Buchungskreis | |
I_DATE_DUE | LIKE | FMIOI-ZHLDT | HHM: Fortschreibedatum | |
I_DATE_POSTING | LIKE | FMIOI-ZHLDT | HHM: Fortschreibedatum | |
I_FMAREA | LIKE | FM01-FIKRS | Finanzkreis | |
I_PERIO_FI | LIKE | COBL-MONAT | Periode | |
I_YEAR_FI | LIKE | FMIOI-GJAHR | Geschäftsjahr |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DATE_COMMITMENT | LIKE | FMIOI-ZHLDT | HHM: Fortschreibedatum | |
E_DATE_PAYMENT | LIKE | FMIOI-ZHLDT | HHM: Fortschreibedatum | |
E_PERIO_COMMITMENT | LIKE | FMIOI-PERIO | Periode | |
E_PERIO_PAYMENT | LIKE | FMIOI-PERIO | Periode | |
E_YEAR_COMMITMENT | LIKE | FMIOI-GJAHR | Geschäftsjahr | |
E_YEAR_PAYMENT | LIKE | FMIOI-GJAHR | Geschäftsjahr |
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.