Menu

SAP Function Module CCMSBI_READ_ST_MDEXTR_TESTCASE

CCMS/BW: Lies Testdaten für Statische-Stammdaten-Extraktor

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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_ST_MDEXTR_TESTCASE (CCMS/BW: Lies Testdaten für Statische-Stammdaten-Extraktor) 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.

Technical Information

Function Module CCMSBI_READ_ST_MDEXTR_TESTCASE
Short Text CCMS/BW: Lies Testdaten für Statische-Stammdaten-Extraktor
Function Group SCCMSBI_TESTENV_UTILITIES
Package RS_BCT_CCMS_CPH_EXTRACTORS
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MAXSIZE TYPE RSMAXSIZE Max. Anzahl Tabelleneinträge in Extraction-API-Schnittstelle
SEL_OPT_INPUT TYPE CCMSBI_RSSELECT_TBL CCMS/BW: Tabelle mit Testdaten für Selektionsoptionen

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
EXPECTED_OUTPUT LIKE CCMSBI_MTE_STAT_MD_EXT_STR CPH/BW: Struktur für die Extraktion von Online-CPH-Daten

Exceptions

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