SAP ABAP Class IF_FDT_TRANS_DEFS (FDT Transports: Types and Constants)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_TRANS_Q | FDT: Queue Handling for Import All Logic | 20071026 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_TRANS_TRREQUEST | FDT Transport: Request Interface Virtual & Not Virtual Trans | 20071026 |
Properties
| Class | IF_FDT_TRANS_DEFS | |
| Short Description | FDT Transports: Types and Constants | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20071026 | 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 IF_FDT_TRANS_DEFS has no interface implemented.
Friends
Class IF_FDT_TRANS_DEFS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | R3TRANS_PHASE_OPTION | '2' | 20071102 | |||
| 2 | Constant | Public | Type reference (TYPE) | R3TRANS_PHASE_OPTION | '1' | 20071102 | |||
| 3 | Constant | Public | Type reference (TYPE) | RC | 12 | 20071026 | |||
| 4 | Constant | Public | Type reference (TYPE) | RC | 8 | 20071026 | |||
| 5 | Constant | Public | Type reference (TYPE) | RC | 0 | 20071026 | |||
| 6 | Constant | Public | Type reference (TYPE) | RC | -1 | 20071026 | |||
| 7 | Constant | Public | Type reference (TYPE) | RC | 4 | 20071026 |
Methods
Class IF_FDT_TRANS_DEFS has no method.
Events
Class IF_FDT_TRANS_DEFS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | R3TRANS_PHASE_OPTION | Public | See coding | 20071102 | r3trans_phase_option TYPE c LENGTH 1
|
||
| 2 | RC | Public | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20071026 | |
| 3 | S_E071 | Public | Type reference (TYPE) | E071 | Change & Transport System: Object Entries of Requests/Tasks | 20071026 | |
| 4 | S_E071K | Public | Type reference (TYPE) | E071K | 20071026 | |
|
| 5 | S_TRLOG | Public | Type reference (TYPE) | TRLOG | 20071102 | |
|
| 6 | S_TRREQUEST_Q | Public | See coding | 20071026 | BEGIN OF s_trrequest_q,
client type mandt,
trrequest TYPE trrequest,
transport_object TYPE trobj_name,
h_imp_timestamp TYPE timestamp,
h_cr_timestamp TYPE timestamp,
h_cr_user TYPE syuname,
h_from_unittest TYPE abap_bool,
cr_timestamp TYPE timestamp,
cr_user TYPE syuname,
ch_timestamp TYPE timestamp,
ch_user TYPE syuname,
tr_merge_request TYPE trrequest,
rc TYPE sysubrc,
END OF s_trrequest_q
|
||
| 7 | TRREQUEST | Public | Type reference (TYPE) | TRKORR | Request/Task | 20071026 | |
| 8 | TS_TRREQUEST_Q | Public | See coding | 20071026 | ts_trrequest_q TYPE SORTED TABLE OF s_trrequest_q
WITH UNIQUE KEY
trrequest
transport_object
|
||
| 9 | T_E071 | Public | See coding | 20071026 | t_e071 TYPE STANDARD TABLE OF s_e071 WITH DEFAULT KEY
|
||
| 10 | T_E071K | Public | See coding | 20071026 | t_e071k TYPE STANDARD TABLE OF s_e071k WITH DEFAULT KEY
|
||
| 11 | T_TRLOG | Public | See coding | 20071102 | t_trlog TYPE STANDARD TABLE OF s_trlog WITH DEFAULT KEY
|
||
| 12 | T_TRREQUEST | Public | See coding | 20071102 | t_trrequest TYPE STANDARD TABLE OF trrequest
WITH DEFAULT KEY
|
||
| 13 | T_TRREQUEST_Q | Public | See coding | 20071102 | t_trrequest_q TYPE STANDARD TABLE OF s_trrequest_q
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |