Table/Structure Field 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 | FMFINCODE - DATE_CAN | Reversal Date | ||
| 2 | FMFINCODE - DATE_CAN | Reversal Date | SOURCE VALUE(I_CANCEL_DATE) LIKE FMFINCODE-DATE_CAN |
|
| 3 | FMFINCODE - DATE_EXP | Expiration Date | ||
| 4 | FMFINCODE - DATE_EXP | Expiration Date | SOURCE VALUE(I_EXPIRY_DATE) LIKE FMFINCODE-DATE_EXP |
|
| 5 | FMIDATAOI - BUDAT | Posting Date in the Document | ||
| 6 | FMIDATAOI - BUDAT | Posting Date in the Document | SOURCE VALUE(I_POSTING_DATE) LIKE FMIOI-BUDAT |
|
| 7 | FMIOI - BUDAT | Posting Date in the Document | ||
| 8 | FMIOI - BUDAT | Posting Date in the Document | SOURCE VALUE(I_POSTING_DATE) LIKE FMIOI-BUDAT |
|
| 9 | IFMFUDERIVE - FUND_STATUS | Fund status | ||
| 10 | IFMFUDERIVE - FUND_STATUS | Fund status | SOURCE VALUE(E_FUND_STATUS) LIKE IFMFUDERIVE-FUND_STATUS |
|