SAP ABAP Interface IF_WDR_TRANSPORT_HANDLER (Transport Handler)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_TRANSPORT (Package) Transport Component (only for internal WDA use)

⤷

⤷

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
Interface | IF_WDR_TRANSPORT_HANDLER | |
Short Description | Transport Handler |
General Data
Package | SWDP_TRANSPORT | Transport Component (only for internal WDA use) |
Created | 20090615 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_WDR_TRANSPORT_HANDLER has no interface.
Friends
Interface IF_WDR_TRANSPORT_HANDLER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_MESSAGE_TYPE_ERROR | Constant | Public | Type reference (TYPE) | I | 2 | Error | 20090615 | |
2 | CO_MESSAGE_TYPE_INFO | Constant | Public | Type reference (TYPE) | I | 0 | Information | 20090615 | |
3 | CO_MESSAGE_TYPE_WARNING | Constant | Public | Type reference (TYPE) | I | 1 | Warning | 20090615 | |
4 | CO_PHASE_CHECK | Constant | Public | Type reference (TYPE) | I | 1 | Check Phase | 20090702 | |
5 | CO_PHASE_INSERT | Constant | Public | Type reference (TYPE) | I | 2 | Insert Phase | 20090702 | |
6 | CO_TRKORRTYPE_CUST | Constant | Public | Type reference (TYPE) | TRFUNCTION | 'W' | Customizing Request | 20090617 | |
7 | CO_TRKORRTYPE_WB | Constant | Public | Type reference (TYPE) | TRFUNCTION | 'K' | Workbench Request | 20090617 | |
8 | TROBJ_KEY | 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
Interface IF_WDR_TRANSPORT_HANDLER has no local type.
Method Signatures
Method CHECK Signature
Method CHECK on Interface IF_WDR_TRANSPORT_HANDLER has no parameter.
Method CHECK on Interface 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 Interface 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 Interface IF_WDR_TRANSPORT_HANDLER has no parameter.
Method INSERT on Interface 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 Interface 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 | 800 |