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 CACS_CSC_DI_DATA_HEADER (Dunkle Pflege: Kopfdaten aufbauen) is a standard Function Module in SAP ERP and is part of the function group CACS_CONTRACTCD within the package CACSCT.
Function Module | CACS_CSC_DI_DATA_HEADER |
Short Text | Dunkle Pflege: Kopfdaten aufbauen |
Function Group | CACS_CONTRACTCD |
Package | CACSCT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AKTYP | LIKE | TBZ0K-AKTYP | Aktivitätstyp | |
I_BUSIT_BUB | LIKE | CACS_S_CSCDIINIT-BUSIT_BUB | Fachlich gültig ab | |
I_BUSIT_BUE | LIKE | CACS_S_CSCDIINIT-BUSIT_BUE | Fachlich gültig bis (Zeitstempel: JJJJ.MM.TT hh:mm:ss) | |
I_CHG_REASON | LIKE | CACS_CTRTBU-CHG_REASON | Grund für Vertragsänderung | |
I_CTRTBU_ID | LIKE | CACS_CTRTBU-CTRTBU_ID | Nummer des Provisionsvertrags | |
I_CTRTST_ID | LIKE | CACS_CTRTBU-CTRTST_ID | Nummer des Standard-Provisionsvertrags | |
I_FLAG_ACTIVE | LIKE | CACS_S_BDTD-FLAG_ACTIVE | Kennzeichen: Soll Version aktiv gesichert werden? | |
I_GPART | LIKE | CACS_CTRTBU-GPART | Nummer des Provisionsvertragspartners | |
I_NRRNG | TYPE | CACS_NRRNGCT | Nummernkreis (Provisionsvertrag) | |
I_OTYPE | LIKE | CACS_S_BDTD-OTYPE | Planstelle (Objekttyp S) | |
I_RLTYP | TYPE | BU_RLTYP | BDT: Objektteil | |
I_SEARK | LIKE | CACS_S_BDTD-SEARK | OrgEinheit (Objekttyp O) | |
I_VERSTEMPLATE | TYPE | CACS_VERSTEMPLATE | Version des Stammdaten- oder Customizingobjekts |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_DATA | LIKE | BUSSDI | GP: Direct Input, Satz (Satztyp 1, 2 oder 3) |
This function module does not define any Exceptions.