SAP ABAP Class CL_WDR_TRANSPORT_ASSISTANCE (Assistance Class for WDR_TRANSPORT)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20090616 |
Properties
| Class | CL_WDR_TRANSPORT_ASSISTANCE | |
| Short Description | Assistance Class for WDR_TRANSPORT | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_TRANSPORT | Transport Component (only for internal WDA use) |
| Created | 20090616 | SAP |
| Last change | 20130531 | 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 CL_WDR_TRANSPORT_ASSISTANCE has no interface implemented.
Friends
Class CL_WDR_TRANSPORT_ASSISTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_ACTION_QUEUE | Queue for Actions | 20090616 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_WDR_TRANSPORT_HANDLER | WDA: Transport Handling | 20090624 | |||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_WINDOW | Active Popup | 20090626 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20090706 | ||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_WDR_TRANSPORT | Web Dynpro: Component | 20090617 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090616 | ||
| 2 | Instance method | Private | Method | Conversion of CTS Message to a T100 Message | 20090702 | |
| 3 | Instance method | Public | Method | Creates object for Customizing request and provides refer. | 20090617 | |
| 4 | Instance method | Public | Method | Closes popup, cleans up, and executes follow-up action | 20090626 | |
| 5 | Instance method | Public | Method | Returns the fixed value for a data type | 20091123 | |
| 6 | Instance method | Public | Method | 20090624 | ||
| 7 | Instance method | Private | Method | Returns the short description of an object type | 20090618 | |
| 8 | Instance method | Public | Method | Checks the result and executes follow-up actions | 20090626 | |
| 9 | Instance method | Public | Method | Executes next action in queue | 20090626 | |
| 10 | Instance method | Public | Method | Executes next action after confirmation popup | 20090706 | |
| 11 | Instance method | Public | Method | Sets the reference to the Web Dynpro transport component | 20090618 | |
| 12 | Instance method | Private | Method | Displays messages in separate dialog box | 20090706 |
Events
Class CL_WDR_TRANSPORT_ASSISTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ACTION_QUEUE | Private | See coding | 20090616 | tt_action_queue type standard table of t_action_queue
with key handler action
|
||
| 2 | T_ACTION_QUEUE | Private | See coding | 20090616 | begin of t_action_queue,
" object_key type wdr_trobj_key,
handler type ref to if_wdr_transport_handler,
action type string,
end of t_action_queue
|
Method Signatures
Method ADD_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Call by reference | Type reference (TYPE) | STRING | 20090616 | ||||
| 2 | HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_WDR_TRANSPORT_HANDLER | WDA: Transport-Handling | 20090626 |
Method ADD_ACTION on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method CONVERT_CTS_TO_SYS_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_MESSAGE | Call by reference | Type reference (TYPE) | CTS_MESSAGE | WBO remote API: Meldung über das Ergebnis einer Aktion | 20090702 | |||
| 2 | SYS_MESSAGE | Value transfer | Type reference (TYPE) | SYMSG | Struktur der Message-Variablen | 20090702 |
Method CONVERT_CTS_TO_SYS_MESSAGE on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method CREATE_TRANSPORT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEFAULT_DEVCLASS | Call by reference | Type reference (TYPE) | DEVCLASS | Paket | 20090617 | |||
| 2 | DEFAULT_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20090617 | |||
| 3 | DESCRIPTION | Call by reference | Type reference (TYPE) | CSEQUENCE | Beschreibung | 20090618 | |||
| 4 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der für das Transportobjekt angezeigt wird | 20090617 | |||
| 5 | FUNCTION | Call by reference | Type reference (TYPE) | CHAR01 | M=Change, I=Insert | 20090618 | |||
| 6 | HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_WDR_TRANSPORT_HANDLER | Transport-Handler | 20090617 | |||
| 7 | OBJECT_KEY | Call by reference | Type reference (TYPE) | WDR_TROBJ_KEY | WBO remote API: Objektschlüssel für Stücklisten | 20090617 | |||
| 8 | OBJECT_TABLES | Call by reference | Type reference (TYPE) | CTS_OBJECT_TABLES | WBO remote API: Tabellenschlüssel für Stücklisten | 20090617 | |||
| 9 | SKIP_DEVCLASS_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Überspringen des Paket-Dialogs | 20090617 | ||
| 10 | SKIP_TRANSPORT_DIALOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Überspringen des Transport-Dialogs | 20090617 | ||
| 11 | TRANSPORT_TYPE | Call by reference | Type reference (TYPE) | TRFUNCTION | Art des Transport(siehe Konstanten IF_WDR_TRANSPORT_HANDLER) | 20090617 | |||
| 12 | TYPE_DISPLAY_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des Typs der für das Transportobjekt angezeigt wird | 20090617 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Transporthandling WDA | 20090617 |
Method FINALIZE_ACTIVE_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXIT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch | 20121204 | |||
| 2 | FOLLOW_UP_ACTION | Call by reference | Type reference (TYPE) | STRING | 20090706 |
Method FINALIZE_ACTIVE_POPUP on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method GET_DDIC_FIXED_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATATYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091123 | ||||
| 2 | KEY | Call by reference | Type reference (TYPE) | DATA | 20091123 | ||||
| 3 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20091123 |
Method GET_DDIC_FIXED_VALUE on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_WDR_TRANSPORT_ASSISTANCE has no parameter.
Method GET_TEXT on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method GET_TYPE_DISPLAY_NAME_FOR_OBJT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Objekttyp | 20090618 | |||
| 2 | TYPE_DISPLAY_NAME | Value transfer | Type reference (TYPE) | STRING | 20090618 |
Method GET_TYPE_DISPLAY_NAME_FOR_OBJT on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method HANDLE_ERROR_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | STRING | Attribut an welchem der Fehler erscheint | 20090626 | |||
| 2 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20090626 | |||
| 3 | ERROR_STATE | Call by reference | Type reference (TYPE) | I | 20090626 | ||||
| 4 | FOLLOW_UP_ACTION | Call by reference | Type reference (TYPE) | STRING | Nachfolgeaktion | 20090702 |
Method HANDLE_ERROR_STATE on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method NEXT_ACTION Signature
Method NEXT_ACTION on class CL_WDR_TRANSPORT_ASSISTANCE has no parameter.
Method NEXT_ACTION on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method PERFORM_FOLLOW_UP_ACTION Signature
Method PERFORM_FOLLOW_UP_ACTION on class CL_WDR_TRANSPORT_ASSISTANCE has no parameter.
Method PERFORM_FOLLOW_UP_ACTION on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method SET_TRANSPORT_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TRANSPORT_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IWCI_WDR_TRANSPORT | WebDynpro Interface COMPONENTCONTROLLER | 20090618 |
Method SET_TRANSPORT_COMPONENT on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
Method SHOW_POPUP_TO_CONFIRM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20090706 | |||
| 2 | ERROR_STATE | Call by reference | Type reference (TYPE) | I | 20090706 |
Method SHOW_POPUP_TO_CONFIRM on class CL_WDR_TRANSPORT_ASSISTANCE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |