Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CCMSBI_READ_DATAEXTR_TESTCASE (CCMS/BW: Lies Testdaten für Extraktor-Selektionsoptionen) is a standard Function Module in SAP ERP and is part of the function group SCCMSBI_TESTENV_UTILITIES within the package RS_BCT_CCMS_CPH_EXTRACTORS.
Function Module | CCMSBI_READ_DATAEXTR_TESTCASE |
Short Text | CCMS/BW: Lies Testdaten für Extraktor-Selektionsoptionen |
Function Group | SCCMSBI_TESTENV_UTILITIES |
Package | RS_BCT_CCMS_CPH_EXTRACTORS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TEST_DESCR | TYPE | CCMSBI_TESTDESCR | CCMS/BW: Beschreibung eines Testfalles |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ISOURCE | TYPE | RSISOURCE | InfoSource | |
MAXSIZE | TYPE | RSMAXSIZE | Max. Anzahl Tabelleneinträge in Extraction-API-Schnittstelle | |
READONLY | TYPE | CHAR1 | Einstelliges Kennzeichen | |
REQUNR | TYPE | RSREQUNR | Anforderungsnummer für die Datenübertragung | |
SEL_OPT_INPUT | TYPE | CCMSBI_RSSELECT_TBL | CCMS/BW: Tabelle mit Testdaten für Selektionsoptionen | |
UPDTMODE | TYPE | RSUPDMODE | Modus der Datenfortschreibung (Komplett, Delta, etc.) |
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 |
---|---|---|---|---|
EXPECTED_OUTPUT | LIKE | CCMSBI_CPH_EXTRACT_STRUCT | CPH/BW: Struktur für die Extraktion von CPH-Daten |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
TEST_CASE_DOES_NOT_EXIST | Die Testdaten existieren nich in DB CCMSBI_TESTCASES |
TEST_DESCR_MISSING | Die Beschreibung des Testfalles fehlt |