Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module E2E_TESTING_AGENT_TRCONTNTMASS (E2E_TESTING_AGENT_TRCONTENT) 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_TRCONTNTMASS |
Short Text | E2E_TESTING_AGENT_TRCONTENT |
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_TRKORRS | TYPE | TRKORRS | Auftrag/Aufgabe | |
IV_APPLY_TR_RT_MAPPING | TYPE | FLAG | 'X' | Transport- Laufzeitobjektmapping anwenden? |
IV_CONDENSE_E071K | TYPE | FLAG | 'X' | Condense E071k |
IV_READ_E071K | TYPE | FLAG | Read E071K as well | |
IV_RESOLVE_LOGICAL_OBJECTS | TYPE | FLAG | 'X' | General flag |
IV_RESOLVE_PIECE_LISTS | TYPE | FLAG | 'X' | Resolve Piece Lists? |
IV_SILENT | TYPE | FLAG | 'X' | General flag |
IV_WITH_ALL_TASKS | TYPE | FLAG | SPACE | Get content of all tasks as well |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_PIECE_LISTS | TYPE | TRKORRS | Tabelle von Auftragsnummern | |
EV_RETURNCODE | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
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_E071 | LIKE | E071 | Transportsystem: Objekt-Einträge von Aufträgen/Aufgaben | |
ET_E071K | LIKE | E071K | Transportsystem: Schlüsseleinträge von Aufträgen/Aufgaben | |
ET_TR_OBJECT_MAPPING | LIKE | E2E_TR_OBJECT_MAPPING | Mapping für hinzugefügte Transportobjekte |
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) |