Menu

SAP Function Module CACS00_CASE_CHECKDB

Provisionsfall vor Bearbeitung prüfen

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_CASE_CHECKDB (Provisionsfall vor Bearbeitung prüfen) is a standard Function Module in SAP ERP and is part of the function group CACS00_CASE_CHECK within the package CACSCC.

Technical Information

Function Module CACS00_CASE_CHECKDB
Short Text Provisionsfall vor Bearbeitung prüfen
Function Group CACS00_CASE_CHECK
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
IFLG_SIMULATION TYPE CACSSIMULATION 'X' Knz.: Prozeß soll im Simulationsmodus durchgeführt werden

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_PREVIOUS_CASE LIKE CACS00_CAS Provisionsfall
E_PREVIOUS_VERS LIKE CACS00_CAS Provisionsfall
E_PREVIOUS_VERS_DOC LIKE CACS00_DOCHD Provisionsbelegkopf

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_CASE LIKE CACS00_CAS Gemeldeter Provisionsfall
C_FLG_ERROR TYPE CACSCASEERROR Provisionsfall fehlerhaft?
C_FLG_REJECTED TYPE CACSCASEREJECT Provisionsfall zurückweisen?

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_ACTIVITY LIKE CACS00_ACT Gemeldete Aktivitäten am Vorgang
C_BUNDLE LIKE CACS00_BDL Umbündelungsauftrag auslösender Teilobjekte
C_CHG_OBJHIST LIKE CACS00_OBJHIST Änderungshistorie provisionsauslösende Teilobjekte
C_INVESTIGATION LIKE CACS00_INV Gemeldete Beteiligte der Beteiligung
C_LINES LIKE CACS00_LIN Gemeldete Abweichungen (Sonderprov.) zum Fall
C_LOGENTRIES LIKE CACS_BUFFLOG Sammlung aller Nachrichten
C_NEW_OBJHIST LIKE CACS00_OBJHIST Änderungshistorie provisionsauslösende Teilobjekte
C_OBJECTDATA LIKE CACS00_OBJ Gemeldete Objektbeschreibungen zu Aktivitäten
C_PARTICIPATION LIKE CACS00_PAR Gemeldete Beteiligung am Fall
C_RELATIONS LIKE CACS00_REL Gemeldete Beziehungen der Beteiligten

Exceptions

This function module does not define any Exceptions.