SAP ABAP Function Module FMKU_DELETE_ED (Delete Entry Documents)
Hierarchy
☛
EA-PS (Software Component) SAP Enterprise Extension Public Services
⤷
PSM-FM-BCS-BU (Application Component) Budgeting
⤷
FMBPA_E (Package) New budgeting: FM application part
⤷
⤷
Basic Data
| Function Module | FMKU_DELETE_ED | Delete Entry Documents |
| Function Group | FMKU | General FM budgeting utilities |
| Program Name | SAPLFMKU | |
| INCLUDE Name | LFMKUU27 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
E_ERROR | TYPE | XFELD | Error occured | |||
| |
E_NB_ED_DELETED | TYPE | I | Number of Entry Documents Deleted | |||
| |
E_NB_ED_LINES_DELETED | TYPE | I | Number of Entry Document lines Deleted | |||
| |
E_NB_LINE_ITEMS_DELETED | TYPE | I | Number of lines items Deleted | |||
| |
E_NB_TOTALS_DELETED | TYPE | I | Number of totals Deleted | |||
| |
I_FM_AREA | TYPE | FIKRS | Financial Management Area | |||
| |
I_VERSION | TYPE | BUKU_VERSION | Budget version | |||
| |
I_REF_MSG | TYPE REF TO | CL_BUBAS_APPL_LOG_CTX | Application log with context | |||
| |
I_FLG_LOCK_DOCS | TYPE | XFELD | 'X' | If set, the function module locks the data to be deleted | ||
| |
I_T_DOCID | TYPE | FMED_T_DOCID | Table of FM entry document ID | |||
| |
I_SIMULATE | TYPE | XFELD | 'X' | Just count the ED and lines to be deleted | ||
| |
I_FLG_COMMIT | TYPE | XFELD | ' ' | If set, commit the deletion | ||
| |
WRONG_INPUT | TYPE | Errors in the importing parameters | ||||
| |
NOT_FOUND | TYPE | If no data correspond to the criteria | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20091125 |
| SAP Release Created in | 462A |