Menu

SAP Function Module BCA_IHC_COMPLETE_PAYMENT_ITEM

Fill original remitter and receiver data in payment item

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 BCA_IHC_COMPLETE_PAYMENT_ITEM (Fill original remitter and receiver data in payment item) is a standard Function Module in SAP ERP and is part of the function group BCA_IHCCBAPOST within the package BCA_IHCCBAPOST.

Technical Information

Function Module BCA_IHC_COMPLETE_PAYMENT_ITEM
Short Text Fill original remitter and receiver data in payment item
Function Group BCA_IHCCBAPOST
Package BCA_IHCCBAPOST
Module Type Normal Module

Importing Parameters

This function module does not define any IMPORTING parameters.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RETURN LIKE SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_ITEM LIKE IBKK_ITEM Zahlungsposten

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_MESG LIKE IBKKMESG Struktur zur Übergabe von Fehlermeldungen

Exceptions

This function module does not define any Exceptions.