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 E2E_TESTING_AGENT_GET_VERSIONS (Get versions) 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_GET_VERSIONS |
Short Text | Get versions |
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 |
---|---|---|---|---|
IT_TR_REQUEST | TYPE | TR_OBJECTS | Objects | |
I_MAX_TIMESTAMP | TYPE | TIMESTAMP | UTC time stamp in short form (YYYYMMDDhhmmss) | |
I_MIN_TIMESTAMP | TYPE | TIMESTAMP | UTC time stamp in short form (YYYYMMDDhhmmss) |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
ET_CHANGED_OBJECT | TYPE | E2E_TBOM_CHG_OBJECT_T | E2E change object table type |
This function module does not define any Exceptions.