SAP ABAP Interface IF_FDT_TRANS_DEFS (FDT Transports: Types and Constants)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_TRANSPORT (Package) BRFplus: Transport
⤷
⤷
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
| Interface | IF_FDT_TRANS_DEFS | |
| Short Description | FDT Transports: Types and Constants |
General Data
| Package | SFDT_TRANSPORT | BRFplus: Transport |
| Created | 20071026 | SAP |
| Last changed | 20130531 | 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_FDT_TRANS_DEFS has no interface.
Friends
Interface IF_FDT_TRANS_DEFS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_R3TRANS_PHASE_OPTION_EXP | Constant | Public | Type reference (TYPE) | R3TRANS_PHASE_OPTION | '2' | 20071102 | ||
| 2 | GC_R3TRANS_PHASE_OPTION_IMP | Constant | Public | Type reference (TYPE) | R3TRANS_PHASE_OPTION | '1' | 20071102 | ||
| 3 | GC_RC_A | Constant | Public | Type reference (TYPE) | RC | 12 | 20071026 | ||
| 4 | GC_RC_E | Constant | Public | Type reference (TYPE) | RC | 8 | 20071026 | ||
| 5 | GC_RC_S | Constant | Public | Type reference (TYPE) | RC | 0 | 20071026 | ||
| 6 | GC_RC_UNDEFINED | Constant | Public | Type reference (TYPE) | RC | -1 | 20071026 | ||
| 7 | GC_RC_W | Constant | Public | Type reference (TYPE) | RC | 4 | 20071026 |
Methods
Interface IF_FDT_TRANS_DEFS has no method.
Events
Interface 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 | 711 |