Menu

SAP Function Module CACS00_REM_RESPONS_CHECK

Frühstornobetrachtung

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 CACS00_REM_RESPONS_CHECK (Frühstornobetrachtung) is a standard Function Module in SAP ERP and is part of the function group CACS00_DOC_REMUNERATION within the package CACSCC.

Technical Information

Function Module CACS00_REM_RESPONS_CHECK
Short Text Frühstornobetrachtung
Function Group CACS00_DOC_REMUNERATION
Package CACSCC
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_CASE_PREV LIKE CACS00_CAS Provisionsfall (Metaobjekt)
I_DOC_HEAD_PREV LIKE CACS00_DOCHD Provisionsbelegkopf (Metaobjekt)
I_META_CASE LIKE CACS00_S_CASM Provisionsfall (Metaobjekt)
I_META_DOC_HEAD LIKE CACS00_S_DOCHDM Provisionsbelegkopf (Metaobjekt)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_FLG_ERROR TYPE CACSCASEERROR KnZ: ProvFall inkonsistent (X-Fehler, ' '- ok)

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
E_NEW_DOC_REMDETAIL LIKE CACS00_S_DOCDTM Provisionsbeleg: Detailpositionen zu Vergütungszeilen (Meta)
E_NEW_DOC_REMUN_CORR LIKE CACS00_S_DOCREM_CORR Provisionsbeleg, Vergütung u. Haftung (Metaobjekt) + Flag
I_META_ACTIVITY LIKE CACS00_S_ACTM Provisionsaktivitäten (Metaobjekt)
I_META_DOC_REMDETAIL LIKE CACS00_S_DOCDTM Provisionsbeleg: Detailpositionen zu Vergütungszeilen (Meta)
I_META_DOC_VALUATION LIKE CACS00_S_DOCVAM Provisionsbeleg, Bewertung (Metaobjekt)
I_META_INVESTIGATION LIKE CACS00_S_INVM Provisionsfallbeteiligter (Metaobjekt)
I_META_LINES LIKE CACS00_S_LINM Abweichende Provision (Metaobjekt)
I_META_OBJECTDATA LIKE CACS00_S_OBJM Provisionsobjektdaten (Metaobjekt)
I_META_PARTICIPATION LIKE CACS00_S_PARM Provisionsfallbeteiligung (Metaobjekt)
I_META_RELATIONS LIKE CACS00_S_RELM Beteiligtenrelationen (Metaobjekt)

Exceptions

This function module does not define any Exceptions.