The Function Module FVD_REV_CHECK_POSSIBLE (Prüfung, ob Storno für Belege eines Darlehens erlaubt (Stornologik)) is a standard Function Module in SAP ERP and is part of the function group FVD_REVERSE within the package FVVD.
Function Module | FVD_REV_CHECK_POSSIBLE |
Short Text | Prüfung, ob Storno für Belege eines Darlehens erlaubt (Stornologik) |
Function Group | FVD_REVERSE |
Package | FVVD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IS_VDARL | LIKE | VDARL | Ausgangsvertrag | |
IS_VDBEKI_REV | LIKE | VDBEKI | zu stornierender Beleg | |
IT_VDBEKI_REV | TYPE | TRTY_VDBEKI | Tabelle mit zu stornierenden Belegen | |
IT_VDBEPI | TYPE | TRTY_VDBEPI | Belegpositionen zu zu stornierenden Belegen | |
I_FLG_CHECK_COMPLETE | TYPE | TRUE | 'X' | Kennzeichen für vollständige Prüfung |
I_FLG_CHK_DISB_CLI | TYPE | TRUE | Prüfung auf Auszahlung mit nachfolgender KLV | |
I_FLG_USE_BUFFER | TYPE | TRUE | Nutzung des Puffers versuchen | |
I_TAB_VDARL_RELEASE | TYPE | TRTY_VDARL_KEY | Tabelle von Darlehen, für die keine Freigabeprüfung durchgeführt wird |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_VDBEKI_REV_ALL | TYPE | TRTY_VDBEKI | alle Belegköpfe des Darlehens, die (mit) storniert werden | |
E_FLG_BO_WITH | TYPE | TRUE | Sonderfall Geschäftsvorfälle | |
E_FLG_OLD_DISB | TYPE | TRUE | alte Auszahlung bei zu stornierenden Belegen vorhanden | |
E_FLG_OTHER_DOCUMENTS | TYPE | C | - 'X', wenn weitere Belege storniert werden | |
E_TAB_RANL | TYPE | TRTY_VDARL | zusätzlich ermittelte Verträge |
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 |
---|---|
DOCUMENT_INVALID | Beleg unvollständig, keine Aussage möglich |
FLOW_TYPE_NOT_CUSTOMIZED | Customizing Bewegungsarten unvollständig |
REVERSE_NOT_POSSIBLE | Stornierung ncht möglich |