SAP ABAP Class CL_FDT_TRANSPORT_REQUEST (FDT: Virtual Transport Request Administration)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_TRANSPORT (Package) BRFplus: Transport
⤷
⤷
Properties
| Class | CL_FDT_TRANSPORT_REQUEST | |
| Short Description | FDT: Virtual Transport Request Administration | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_TRANSPORT | BRFplus: Transport |
| Created | 20060816 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_TRANSPORT_REQUEST has no interface implemented.
Friends
Class CL_FDT_TRANSPORT_REQUEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | C | '$' | FDT:: First Characteristic of FDT Transport Request | 20060818 | ||
| 2 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'D1' | FDT: Types for Transport Requests: Deployment C- to T-Tables | 20060816 | ||
| 3 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'D2' | FDT: Types for Transport Requests: Deployment T- to C-Tables | 20060926 | ||
| 4 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'TC' | FDT: Types for Transport Requests: Test Customizing Order | 20060816 | ||
| 5 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'TW' | FDT: Types for Transport Requests: Test Workbench Order | 20060816 | ||
| 6 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'X1' | 20070913 | |||
| 7 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'X2' | XML Transport request | 20070913 | ||
| 8 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'XL' | XML Transport request for repair | 20080424 | ||
| 9 | Constant | Public | Type reference (TYPE) | TRREQUEST_TYPE | 'XR' | XML Transport request for repair | 20080424 | ||
| 10 | Static Attribute | Private | Type reference (TYPE) | TH_TRREQUEST | 20060816 | ||||
| 11 | Static Attribute | Private | Type reference (TYPE) | TH_TRREQUEST_TYPE | 20060816 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | TS_FDT_E071 | 20080711 | ||||
| 13 | Static Attribute | Private | Type reference (TYPE) | TS_FDT_E071K | 20080711 |
Methods
Events
Class CL_FDT_TRANSPORT_REQUEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FDT_E071 | Private | Type reference (TYPE) | FDT_E071 | 20060817 | |
|
| 2 | S_FDT_E071K | Private | Type reference (TYPE) | FDT_E071K | 20060817 | |
|
| 3 | S_TRREQUEST | Private | See coding | 20060816 | BEGIN OF s_trrequest,
trrequest TYPE trkorr,
trrequest_type TYPE fdt_trrequest_type,
is_persistent TYPE abap_bool,
is_closed type abap_bool,
e071_db_count type FDT_E071-as4pos,
e071k_db_count type FDT_E071k-as4pos,
END OF s_trrequest
|
||
| 4 | S_TRREQUEST_TYPE | Private | Type reference (TYPE) | FDT_TRREQUEST_TY | 20060816 | |
|
| 5 | TH_TRREQUEST | Private | See coding | 20060816 | th_trrequest TYPE HASHED TABLE OF s_trrequest
WITH UNIQUE KEY trrequest
|
||
| 6 | TH_TRREQUEST_TYPE | Private | See coding | 20060816 | th_trrequest_type TYPE HASHED TABLE OF s_trrequest_type
WITH UNIQUE KEY trrequest_type
|
||
| 7 | TRREQUEST_TYPE | Public | Type reference (TYPE) | FDT_TRREQUEST_TYPE | FDT: Types for Transport Requests | 20060816 | |
| 8 | TS_FDT_E071 | Private | See coding | 20080711 | ts_fdt_e071 TYPE sortED TABLE OF s_fdt_e071
WITH UNIQUE KEY
trkorr pgmid object obj_name
|
||
| 9 | TS_FDT_E071K | Private | See coding | 20080711 | ts_fdt_e071k TYPE sortED TABLE OF s_fdt_e071k
WITH UNIQUE KEY
trkorr pgmid object objname tabkey
|
||
| 10 | T_FDT_E071 | Private | See coding | 20071106 | t_fdt_e071 TYPE standard TABLE OF s_fdt_e071
WITH DEFAULT KEY
|
||
| 11 | T_FDT_E071K | Private | See coding | 20071106 | t_fdt_e071k TYPE standard TABLE OF s_fdt_e071k
WITH DEFAULT KEY
|
Method Signatures
Method CLOSE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060817 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060817 |
Method COPY_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SAVE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080910 | |||
| 2 | IV_SKIP_LOGICAL_TROBJ | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | If TRUE do not copy logical transport object entries | 20101109 | ||
| 3 | IV_TARGET_TRREQ | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20071203 | |||
| 4 | IV_VIRTUAL_SOURCE_TRREQ | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080320 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20071203 | ||
| 2 | FDT: System Failure | 20071203 |
Method DERIVE_NEW_REQUESGT Signature
Method DERIVE_NEW_REQUESGT on class CL_FDT_TRANSPORT_REQUEST has no parameter.
Method DERIVE_NEW_REQUESGT on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method DERIVE_NEW_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PERSISTENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110218 | |||
| 2 | IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110218 | |||
| 3 | RV_VIRTUAL_TRANSPORT_REQUEST | Value transfer | Type reference (TYPE) | TRKORR | Request/Task | 20110218 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20121120 |
Method E071K_DB_AND_BUFF_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_E071K | Call by reference | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_E071K | FDT Transport Request: Object Entries | 20071106 | |||
| 2 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060817 |
Method E071K_DB_AND_BUFF_UPDATE on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method E071_DB_AND_BUFF_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_E071 | Call by reference | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_E071 | FDT Transport Request: Object Entries | 20071106 | |||
| 2 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060817 |
Method E071_DB_AND_BUFF_UPDATE on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method GET_NEW_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060816 | |||
| 2 | IV_PERSISTENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060816 | ||||
| 3 | IV_TRREQUEST_TYPE | Call by reference | Type reference (TYPE) | TRREQUEST_TYPE | FDT: Types for Transport Requests | 20060816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060816 |
Method GET_REQUEST_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_IS_CLOSED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060817 | ||||
| 2 | EV_IS_EXISTING | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060817 | ||||
| 3 | EV_IS_PERSISTENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060817 | ||||
| 4 | EV_OWNER | Call by reference | Type reference (TYPE) | TR_AS4USER | Owner of a Request or Task | 20110404 | |||
| 5 | EV_TRREQUEST_TYPE | Call by reference | Type reference (TYPE) | TRREQUEST_TYPE | FDT: Types for Transport Requests | 20060816 | |||
| 6 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060816 |
Method IS_EXISTING_VIRTUAL_FDT_REQUST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060817 | |||
| 2 | RV_IS_EXIST_VIRTUAL_FDT_REQUST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060817 |
Method IS_EXISTING_VIRTUAL_FDT_REQUST on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method IS_OPEN_VIRTUAL_FDT_REQUST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060818 | |||
| 2 | RV_IS_OPEN_VIRTUAL_FDT_REQUST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060818 |
Method IS_OPEN_VIRTUAL_FDT_REQUST on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method IS_VIRTUAL_FDT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060817 | |||
| 2 | RV_IS_VIRTUAL_FDT_REQUEST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060817 |
Method IS_VIRTUAL_FDT_REQUEST on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method LOAD_REQUEST_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060817 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060817 |
Method READ_FROM_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_E071 | Call by reference | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_E071 | Objects | 20060816 | |||
| 2 | ET_E071K | Call by reference | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_E071K | Table Keys | 20060816 | |||
| 3 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060816 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060816 |
Method REORGANIZE_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAX_AMOUNT | Call by reference | Type reference (TYPE) | I | 20080410 | ||||
| 2 | IV_RETENTION_TIME | Call by reference | Type reference (TYPE) | FDT_RETENTION_TIME | IF_FDT_TEXT_SETTING=>GC_RET_TIME_TR_REQUEST_DFLT | 20080219 |
Method REORGANIZE_REQUESTS on class CL_FDT_TRANSPORT_REQUEST has no exception.
Method UNITT_RELEASE_OF_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20060822 | ||||
| 2 | EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20060825 | ||||
| 3 | EV_FAILED_AT_EXPORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080627 | ||||
| 4 | EV_NO_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20071102 | ||||
| 5 | IV_CLOSE_REQUEST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111223 | |||
| 6 | IV_IS_UPGRADE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071206 | |||
| 7 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Virtual Transport Request/Task | 20060822 | |||
| 8 | IV_VIRTUAL_SYSID | Call by reference | Type reference (TYPE) | FDT_VIRTUAL_SYSID | FDT Transport: ID of the Virtual Target System | 20070214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070214 |
Method WRITE_TO_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_E071 | Call by reference | Type reference (TYPE) | TR_OBJECTS | Objects | 20060816 | |||
| 2 | IT_E071K | Call by reference | Type reference (TYPE) | TR_KEYS | Table Keys | 20060816 | |||
| 3 | IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20060816 | |||
| 4 | IV_TRREQUEST_TYPES | Call by reference | Type reference (TYPE) | STRING | Allowed Request Types | 20060818 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20060816 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |