SAP ABAP Class CL_FDT_TRANS_CONNECTOR (FDT: Connecting the transport logic to clients)
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_TRANS_CONNECTOR | |
Short Description | FDT: Connecting the transport logic to clients | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_TRANSPORT | BRFplus: Transport |
Created | 20061110 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FDT_TRANS_CONNECTOR has no interface implemented.
Friends
Class CL_FDT_TRANS_CONNECTOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | AP_BCF_DEPLOY_OPTION | '1' | 20061110 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | AP_BCF_DEPLOY_OPTION | '2' | 20061110 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | R3TRANS_PHASE_OPTION | IF_FDT_TRANS_DEFS=>GC_R3TRANS_PHASE_OPTION_EXP | 20061110 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | R3TRANS_PHASE_OPTION | IF_FDT_TRANS_DEFS=>GC_R3TRANS_PHASE_OPTION_IMP | 20061110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Connecting to AP BCF-Deployment | 20070620 |
2 | ![]() |
Static method | Public | Method | Copying from T- to C-table | 20100226 |
3 | ![]() |
Static method | Private | Method | 20061114 | |
4 | ![]() |
Static method | Private | Method | 20080618 | |
5 | ![]() |
Static method | Private | Method | 20111223 | |
6 | ![]() |
Static method | Public | Method | Connecting to R/3 After Import / Before Export Processing | 20061110 |
Events
Class CL_FDT_TRANS_CONNECTOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | AP_BCF_DEPLOY_OPTION | Public | See coding | 20061110 | AP_BCF_deploy_option type c LENGTH 1
|
||
2 | R3TRANS_PHASE_OPTION | Public | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>R3TRANS_PHASE_OPTION | 20061110 |
|
|
3 | S_ID_CONTEXT_MESSAGE | Public | See coding | 20070619 | BEGIN OF s_id_context_message,
id type IF_FDT_TYPES=>id,
failed type ABAP_BOOL,
copied type abap_bool,
deployment_exit type abap_bool,
ts_failure TYPE IF_FDT_TYPES=>TS_OBJECT_ID,
ts_with_local_version TYPE IF_FDT_TYPES=>TS_OBJECT_ID, "Local Version / Same OversID / Not overwritten / No conflict
ts_with_cust_version TYPE IF_FDT_TYPES=>TS_OBJECT_ID, "Cust. Version / Different OversID / Not overwritten
T_MESSAGE type IF_FDT_TYPES=>T_MESSAGE,
END OF s_id_context_message
|
||
4 | S_ID_DB_OBJL | Private | See coding | 20110103 | BEGIN OF s_id_db_objl,
id TYPE if_fdt_types=>id,
object_type TYPE if_fdt_types=>object_type,
t_db_objl TYPE t_e071k,
request TYPE trkorr,
failed TYPE abap_bool,
t_message TYPE if_fdt_types=>t_message,
END OF s_id_db_objl
|
||
5 | TH_ID_CONTEXT_MESSAGE | Public | See coding | 20070619 | th_id_context_message type HASHED TABLE OF s_id_context_message
WITH UNIQUE key id
|
||
6 | T_E071K | Public | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_E071K | 20061114 |
|
|
7 | T_ID_DB_OBJL | Private | See coding | 20110103 | t_id_db_objl TYPE STANDARD TABLE OF s_id_db_objl WITH DEFAULT KEY
|
Method Signatures
Method AP_BCF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_ID_CONTEXT_MESSAGE | Call by reference | Type reference (TYPE) | TH_ID_CONTEXT_MESSAGE | 20070620 | |||
2 | ![]() |
EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070620 | |||
3 | ![]() |
ITS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20070620 | |||
4 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100115 | ||
5 | ![]() |
IV_DEPLOYMENT_OPTION | Call by reference | Type reference (TYPE) | AP_BCF_DEPLOY_OPTION | GC_AP_BCF_DEPLOY_OPTION_C_TO_T | 20070620 | ||
6 | ![]() |
IV_FORCE_OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070620 | ||
7 | ![]() |
IV_NO_ACTIVATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090324 | |||
8 | ![]() |
IV_SINGLE_ID_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20070620 | ||
9 | ![]() |
IV_TARGET_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20070620 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20070620 | |
2 | ![]() |
FDT: Processing Error | 20070620 |
Method DEPLOYMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_ID_CONTEXT_MESSAGE | Call by reference | Type reference (TYPE) | TH_ID_CONTEXT_MESSAGE | 20100226 | |||
2 | ![]() |
EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Copying failed | 20100226 | ||
3 | ![]() |
ITS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | Object IDs as sorted table | 20100226 | ||
4 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100226 | ||
5 | ![]() |
IV_FORCE_OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100226 | ||
6 | ![]() |
IV_TARGET_CLIENT | Call by reference | Type reference (TYPE) | SY-MANDT | SY-MANDT | Client ID of Current User | 20100226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20100226 |
Method GET_DB_OBJECT_LIST_FOR_BCF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ID_DB_OBJL | Call by reference | Type reference (TYPE) | T_ID_DB_OBJL | 20110103 | |||
2 | ![]() |
EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20070111 | |||
3 | ![]() |
ITS_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20061114 | |||
4 | ![]() |
IV_DEEP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100115 | ||
5 | ![]() |
IV_DEPLOYMENT_OPTION | Call by reference | Type reference (TYPE) | AP_BCF_DEPLOY_OPTION | 20061114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061114 | |
2 | ![]() |
FDT: Processing Error | 20061201 |
Method GET_EMEX_FROM_TR_PIECELIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_TRREQUEST_Q_MERGED | Call by reference | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>TS_TRREQUEST_Q | 20080618 | |||
2 | ![]() |
IT_E071K | Call by reference | Type reference (TYPE) | IF_FDT_TRANS_DEFS=>T_E071K | 20080618 | |||
3 | ![]() |
IV_TABLE_TYPE | Call by reference | Type reference (TYPE) | FDT_TABLE_TYPE | FDT: Table Type | 20080618 | ||
4 | ![]() |
IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20080618 | ||
5 | ![]() |
RV_EXECUTE_EMEX | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080618 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20080618 |
Method IS_TRANSPORT_CHANGEABLE 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 | 20111223 | ||
2 | ![]() |
RV_IS_CHANGEABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111223 |
Method IS_TRANSPORT_CHANGEABLE on class CL_FDT_TRANS_CONNECTOR has no exception.
Method R3TRANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_FAILURE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_OBJECT_ID | 20061114 | |||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | 20061114 | |||
3 | ![]() |
EV_FAILED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20061114 | |||
4 | ![]() |
IT_TABLE_TYPE | Call by reference | Type reference (TYPE) | CL_FDT_STORAGE_UTILITY=>T_TABLE_TYPE | Object Name in Object List | 20080213 | ||
5 | ![]() |
IV_IS_UPGRADE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071205 | ||
6 | ![]() |
IV_PHASE_OPTION | Call by reference | Type reference (TYPE) | R3TRANS_PHASE_OPTION | GC_R3TRANS_PHASE_OPTION_IMP | 20061110 | ||
7 | ![]() |
IV_TARGET_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20061114 | ||
8 | ![]() |
IV_TRREQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20061114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20061114 | |
2 | ![]() |
FDT: Processing Error | 20061114 | |
3 | ![]() |
FDT: System Failure | 20100416 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |