Menu

SAP Function Module E2E_TESTING_AGENT_GET_VERSIONS

Get versions

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 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.

Technical Information

Function Module E2E_TESTING_AGENT_GET_VERSIONS
Short Text Get versions
Function Group E2E_TESTING_AGENT
Package E2E_TESTING
Module Type Remote-Enabled

Importing Parameters

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)

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
ET_CHANGED_OBJECT TYPE E2E_TBOM_CHG_OBJECT_T E2E change object table type

Exceptions

This function module does not define any Exceptions.