Menu

SAP Function Module CACS00_CONTRACTS_DETERMIN

Vertragsnummen aus anderen Daten ermitteln

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_CONTRACTS_DETERMIN (Vertragsnummen aus anderen Daten ermitteln) is a standard Function Module in SAP ERP and is part of the function group CACS00_INVOLVED within the package CACSCC.

Technical Information

Function Module CACS00_CONTRACTS_DETERMIN
Short Text Vertragsnummen aus anderen Daten ermitteln
Function Group CACS00_INVOLVED
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_META_CASE LIKE CACS00_S_CASM Provisionsfall (Metaobjekt)

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_FLG_ERROR TYPE CACSCASEERROR KnZ: ProvFall inkonsistent (X-Fehler, ' '- ok)
C_FLG_REJECTED TYPE CACSCASEREJECT KnZ: ProvFall abgelehnt (X-abgelehnt, ' '- angenommen)

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_META_INVESTIGATION LIKE CACS00_S_INVM Beteiligte (Verträge werden ergänzt)
I_META_ACTIVITY LIKE CACS00_S_ACTM Provisionsaktivitäten (Metaobjekt)
I_META_BUNDLE LIKE CACS00_S_BDLM Umbündelungsauftrag auslösender Teilobjekte (Meta)
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.