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_SELOPT_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_SELOPT_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 |
---|---|---|---|---|
SELOPT_TESTTYPE | TYPE | CCMSBI_TESTTYPE | CCMS/BW: Typ eines Tests ( Extraktor, Seloptionen, ...) | |
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 |
---|---|---|---|---|
EXPECTED_SEL_OPT_OUTPUT | TYPE | CCMSBI_RSSELECT_TBL | CCMS/BW: Tabelle mit Testdaten für Selektionsoptionen | |
SEL_OPT_INPUT | TYPE | CCMSBI_RSSELECT_TBL | CCMS/BW: Tabelle mit Testdaten für Selektionsoptionen | |
TESTTYPE_DATE_LIMIT_FROM | TYPE | ALDATE | Alert: datum | |
TESTTYPE_DATE_LIMIT_TO | TYPE | ALDATE | Alert: datum |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INVALID_SELOPT_TESTTYPE | Der Test-Typ ist ungültig |
SELOPT_TESTTYPE_MISSING | Angabe des Test-Typs fehlt |
TEST_CASE_DOES_NOT_EXIST | Die Testdaten existieren nich in DB CCMSBI_TESTCASES |
TEST_DESCR_MISSING | Die Beschreibung des Testfalles fehlt |