The Function Module LOAN_OPEN_ITEM_CHANGED_GET (Änderung am FI-Beleg wird ermittelt) is a standard Function Module in SAP ERP and is part of the function group FVD0A within the package FVVD.
Function Module | LOAN_OPEN_ITEM_CHANGED_GET |
Short Text | Änderung am FI-Beleg wird ermittelt |
Function Group | FVD0A |
Package | FVVD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_NO_REFRESH | TYPE | XFLAG | Puffer wird nach Lesen nicht gelöscht |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CHANGED | TYPE | XFLAG | Option, dass sich ein Beleg geändert hat | |
E_DOC_HEADER_NEW | TYPE | BKPF | Belegkopf (neu) | |
E_DOC_HEADER_OLD | TYPE | BKPF | Belegkopf (neu) |
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 |
---|---|---|---|---|
ET_DOCUMENT_ITEMS_NEW | LIKE | FBSEG | Belegpositionen (Neuer Stand) | |
ET_DOCUMENT_ITEMS_OLD | LIKE | FBSEG | Belegpositionen (Alter Stand) |
This function module does not define any Exceptions.