SAP ABAP Class IF_WDR_TRANSPORT_HANDLER (Transport Handler)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_TRANSPORT_HANDLER_BASE | Transport Handling Without Popups | 20100128 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_TRANSPORT_HANDLER_DARK | Transport Handling Without Popups | 20100122 |
Properties
Class | IF_WDR_TRANSPORT_HANDLER | |
Short Description | Transport Handler | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20090615 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_WDR_TRANSPORT_HANDLER has no interface implemented.
Friends
Class IF_WDR_TRANSPORT_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Error | 20090615 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | Information | 20090615 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Warning | 20090615 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Check Phase | 20090702 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Insert Phase | 20090702 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | TRFUNCTION | 'W' | Customizing Request | 20090617 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | TRFUNCTION | 'K' | Workbench Request | 20090617 | |
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDR_TROBJ_KEY | Key for WDA Transport Component | 20090615 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks whether object is valid | 20090615 |
2 | ![]() |
Instance method | Public | Method | Returns the package (after calling check) | 20090615 |
3 | ![]() |
Instance method | Public | Method | Returns the messages of the last call (Check / Insert) | 20090615 |
4 | ![]() |
Instance method | Public | Method | Returns the transport request (after Insert) | 20090615 |
5 | ![]() |
Instance method | Public | Method | Adds object to the transport request | 20090615 |
6 | ![]() |
Instance method | Public | Method | Sets the default package | 20090615 |
7 | ![]() |
Instance method | Public | Method | Sets the default transport request | 20090615 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | ON_CANCEL | Instance Event (0) |
Public (2) |
Callback if Cancel | 20090615 |
2 | ON_CHECK | Instance Event (0) |
Public (2) |
Callback after Check | 20090615 |
3 | ON_INSERT | Instance Event (0) |
Public (2) |
Callback after Adding to Transport Request | 20090615 |
Types
Class IF_WDR_TRANSPORT_HANDLER has no local type.
Method Signatures
Method CHECK Signature
Method CHECK on class IF_WDR_TRANSPORT_HANDLER has no parameter.
Method CHECK on class IF_WDR_TRANSPORT_HANDLER has no exception.
Method GET_DEVCLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEVCLASS | Value transfer | Type reference (TYPE) | DEVCLASS | Paket | 20090615 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Transporthandling WDA | 20090701 |
Method GET_LAST_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGES | Value transfer | Type reference (TYPE) | CTS_MESSAGES | WBO remote API: Meldungen über das Ergebnis einer Aktion | 20090615 |
Method GET_LAST_MESSAGES on class IF_WDR_TRANSPORT_HANDLER has no exception.
Method GET_TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TRANSPORT | Value transfer | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090615 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Transporthandling WDA | 20090702 |
Method INSERT Signature
Method INSERT on class IF_WDR_TRANSPORT_HANDLER has no parameter.
Method INSERT on class IF_WDR_TRANSPORT_HANDLER has no exception.
Method SET_DEFAULT_DEVCLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20090615 | ||
2 | ![]() |
SKIP_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090615 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler beim Transporthandling WDA | 20090701 |
Method SET_DEFAULT_TRANSPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SKIP_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090615 | ||
2 | ![]() |
TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | 20090615 |
Method SET_DEFAULT_TRANSPORT on class IF_WDR_TRANSPORT_HANDLER has no exception.
Event Signatures
Event ON_CANCEL Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | PHASE | Exporting | Value transfer | Type reference (TYPE) | I | siehe CO_PHASE_* | 20090702 | ||
2 | TRANSPORT_HANDLER | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_WDR_TRANSPORT_HANDLER | Transport-Handler | 20090615 |
Event ON_CHECK Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | TRANSPORT_HANDLER | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_WDR_TRANSPORT_HANDLER | Transport-Handler | 20090615 |
Event ON_INSERT Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MESSAGES | Exporting | Value transfer | Type reference (TYPE) | CTS_MESSAGES | Meldungen, die noch nicht angezeigt wurden (keine Fehler) | 20090708 | ||
2 | TRANSPORT_HANDLER | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_WDR_TRANSPORT_HANDLER | Transport-Handler | 20090615 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |