Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →The Function Module E2E_TESTING_AGENT_SELFTEST (E2E_TESTING_AGENT_SELFTEST) is a standard Function Module in SAP ERP and is part of the function group E2E_TESTING_AGENT within the package E2E_TESTING.
Function Module | E2E_TESTING_AGENT_SELFTEST |
Short Text | E2E_TESTING_AGENT_SELFTEST |
Function Group | E2E_TESTING_AGENT |
Package | E2E_TESTING |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_DYNAMIC | TYPE | FLAG | 'X' | DYNAMIC |
IV_RUN_RTA | TYPE | FLAG | 'X' | RTA switched on (TCD must be on) |
IV_RUN_TCD | TYPE | FLAG | 'X' | TCD switched on |
IV_STATIC | TYPE | FLAG | 'X' | STATIC |
IV_STATIC_DEEPNESS | TYPE | I | 3 | Static deepness |
IV_WITH_CROSS | TYPE | FLAG | 'X' | return TBOM_CROSS |
IV_WITH_DOCU | TYPE | FLAG | 'X' | ... include LIMU DOCU |
IV_WITH_SUBPARTS | TYPE | FLAG | 'X' | expand to subparts,reading VRSN |
IV_WITH_TRACE | TYPE | FLAG | 'X' | return TBOM_TRACE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_TBOM_BASE | TYPE | E2ET_TBOM_BASE_T | Katalog der Repository-Objekte | |
ET_TBOM_CROSS | TYPE | E2ET_TBOM_CROSS_T | E2ET_TBOM_CROSS_t | |
ET_TBOM_TCD_BASE | TYPE | E2ET_TBOM_TCD_BASE_T | E2ET_TBOM_BASE | |
ET_TBOM_TCD_MSG | TYPE | E2ET_TBOM_TCD_MSG_T | E2ET_TBOM_TCD_MSG_T | |
ET_TBOM_TRACE | TYPE | E2ET_TBOM_TRACE_T | E2ET_TBOM_TRACE_t | |
EV_RETURNCODE | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
EV_RUNTIME_CROSS | TYPE | I | Runtime CROSS | |
EV_RUNTIME_PFA | TYPE | I | Runtime PFA | |
EV_VAL_CROSS | TYPE | STRING | Validation result | |
EV_VAL_TBOM_BASE | TYPE | STRING | Validation result | |
EV_VAL_TCD_BASE | TYPE | STRING | Validation result | |
EV_VAL_TCD_MSG | TYPE | STRING | Validation result | |
EV_VAL_TRACE | TYPE | STRING | Validation result |
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 |
---|---|
E2E_TA_ENV_ERROR | General Environment Error |
E2E_TA_NO_DATA | No Data |
E2E_TA_PFA_CROSS_ERROR | CROSS call failed |
E2E_TA_PFA_ERROR | General PFA Error |
E2E_TA_PFA_STATIC_OR_DYNAMIC | You have to specify at minimum the static or dynamic flag |
E2E_TA_PFA_WRONG_EXE_TYPE | (see returncode for details) |
E2E_TA_PFA_WRONG_EXE_UNIT | (see returncode for details) |