Menu

SAP Function Module FMFG_ABP_POST_COR

Check and Post BCS document via ABP interface (Correction report)

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FMFG_ABP_POST_COR (Check and Post BCS document via ABP interface (Correction report)) is a standard Function Module in SAP ERP and is part of the function group FMFG_ABP within the package FMFG_ABP_E.

Technical Information

Function Module FMFG_ABP_POST_COR
Short Text Check and Post BCS document via ABP interface (Correction report)
Function Group FMFG_ABP
Package FMFG_ABP_E
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_AWREF LIKE BKPF-AWKEY Object key
I_AWSYS LIKE ACCHD-AWSYS Logical System
I_AWTYP LIKE ACCIT-AWTYP Reference procedure
I_FLG_BL_ACTIVE TYPE FLAG General Flag
I_FMAREA TYPE FIKRS Financial Management Area
I_REF_DOC_NO TYPE BKPF-XBLNR Reference Document Number
I_S_HEADER TYPE FMED_S_HEADER Entry document header structure
I_TEST_MODE TYPE FLAG General Flag
I_T_LINES TYPE FMED_T_LINES Entry document lines

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BCS_DOCNR TYPE BUED_DOCNR Budget Entry Document Number
E_REF_ED_APPL_LOG CLASS CL_BUBAS_APPL_LOG_CTX Application log with context

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.