The Function Module FVD_ARC_CREATE_DATE_CHECK (Wurden nach einem gewählten Datum Belege des Darlehens archiviert?) is a standard Function Module in SAP ERP and is part of the function group FVD_DOCUMENTS_ARCHIVE within the package FVVD_ARCHIVE.
Function Module | FVD_ARC_CREATE_DATE_CHECK |
Short Text | Wurden nach einem gewählten Datum Belege des Darlehens archiviert? |
Function Group | FVD_DOCUMENTS_ARCHIVE |
Package | FVVD_ARCHIVE |
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 | VDARL-BUKRS | Buchungskreis | |
I_DATE | LIKE | VDARL-DCONVERT | Datum, welches in bezug auf die (jüngste) Darlehensarchivierung zu prüfen ist. | |
I_RANL | LIKE | VDARC_DOC_ADM-RANL | Darlehensvertragsnummer |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ARCHIVED_AFTER_I_DATE | TYPE | TB_YES_OR_NO | Nach dem Datum I_DATE wurden Belege archiviert (1-Ja, 0-Nein). |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ARCHIVED_AFTER_I_DATE | Nach dem vorgegebenen Datum I_DATE wurden Belege archiviert. |