Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module GM_GET_ACTUAL_KEY_FIGURES (Get budget key figures) is a standard Function Module in SAP ERP and is part of the function group GMREPPOOL within the package GMMASTERDATA_E.
Function Module | GM_GET_ACTUAL_KEY_FIGURES |
Short Text | Get budget key figures |
Function Group | GMREPPOOL |
Package | GMMASTERDATA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FYPP_DETAIL_FROM | TYPE | GM_POSTING_PERIOD | Begin select details in GMIP | |
I_FYPP_DETAIL_TO | TYPE | GM_POSTING_PERIOD | End select details in GMIP | |
I_FY_TOTALS_FROM | TYPE | GMIT-RYEAR | Begin select totals from GMIT | |
I_FY_TOTALS_TO | TYPE | GMIT-RYEAR | End select totals from GMIT | |
I_SEL_TWHERE | TYPE | RSDS_TWHERE | Support of dynamic selection lookup |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
E_T_GMIA | LIKE | GMIA | Actual line items table | |
E_T_GMIT | LIKE | GMIT | Budget Summary table | |
I_R_ACTIV | LIKE | Business Transaction | ||
I_R_BDGT_VLDTY_NBR | LIKE | Budget validity number | ||
I_R_BILLING_STATUS | LIKE | Billing Status for Item | ||
I_R_BUDAT | LIKE | Posting Date in the Document | ||
I_R_BUKRS | LIKE | Company Code | ||
I_R_DOCTY | LIKE | FI-SL document type | ||
I_R_FUND | LIKE | Fund | ||
I_R_GRANT_NBR | LIKE | Grant | ||
I_R_REFDOCNR | LIKE | Reference Document Number | ||
I_R_SPONSORED_CLASS | LIKE | Sponsored Class | ||
I_R_SPONSORED_PROG | LIKE | Sponsored Program | ||
I_R_STATS_IND | LIKE | Statistical Indicator | ||
I_R_TRANS | LIKE | Business Transaction | ||
I_R_VALUETYPE | LIKE | Value Type | ||
I_R_VERSION | LIKE | Version |
This function module does not define any Exceptions.