SAP ABAP Class CL_FDT_TRANS_DB (FDT: Version Copy between DB Tables)
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_DB  
Short Description FDT: Version Copy between DB Tables    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_TRANSPORT   BRFplus: Transport 
Created 20061025   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 CL_FDT_LOCKING Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_FDT_REPOSITORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_FDT_STORAGE_UTILITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_FDT_TRANS_CONNECTOR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 IF_FDT_CONSTANTS_INTERNAL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 IF_FDT_TRANS_DEFS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
8 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FDT_TRANS_DB has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_FDT_VIRTUAL_SYSTEM 20070302 FDT: Virtual Target System Administration
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MODE_NON_VERSIONING Constant Public Type reference (TYPE) C 'N' Non versioning mode 20090116
2 GC_MODE_VERSIONING Constant Public Type reference (TYPE) C 'V' Versioning mode 20090116
3 GC_TRANS_PHASE_OPT_EXP Constant Public Type reference (TYPE) TRANS_PHASE_OPTION '2' 20061025
4 GC_TRANS_PHASE_OPT_IMP Constant Public Type reference (TYPE) TRANS_PHASE_OPTION '1' 20061025
5 GC_VERSION_0 Constant Private Type reference (TYPE) IF_FDT_TYPES=>VERSION 0 20061025
6 GC_VERSN_OPT_0000 Constant Private Type reference (TYPE) FDT_VERSION_OPTION IF_FDT_CONSTANTS_INTERNAL=>GC_VERSN_OPT_0000 FDT: Version Option 20061025
7 GC_VERSN_OPT_MOST_RECENT Constant Private Type reference (TYPE) FDT_VERSION_OPTION IF_FDT_CONSTANTS_INTERNAL=>GC_VERSN_OPT_MOST_RECENT FDT: Version Option 20061025
8 GV_SKIP_DELETES_DURING_BE Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Skip deletes during before export phase 20120801
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_KEY_VALUES Static method Private Method 20061025
2 ADJUST_SOURCE_TARGET_SPEC Static method Private Method 20061114
3 ADJUST_TARGET_VERSION Static method Private Method 20061025
4 BUILD_REDUNDANT_TABLE_DATA Static method Private Method 20061025
5 CHANGE_UNVERSIONED_DATA Static method Private Method 20061025
6 CHANGE_VERSIONED_DATA Static method Private Method 20061025
7 CHECK_FOR_NO_SOURCE_VERSION Static method Private Method 20061109
8 COPY_FOR_DB_OBJECT_LIST Static method Public Method 20070227
9 DB_SAVE_TARGET_DATA Static method Private Method 20061025
10 DELETES_DURING_BEFORE_EXPORT Static method Private Method Automated deletes during before export processing 20120620
11 ENQUEUE_OBJECT_IDS Static method Private Method 20070125
12 GET_IDS_FROM_ADMN_0001 Static method Private Method 20061025
13 GET_OBJECT_IDS Static method Private Method 20061025
14 GET_SOURCE_TARGET_SPEC Static method Private Method 20061114
15 INIT_KEY_SPECIFICATION Static method Private Method 20061025
16 PHYSICAL_DELETE_ON_DB Static method Private Method Deletes the Objects on the DB 20090814
17 PHYSICAL_DELETE_PACKAGE Static method Private Method Delete all IDs in the package 20090814
18 PHY_DELETE_EXECUTE Static method Public Method Propagate the physical delition of an Obj. ID to the target 20070221
19 PHY_DELETE_EXECUTE_4_VERSIONS Static method Public Method Deletes specific versions of some objects 20090401
20 PHY_HARD_LOG_DELETE_EXECUTE Static method Public Method Execute a hard logical delete by DB means 20080924
21 PHY_MARK_FOR_DELETE_EXECUTE Static method Public Method Execute a mark for delete by DB means 20080716
22 PHY_TRUNCATE_LOGICAL Static method Public Method Execute a discard / truncate versioning by DB means 20090401
23 PHY_TRUNCATE_PHYSICAL Static method Public Method Propagate the physical delition of an Obj. ID to the target 20090401
24 PHY_UNDELETE_EXECUTE Static method Public Method Execute an undelete by DB means 20070718
25 PRE_CHECK_DB_OBJECT_LIST Static method Private Method 20090310
26 PRE_CHECK_PL_DISPARITY Static method Private Method 20110124
27 SELECT_DATA Static method Private Method 20061025
28 SELECT_OBJECT_IDS Static method Private Method 20061025
29 SELECT_VERSION Static method Private Method 20061025
30 SET_DELETED_OPTION Static method Private Method 20070914
31 SET_SKIP_DELETES_DURING_BE Static method Public Method Set whether deletes during before export shall be skipped 20120801
Events
Class CL_FDT_TRANS_DB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_KEY Private See coding 20061025 BEGIN OF s_key, max_keyfield_count TYPE i, is_client_dependent TYPE abap_bool, t_component TYPE abap_component_tab, ts_key_value TYPE ts_key_value, END OF s_key
2 S_KEY_VALUE Private See coding 20061025 BEGIN OF s_key_value, keyfield_count TYPE i, "Number of qualified keyfields <<>> See init_key_specification key_count TYPE i, "Number of keys in RT_KEY rs_key_char TYPE REF TO data, "Workarea with character keyfields - for E071K-TABKEY resolution rs_key TYPE REF TO data, "Workarea with real typed keyfields - fitting to RT_KEY rt_key TYPE REF TO data, "Table with the qualified keyfields th_id_del_phy TYPE if_fdt_types=>th_object_id, END OF s_key_value
3 S_SOURCE_TARGET_SPEC Private See coding 20061025 BEGIN OF s_source_target_spec, c_table TYPE tabname, source_table TYPE s_table, * for unversioned tables the shadow table is transported so * the run & design time table is the target table in these cases target_table TYPE s_table, keys TYPE s_key, **** only relevant for unversioned tables used during run and design time **** runtime_tab TYPE tabname, END OF s_source_target_spec
4 S_TABLE Private Type reference (TYPE) CL_FDT_STORAGE_UTILITY=>S_TABLE 20061025
5 S_TABLE_DELETE_COUNT Public See coding 20081212 BEGIN OF s_table_delete_count, tablename TYPE tabname, deleted_objects TYPE i, END OF s_table_delete_count
6 S_VERSION Private See coding 20061025 BEGIN OF s_version, id TYPE if_fdt_types=>id, deleted TYPE fdt_admn_0001-deleted, version TYPE if_fdt_types=>version, cr_timestamp TYPE if_fdt_types=>timestamp, state TYPE if_fdt_types=>state, trrequest TYPE trkorr, trversion TYPE trversion, trsysid TYPE sysysid, trclient TYPE mandt, trtimestamp TYPE if_fdt_types=>timestamp, overs_id TYPE if_fdt_types=>id, customer_change TYPE fdt_admn_0030-customer_change, no_versioning type fdt_admn_0030-no_versioning, END OF s_version
7 S_VERSIONED_IDS Public See coding 20090115 BEGIN OF s_versioned_ids, id TYPE if_fdt_types=>id, t_version TYPE if_fdt_types=>t_version, END OF s_versioned_ids
8 S_VERSIONED_IDS_FOR_NODE_ID Public See coding 20090116 BEGIN OF s_versioned_ids_for_node_id, node_id TYPE if_fdt_types=>id, th_versioned_ids TYPE th_versioned_ids, END OF s_versioned_ids_for_node_id
9 TH_SOURCE_TARGET_SPEC Private See coding 20061025 th_source_target_spec TYPE HASHED TABLE OF s_source_target_spec WITH UNIQUE KEY c_table
10 TH_TABLE Private Type reference (TYPE) CL_FDT_STORAGE_UTILITY=>TH_TABLE 20070306
11 TH_TABLE_DELETE_COUNT Public See coding 20081212 th_table_delete_count TYPE HASHED TABLE OF s_table_delete_count WITH UNIQUE DEFAULT KEY
12 TH_VERSION Private See coding 20061025 th_version TYPE HASHED TABLE OF s_version WITH UNIQUE KEY id
13 TH_VERSIONED_IDS Public See coding 20090116 th_versioned_ids TYPE HASHED TABLE OF s_versioned_ids WITH UNIQUE KEY id
14 TH_VERSIONED_IDS_FOR_NODE_ID Public See coding 20090116 th_versioned_ids_for_node_id TYPE HASHED TABLE OF s_versioned_ids_for_node_id WITH UNIQUE KEY node_id
15 TRANS_PHASE_OPTION Public See coding 20061025 trans_phase_option TYPE c LENGTH 1
16 TS_KEY_VALUE Private See coding 20061025 ts_key_value TYPE SORTED TABLE OF s_key_value WITH UNIQUE KEY keyfield_count
17 TS_TABNAME Private See coding 20090312 ts_tabname TYPE SORTED TABLE OF tabname WITH UNIQUE KEY table_line
18 T_E071K Public See coding 20061025 t_e071k TYPE STANDARD TABLE OF e071k WITH DEFAULT KEY
19 T_VERSIONED_IDS Public See coding 20110420 t_versioned_ids TYPE STANDARD TABLE OF s_versioned_ids WITH DEFAULT KEY
20 VERSION_OPTION Public Type reference (TYPE) FDT_VERSION_OPTION 20061025
Method Signatures

Method ADJUST_KEY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTS_KEY_VALUE Call by reference Type reference (TYPE) TS_KEY_VALUE 20061025
2 Importing IS_TABLE Call by reference Type reference (TYPE) S_TABLE 20061025
3 Importing ITH_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
4 Importing ITH_ID_DEL_PHY Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
5 Importing ITH_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061025
6 Importing IV_VERSION_OPTION Call by reference Type reference (TYPE) VERSION_OPTION 20061025

Method ADJUST_KEY_VALUES on class CL_FDT_TRANS_DB has no exception.

Method ADJUST_SOURCE_TARGET_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_SOURCE_TARGET_SPEC Call by reference Type reference (TYPE) TH_SOURCE_TARGET_SPEC 20061114
2 Importing IV_TABLE_TYPE_FROM Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20061114
3 Importing IV_TABLE_TYPE_TO Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20061114
4 Importing IV_VERSION_OPTION_TO Call by reference Type reference (TYPE) FDT_VERSION_OPTION GC_VERSN_OPT_MOST_RECENT FDT: Version Option 20130904
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20130904

Method ADJUST_TARGET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_T_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061025
2 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20061109
3 Exporting ETS_WITH_CUST_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Cust. Version / Different OversID / Not overwritten 20070710
4 Exporting ETS_WITH_LOCAL_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Local Version / Same OversID / Not overwritten / No conflict 20070710
5 Importing ITH_ID_NEW Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
6 Importing ITH_S_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061109
7 Importing IV_COPY_TO_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071205
8 Importing IV_FORCE_BCF_OVERWRITE Call by reference Type reference (TYPE) ABAP_BOOL 20090720
9 Importing IV_TABLE_TYPE_FROM Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20061025
10 Importing IV_TABLE_TYPE_TO Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20061025
11 Importing IV_TRREQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20061025

Method ADJUST_TARGET_VERSION on class CL_FDT_TRANS_DB has no exception.

Method BUILD_REDUNDANT_TABLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_T_ADMN_0000_DATA Call by reference Type reference (TYPE) HASHED TABLE 20070726
2 Importing ITI_DATA Call by reference Type reference (TYPE) INDEX TABLE 20061025
3 Importing IV_COPY_TO_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL 20110228
4 Importing IV_C_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20061025
5 Importing IV_TABLE_TYPE_FROM Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20100420
6 Importing IV_TABLE_TYPE_TO Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20100420
7 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20061025
8 Importing IV_VERSION_OPTION_TO Call by reference Type reference (TYPE) VERSION_OPTION 20061025

Method BUILD_REDUNDANT_TABLE_DATA on class CL_FDT_TRANS_DB has no exception.

Method CHANGE_UNVERSIONED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTI_DATA Call by reference Type reference (TYPE) INDEX TABLE 20061025
2 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) SY-MANDT Client ID of Current User 20110110
3 Importing IV_T_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL 20061025

Method CHANGE_UNVERSIONED_DATA on class CL_FDT_TRANS_DB has no exception.

Method CHANGE_VERSIONED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_S_ADMN_0030 Call by reference Type reference (TYPE) HASHED TABLE 20120718
2 Changing CTI_DATA Call by reference Type reference (TYPE) INDEX TABLE 20061025
3 Importing ITH_T_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061025
4 Importing IV_C_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20061025
5 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) SY-MANDT Client ID of Current User 20061114
6 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20061025
7 Importing IV_TRREQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20061025
8 Importing IV_T_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL 20061025
9 Importing IV_VERSION_OPTION_FROM Call by reference Type reference (TYPE) VERSION_OPTION 20120718
10 Importing IV_VERSION_OPTION_TO Call by reference Type reference (TYPE) VERSION_OPTION 20061025

Method CHANGE_VERSIONED_DATA on class CL_FDT_TRANS_DB has no exception.

Method CHECK_FOR_NO_SOURCE_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20061109
2 Exporting EV_NO_VERSION Call by reference Type reference (TYPE) ABAP_BOOL 20061109
3 Importing ITH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20061109
4 Importing ITH_S_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061109

Method CHECK_FOR_NO_SOURCE_VERSION on class CL_FDT_TRANS_DB has no exception.

Method COPY_FOR_DB_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_ID_FROM_DB_OBJ_LIST Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Object IDs as hashed table 20110109
2 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070227
3 Exporting ETS_ID_ACTIVATE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID ID's to be activated 20110109
4 Exporting ETS_ID_DELETE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID ID's to be deleted logically 20110109
5 Exporting ETS_ID_DELETE_PHY Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID ID's to be deleted physically 20110109
6 Exporting ETS_WITH_CUST_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Cust. Version / Different OversID / Not overwritten 20070710
7 Exporting ETS_WITH_LOCAL_VERSION Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Local Version / Same OversID / Not overwritten / No conflict 20070710
8 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20070227
9 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20070227
10 Exporting EV_LOCK_SCOPE_OPTION Call by reference Type reference (TYPE) CL_FDT_LOCKING=>SCOPE_OPTION 20070227
11 Importing IT_DB_OBJECT_LIST Call by reference Type reference (TYPE) CL_FDT_TRANS_CONNECTOR=>T_E071K 20070227
12 Importing IT_E071_FDT0 Call by reference Type reference (TYPE) IF_FDT_TRANS_DEFS=>T_E071 20120314
13 Importing IV_COPY_TO_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071205
14 Importing IV_FORCE_BCF_OVERWRITE Call by reference Type reference (TYPE) ABAP_BOOL 20090720
15 Importing IV_TABLE_TYPE_FROM Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20070227
16 Importing IV_TABLE_TYPE_TO Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20070227
17 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) MANDT Client 20070227
18 Importing IV_TRREQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20070227
19 Importing IV_VERSION_OPTION_FROM Call by reference Type reference (TYPE) FDT_VERSION_OPTION FDT: Version Option 20070227
20 Importing IV_VERSION_OPTION_TO Call by reference Type reference (TYPE) FDT_VERSION_OPTION FDT: Version Option 20070227
21 Importing IV_WITH_EMEX Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080618
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070227
2 CX_FDT_SYSTEM FDT: Processing Error 20090828

Method DB_SAVE_TARGET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20061025
2 Importing IS_KEYS Call by reference Type reference (TYPE) S_KEY 20061025
3 Importing IS_TABLE Call by reference Type reference (TYPE) S_TABLE Table Name 20061025
4 Importing ITA_DATA Call by reference Type reference (TYPE) ANY TABLE 20061025
5 Importing ITH_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
6 Importing ITH_T_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061025
7 Importing IV_COPY_TO_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110914
8 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20061114
9 Importing IV_VERSION_OPTION_FROM Call by reference Type reference (TYPE) VERSION_OPTION 20070215
10 Importing IV_VERSION_OPTION_TO Call by reference Type reference (TYPE) VERSION_OPTION 20061025

Method DB_SAVE_TARGET_DATA on class CL_FDT_TRANS_DB has no exception.

Method DELETES_DURING_BEFORE_EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20120620
2 Importing ITA_OBJECT_ID Call by reference Type reference (TYPE) ANY TABLE 20120620
3 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20120620

Method DELETES_DURING_BEFORE_EXPORT on class CL_FDT_TRANS_DB has no exception.

Method ENQUEUE_OBJECT_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COUNT_NOT_LOCKED_S Call by reference Type reference (TYPE) I Not locked source IDs 20070125
2 Exporting EV_COUNT_NOT_LOCKED_T Call by reference Type reference (TYPE) I Not locked target IDs 20070125
3 Exporting EV_SCOPE_OPTION Call by reference Type reference (TYPE) CL_FDT_LOCKING=>SCOPE_OPTION 20070125
4 Importing ITA_LOCK_ID Call by reference Type reference (TYPE) ANY TABLE Any unstructured ID table 20070125
5 Importing IV_PROCESSING_LOCK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130321
6 Importing IV_SCOPE_OPTION Call by reference Type reference (TYPE) CL_FDT_LOCKING=>SCOPE_OPTION CL_FDT_LOCKING=>GC_SCOPE_OPTION_APPLICATION_ID 20090112
7 Importing IV_TABLE_TYPE_FROM Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20070125
8 Importing IV_TABLE_TYPE_TO Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20070125
9 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) MANDT Client 20070125
# Exception Resumable Description Created on
1 CX_FDT_LOCKING BRFplus Locking Problem 20090828

Method GET_IDS_FROM_ADMN_0001 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20061025
2 Importing ITH_SOURCE_TARGET_SPEC Call by reference Type reference (TYPE) TH_SOURCE_TARGET_SPEC 20061025

Method GET_IDS_FROM_ADMN_0001 on class CL_FDT_TRANS_DB has no exception.

Method GET_OBJECT_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
2 Exporting ETH_ID_DELETE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
3 Exporting ETH_ID_EXIST Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
4 Exporting ETH_ID_NEW Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
5 Exporting ETH_ID_UNDELETE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
6 Importing IS_ADMN_0001_S Call by reference Type reference (TYPE) S_TABLE Table Name 20061025
7 Importing IS_ADMN_0001_T Call by reference Type reference (TYPE) S_TABLE Table Name 20070215
8 Importing ITH_ID_ADMN_0001 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20110109
9 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT Client ID of Current User 20061114
10 Importing IV_VERSION_OPTION_FROM Call by reference Type reference (TYPE) VERSION_OPTION 20090609
11 Importing IV_VERSION_OPTION_TO Call by reference Type reference (TYPE) VERSION_OPTION 20061025

Method GET_OBJECT_IDS on class CL_FDT_TRANS_DB has no exception.

Method GET_SOURCE_TARGET_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_SOURCE_TARGET_SPEC Call by reference Type reference (TYPE) TH_SOURCE_TARGET_SPEC 20061114
2 Importing IT_DB_OBJECT_LIST Call by reference Type reference (TYPE) T_E071K 20061114

Method GET_SOURCE_TARGET_SPEC on class CL_FDT_TRANS_DB has no exception.

Method INIT_KEY_SPECIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_KEY_VALUE Call by reference Type reference (TYPE) TS_KEY_VALUE 20061025
2 Importing IT_COMPONENT Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20061025
3 Importing IV_MAX_KEYFIELD_COUNT Call by reference Type reference (TYPE) I 20061025

Method INIT_KEY_SPECIFICATION on class CL_FDT_TRANS_DB has no exception.

Method PHYSICAL_DELETE_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_TABLE_DEL_COUNT Call by reference Type reference (TYPE) TH_TABLE_DELETE_COUNT Counts of all deleted objects 20090814
2 Exporting ETH_TABNAMES_OWN_PERSISTENCE Call by reference Type reference (TYPE) CL_FDT_REPOSITORY=>TH_TABLESPEC Table_specs for all dbs with own persistence 20090814
3 Importing ITH_IDS_FOR_NODE_ID Call by reference Type reference (TYPE) TH_VERSIONED_IDS_FOR_NODE_ID Node Ids and according Object IDs as a hashed table 20090814
4 Importing IV_CROSS_CLIENT Call by reference Type reference (TYPE) ABAP_BOOL Cross Client 20090814
5 Importing IV_ID_TYPE Call by reference Type reference (TYPE) FDT_VERSIONING_TYPE FDT: Data Element for (non) versioned ID 20090814
6 Importing IV_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL Client dependency 20090814
7 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20090814
8 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL Test Mode 20090814

Method PHYSICAL_DELETE_ON_DB on class CL_FDT_TRANS_DB has no exception.

Method PHYSICAL_DELETE_PACKAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_TABLE_DEL_COUNT Call by reference Type reference (TYPE) TH_TABLE_DELETE_COUNT Counts of all deleted objects 20090814
2 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Object IDs as sorted table 20090814
3 Exporting EV_COUNT_NOT_LOCKED_IDS Call by reference Type reference (TYPE) I Number of IDs which couldn't be locked 20090814
4 Exporting EV_FAILURE Call by reference Type reference (TYPE) ABAP_BOOL 20090814
5 Importing IS_ADMN_0001_T Call by reference Type reference (TYPE) CL_FDT_STORAGE_UTILITY=>S_TABLE 20090814
6 Importing IS_ADMN_0030_T Call by reference Type reference (TYPE) CL_FDT_STORAGE_UTILITY=>S_TABLE 20090814
7 Importing ITH_VERSIONED_OBJECTS_P Call by reference Type reference (TYPE) TH_VERSIONED_IDS (non)versioned Object IDs as sorted table 20090814
8 Importing IV_CROSS_CLIENT Call by reference Type reference (TYPE) ABAP_BOOL 20090814
9 Importing IV_ID_TYPE Call by reference Type reference (TYPE) FDT_VERSIONING_TYPE FDT: Data Element for (non) versioned ID 20090814
10 Importing IV_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL 20090814
11 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20090814
12 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20090814
13 Importing IV_WITHOUT_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110803
14 Importing IV_WITHOUT_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL 20090814
15 Importing IV_WITHOUT_PERF_OPT Call by reference Type reference (TYPE) ABAP_BOOL 20090814

Method PHYSICAL_DELETE_PACKAGE on class CL_FDT_TRANS_DB has no exception.

Method PHY_DELETE_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070221
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20070221
3 Exporting EV_FAILURE Call by reference Type reference (TYPE) ABAP_BOOL 20070221
4 Importing ITS_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070227
5 Importing IV_CROSS_CLIENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070405
6 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) I 100 20071017
7 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20070227
8 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080129
9 Importing IV_WITHOUT_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070302
10 Importing IV_WITHOUT_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110803
11 Importing IV_WITHOUT_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20070420
12 Importing IV_WITHOUT_PERF_OPT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071004

Method PHY_DELETE_EXECUTE on class CL_FDT_TRANS_DB has no exception.

Method PHY_DELETE_EXECUTE_4_VERSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_TABLE_DELETE_COUNT Call by reference Type reference (TYPE) TH_TABLE_DELETE_COUNT 20090401
2 Importing ITH_VERSIONED_IDS Call by reference Type reference (TYPE) TH_VERSIONED_IDS 20090401
3 Importing IV_CROSS_CLIENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Delete via cross client? 20090401
4 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) I 100 20110420
5 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE Table type of the tables 20090401
6 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Test Mode? 20090401

Method PHY_DELETE_EXECUTE_4_VERSIONS on class CL_FDT_TRANS_DB has no exception.

Method PHY_HARD_LOG_DELETE_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20080924
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20080924
3 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20080924
4 Importing ITH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Any table of object ID 20080924
5 Importing IV_ADJUST_WTT_TIMESTAMP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110713
6 Importing IV_CH_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20080930
7 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) SYTABIX 1000 Index of Internal Tables 20080924
8 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20080924
9 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080924
10 Importing IV_WITHOUT_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080924
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080924

Method PHY_MARK_FOR_DELETE_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20080716
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20080716
3 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20080716
4 Importing ITH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Any table of object ID 20080722
5 Importing IV_ADJUST_WTT_TIMESTAMP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110713
6 Importing IV_CH_TIMESTAMP Call by reference Type reference (TYPE) FDT_TIMESTAMP Change Timestamp 20080930
7 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) SYTABIX 1000 Index of Internal Tables 20080716
8 Importing IV_REVERSE_MARK_FOR_DELETE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20091222
9 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20080716
10 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080716
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080716

Method PHY_TRUNCATE_LOGICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20090401
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20090401
3 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20090401
4 Importing ITH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Any table of object ID 20090401
5 Importing IV_CH_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20090401
6 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) SYTABIX 1000 Index of Internal Tables 20090401
7 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20110224
8 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090401
9 Importing IV_TV_TIMESTAMP Call by reference Type reference (TYPE) FDT_ADMN_0000-TV_TIMESTAMP Truncate Versioning Timestamp 20090401
10 Importing IV_WITHOUT_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090401
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20090401

Method PHY_TRUNCATE_PHYSICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CTH_TABLE_DELETE_COUNT Call by reference Type reference (TYPE) TH_TABLE_DELETE_COUNT 20090402
2 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20090401
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20090401
4 Exporting EV_FAILURE Call by reference Type reference (TYPE) ABAP_BOOL 20090401
5 Importing ITS_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20090401
6 Importing IV_CH_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20090402
7 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20090401
8 Importing IV_TEST_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090401
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20090401

Method PHY_UNDELETE_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID 20070718
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20070718
3 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20070718
4 Importing ITH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Any unstructured object ID table 20080722
5 Importing IV_CH_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP 20080930
6 Importing IV_PACKAGE_SIZE Call by reference Type reference (TYPE) SYTABIX 1000 Index of Internal Tables 20080716
7 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20070718
8 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) MANDT Client 20111027
9 Importing IV_TEST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100707
10 Importing IV_WITHOUT_ENQUEUE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081030
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070718

Method PRE_CHECK_DB_OBJECT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_FAILURE Call by reference Type reference (TYPE) IF_FDT_TYPES=>TS_OBJECT_ID Object IDs as sorted table 20090310
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20090310
3 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20090310
4 Importing IT_DB_OBJECT_LIST Call by reference Type reference (TYPE) CL_FDT_TRANS_CONNECTOR=>T_E071K 20090310
5 Importing IV_DO_NOT_CONVERT_TO_WARNINGS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Suppress the conversion of errors to warnings 20090310
6 Importing IV_TABLE_TYPE Call by reference Type reference (TYPE) FDT_TABLE_TYPE FDT: Table Type 20090310
7 Importing IV_TRREQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20120405

Method PRE_CHECK_DB_OBJECT_LIST on class CL_FDT_TRANS_DB has no exception.

Method PRE_CHECK_PL_DISPARITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20110202
2 Exporting EV_FAILED Call by reference Type reference (TYPE) ABAP_BOOL 20120405
3 Importing ITH_TABLESPEC Call by reference Type reference (TYPE) CL_FDT_REPOSITORY=>TH_TABLESPEC 20120405
4 Importing ITS_PL_TABLE Call by reference Type reference (TYPE) TS_TABNAME Tables of the object on the transport piece list 20110124
5 Importing ITS_REPO_TABLE Call by reference Type reference (TYPE) TS_TABNAME Tables of the object according to repository 20110124
6 Importing ITS_REPO_TABLE_CUSTOM Call by reference Type reference (TYPE) TS_TABNAME Custom tables of the object 20110721
7 Importing IV_EVALUATE_OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL 20120405
8 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Transported object ID 20110124
9 Importing IV_IS_CLNT_DEP Call by reference Type reference (TYPE) ABAP_BOOL 20120412

Method PRE_CHECK_PL_DISPARITY on class CL_FDT_TRANS_DB has no exception.

Method SELECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETA_DATA Call by reference Type reference (TYPE) ANY TABLE 20061025
2 Importing IS_KEYS Call by reference Type reference (TYPE) S_KEY 20061025
3 Importing IS_TABLE Call by reference Type reference (TYPE) S_TABLE 20061025
4 Importing IV_COPY_TO_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110914
5 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT Client ID of Current User 20061114
6 Importing IV_VERSION_OPTION Call by reference Type reference (TYPE) VERSION_OPTION 20061025

Method SELECT_DATA on class CL_FDT_TRANS_DB has no exception.

Method SELECT_OBJECT_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20061025
2 Importing ITH_OBJECT_ID_ADMN_0001 Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20061025
3 Importing IV_ADMN_0001_S Call by reference Type reference (TYPE) TABNAME Table Name 20090714
4 Importing IV_ADMN_0001_T Call by reference Type reference (TYPE) TABNAME Table Name 20090714
5 Importing IV_SELECTION_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20070914
6 Importing IV_S_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL 20090714
7 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT Client ID of Current User 20061114
8 Importing IV_T_IS_CLIENT_DEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL 20090714

Method SELECT_OBJECT_IDS on class CL_FDT_TRANS_DB has no exception.

Method SELECT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETH_VERSION Call by reference Type reference (TYPE) TH_VERSION 20061025
2 Importing ITH_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID 20061025
3 Importing IV_ADMN_0001 Call by reference Type reference (TYPE) S_TABLE Table Name 20080610
4 Importing IV_ADMN_0030 Call by reference Type reference (TYPE) S_TABLE Table Name 20080513
5 Importing IV_COPY_TO_ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110914
6 Importing IV_TARGET_CLIENT Call by reference Type reference (TYPE) SY-MANDT SY-MANDT Client ID of Current User 20061114
7 Importing IV_VERSION_OPTION Call by reference Type reference (TYPE) VERSION_OPTION 20061109

Method SELECT_VERSION on class CL_FDT_TRANS_DB has no exception.

Method SET_DELETED_OPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DELETED_OPTION_S Call by reference Type reference (TYPE) FDT_DELETED_OPTION FDT: Deleted Option 20070914
2 Importing IV_DELETED_OPTION_T Call by reference Type reference (TYPE) FDT_DELETED_OPTION IF_FDT_CONSTANTS_INTERNAL=>GC_DB_DEL_NOT_SET FDT: Deleted Option 20070914
3 Returning RV_DELETED_OPTION_T Value transfer Type reference (TYPE) FDT_DELETED_OPTION FDT: Deleted Option 20070914

Method SET_DELETED_OPTION on class CL_FDT_TRANS_DB has no exception.

Method SET_SKIP_DELETES_DURING_BE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SKIP Call by reference Type reference (TYPE) ABAP_BOOL 20120801

Method SET_SKIP_DELETES_DURING_BE on class CL_FDT_TRANS_DB has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710