Menu

SAP Function Module CBRC_CHK_DATA_RELEVANT

Selektion relevanter Daten

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 CBRC_CHK_DATA_RELEVANT (Selektion relevanter Daten) is a standard Function Module in SAP ERP and is part of the function group CBRC_CHK within the package CBRC.

Technical Information

Function Module CBRC_CHK_DATA_RELEVANT
Short Text Selektion relevanter Daten
Function Group CBRC_CHK
Package CBRC
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_CHECK_TAB TYPE CCRCTT_CHCK_ON Tabellentyp zu CCRCTT_CHCK_ON
I_EBAN LIKE MEREQ_HEADER OO-Bestellanforderung Zustand Kopf
I_EKKO LIKE EKKO Einkaufsbelegkopf
I_LIPK TYPE LIKP Vertriebsbeleg: Lieferung: Kopfdaten
I_LIPS_TAB TYPE CCRCTT_LIPS Tabellentyp zu LIPS
I_MKPF TYPE MKPF Belegkopf Materialbeleg
I_MSEG_TAB TYPE CCRCTT_MSEG Tabellentyp zu MSEG
I_PRO_HEADER TYPE CAUFVD Dialogstruktur fuer Auftragskoepfe und -position
I_VBAK LIKE VBAK Verkaufsbeleg: Kopfdaten
I_VBUK LIKE VBUK Vertriebsbeleg: Kopfstatus und Verwaltungsdaten

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CHECK_TAB TYPE CCRCTT_CHCK_ON Tabellentyp zu CCRCTT_CHCK_ON
E_CHK_AMOUNT_TAB TYPE CCRCTT_CHK_RESULT Tabellentyp zu CCRCS_CHK_RESULT
E_ERROR_TAB TYPE CCRCTT_MSG Tabellentyp Anwendungs-Log
E_FLG_ERROR TYPE ESEBOOLE Wahrheitswert
E_FLG_RELEVANT TYPE ESEBOOLE Wahrheitswert

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
I_EBAN_POS_TAB LIKE MEREQ_ITEM OO-Bestellanforderung Zustand Position
I_EKET_TAB LIKE BEKET Übergabestruktur Einteilungen für Bestellbestätigungen
I_EKPO_TAB LIKE BEKPO Übergabestruktur Positionen für Einkaufsbelege
I_PRO_COMP_TAB TYPE COBAI_T_COMPONENT Auftrag: Komponenten
I_PRO_ITEM_TAB TYPE AFPOB Belegstruktur fuer Auftragspositionen
I_VBAP_TAB LIKE VBAP Tabellentyp zu VBAP
I_VBEP_TAB LIKE VBEP Verkaufsbeleg: Einteilungsdaten
I_VBPA_TAB LIKE VBPA Tabellentyp zu VBPA
I_VBUP_TAB LIKE VBUP Vertriebsbeleg: Positionsstatus

Exceptions

This function module does not define any Exceptions.