Menu

SAP Function Module POSTING_INTERFACE_DOCUMENT

Post document using the internal posting interface

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 POSTING_INTERFACE_DOCUMENT (Post document using the internal posting interface) is a standard Function Module in SAP ERP and is part of the function group FIPI within the package FBAS.

Technical Information

Function Module POSTING_INTERFACE_DOCUMENT
Short Text Post document using the internal posting interface
Function Group FIPI
Package FBAS
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_NO_AUTH LIKE SPACE keine Berechtigungsprüfung bei Call Transaction
I_SGFUNCT LIKE RFIPI-SGFUNCT SPACE Different FUNCT function
I_TCODE LIKE SY-TCODE Transaction code

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_MSGID LIKE SY-MSGID Message ID (only for Call Trans. ..Using)
E_MSGNO LIKE SY-MSGNO Message number (only for Call Trans. ..Using)
E_MSGTY LIKE SY-MSGTY Message category (only for Call Trans. ..Using)
E_MSGV1 LIKE SY-MSGV1 Message variable 1 (only for Call Trans. ..Using)
E_MSGV2 LIKE SY-MSGV2 Message variable 2 (only for Call Trans. ..Using)
E_MSGV3 LIKE SY-MSGV3 Message variable 3 (only for Call Trans. ..Using)
E_MSGV4 LIKE SY-MSGV4 Message variable 4 (only for Call Trans. ..Using)
E_SUBRC LIKE SY-SUBRC Return code (only for Call Trans. ..Using)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_BLNTAB LIKE BLNTAB Table of the document numbers (only for Call Trans...)
T_FTPOST LIKE FTPOST Document header and item data
T_FTTAX LIKE FTTAX Taxes

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ACCOUNT_MISSING Account number for footer not transferred
AMOUNT_FORMAT_ERROR Format error in the specified amount
COMPANY_CODE_INVALID ungültiger Buchungskreis
COMPANY_CODE_MISSING Company code for footer not transferred
NO_AUTHORIZATION Fehlende Berechtigung
POSTING_KEY_INVALID Posting key not defined in TBSL
POSTING_KEY_MISSING Posting key for footer not transferred
RECORD_TYPE_INVALID invalid record type (FTPOST-STYPE) transferred
SCREEN_NOT_FOUND Folgedynpro nicht gefunden
TOO_MANY_LINE_ITEMS Beleg beinhaltet zu viele Positionen
TRANSACTION_CODE_INVALID Transferred transaction code not supported