Data Element list used by SAP ABAP Function Module FM_FUND_STATUS_GET (Get the status of a fund: expired, cancelled or current)
SAP ABAP Function Module
FM_FUND_STATUS_GET (Get the status of a fund: expired, cancelled or current) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BUDAT | Posting Date in the Document | SOURCE VALUE(I_POSTING_DATE) LIKE FMIOI-BUDAT |
|
| 2 | FM_DATE_CAN | Reversal Date | SOURCE VALUE(I_CANCEL_DATE) LIKE FMFINCODE-DATE_CAN |
|
| 3 | FM_DATE_EXP | Expiration Date | SOURCE VALUE(I_EXPIRY_DATE) LIKE FMFINCODE-DATE_EXP |
|
| 4 | FM_FUNDSTAT | Fund status | SOURCE VALUE(E_FUND_STATUS) LIKE IFMFUDERIVE-FUND_STATUS |
|