SAP ABAP Class /BOFU/CL_ARCH_GENER (Generic Archiving Facade)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/ARCHIVING (Package) Archiving Adapter for BOPF Business Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOFU/CL_ARCH_GENER1 Generic Archiving Facade: Writes combined data 20100709
Properties
Class /BOFU/CL_ARCH_GENER  
Short Description Generic Archiving Facade    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class /BOFU/ARCH    
Program status     
Category 0   
Package /BOFU/ARCHIVING   Archiving Adapter for BOPF Business Objects 
Created 20081127   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/CL_ARCH_GENER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 ADKX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /BOFU/CL_ARCH_GENER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 /BOFU/CL_IM_ARCH_ADD_DO_OBJ 20090527
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ARCHIVING_STATUS Constant Public See coding 20081127
2 CO_MSGTYPE Constant Public See coding 20081127
3 GO_BOPF_CONFIG_HELPER Static Attribute Protected Object reference (TYPE REF TO) /BOFU/CL_BOPF_CONFIG_HELPER BOPF Configuration Helper 20090520
4 GO_CURRENT_ARCH_INST Static Attribute Protected Object reference (TYPE REF TO) /BOFU/CL_ARCH_GENER Only to be used in DELETE program 20090527
5 GT_INSTANCE Static Attribute Protected See coding 20090527
6 GV_THIS_CLASS Constant Public Type reference (TYPE) STRING '/BOFU/CL_ARCH_GENER' 20090527
7 MO_BO Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_TRA_SERVICE_MANAGER 20090415
8 MO_CONF Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION 20081127
9 MO_DAC_HELPER Instance attribute Protected Object reference (TYPE REF TO) /BOFU/CL_STD_DAC_EMULATOR BOPF Standard DAC Emulator: Gives DB table data 20090525
10 MR_FIELDS Instance attribute Protected Object reference (TYPE REF TO) DATA 20081127
11 MR_S_DATA_ROOT Instance attribute Protected Object reference (TYPE REF TO) DATA 20081127
12 MR_T_DATA_ROOT Instance attribute Protected Object reference (TYPE REF TO) DATA 20081127
13 MS_BO Static Attribute Protected Type reference (TYPE) TY_S_BO Archiving Control data for BO 20120608
14 MS_CONF_ROOT_NODE Instance attribute Protected Type reference (TYPE) /BOBF/S_CONFRO_NODE 20081127
15 MS_QUERY Instance attribute Protected Type reference (TYPE) /BOBF/S_CONFRO_QUERY 20081127
16 MT_ASSOC_TAB Instance attribute Protected Type reference (TYPE) TY_T_ASSOC_TAB 20081127
17 MT_DAC_NODE_TAB Instance attribute Protected Type reference (TYPE) TY_T_DAC_NODE 20090525
18 MT_DO_NAME Instance attribute Protected See coding 20090527
19 MT_NODE Instance attribute Protected Type reference (TYPE) TY_T_ARCH_NODE 20081127
20 MT_NODE_TAB Instance attribute Protected Type reference (TYPE) TY_T_ARCH_NODE 20081127
21 MV_ARCHIVING_STATUS_FIELD Instance attribute Protected Type reference (TYPE) STRING 20090520
22 MV_DB_KEY_FIELD Instance attribute Protected Type reference (TYPE) STRING 20090520
23 MV_DYN_STRUCTS_REGISTERED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090527
24 MV_HOST Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20081127
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_WRITE_CONTENT Instance method Protected Method REDEFINE THIS METHOD: After Writing BO Content: Event 20090526
2 AT_SELECTION_SCREEN_OUTPUT Static method Public Method at_selection_screen_output 20081127
3 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20081127
4 CONSTRUCTOR Instance method Public Constructor Constructor 20081127
5 CREATE_FIELD_SEQ_FOR_OBJ_IDENT Instance method Protected Method 20081127
6 CREATE_STRUCT_FOR_OBJ_IDENT Instance method Protected Method 20081127
7 DELETE Instance method Public Method Delete Program Logic 20081127
8 EXECUTE_QUERY Instance method Protected Method Execute Query (Preprocess, WRITE) 20081127
9 GBS_CHECK_TABLE Instance method Protected Method GBS: Prep MT_NODE_TAB with nodes having DB tables 20090520
10 GBS_GET_BO_NODE Instance method Protected Method GBS: Get BO Node using BO metadata 20090520
11 GBS_GET_BO_NODES Instance method Protected Method GBS: Get BO Nodes using BO metadata 20090520
12 GET_BO_STRUC Instance method Protected Method GBS: Get BO Structure using BO metadata 20081127
13 GET_DYN_STRUCT_4_DO Instance method Protected Method Get Dynamic Structures for DO 20090527
14 GET_INSTANCE Static method Public Method Factory Method for get_instance( ) 20081127
15 GET_SELECTION_SCREEN_VALUES Instance method Protected Method 20081127
16 INITIALIZATION Static method Public Method INITIALIZATION 20081127
17 INITIALIZE Instance method Protected Method For This class and sub classes - to initialize the state 20100709
18 LIST_APPEND Instance method Protected Method EMPTY Method: What is this? 20081127
19 PREPROC Instance method Public Method Pre Process Program Logic 20081127
20 REGISTER_DYN_OBJ_4_WRITE Instance method Protected Method Register Dynamic Objects for Write program 20090527
21 REGISTER_DYN_OBJ_OF_DO Instance method Protected Method DO:Register Dynamic str (DO tables), other arch classes used 20090526
22 REGISTER_DYN_STRUCT Instance method Protected Method Register Dynamic structures (self, DOs) 20090527
23 RETRIEVE Instance method Protected Method Retrieve Application Data (WRITE Program) 20081127
24 RETRIEVE_BO_CONTENT Instance method Protected Method Get BO content (WRITE Program): Calls Retrieve 20090525
25 RETRIEVE_CONTENT_APPEND Instance method Protected Method Retrieve: Append DB table content 20090525
26 SET Instance method Protected Method Initialize CS_BO from BO config & arch config 20081127
27 START_OF_SELECTION Static method Public Method START_OF_SELECTION 20081127
28 WRITE Instance method Public Method Write Program Logic 20081127
Events
Class /BOFU/CL_ARCH_GENER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 /BOFU/STATUS_CODE Public See coding Status Code 20090217 /bofu/status_code TYPE c LENGTH 2
2 TV_MSG_TYPE Public Type reference (TYPE) I 20100106
3 TY_S_ARCH_HIR Protected See coding 20081127 BEGIN OF ty_s_arch_hir. TYPES ix TYPE i. TYPES px TYPE i. TYPES rx TYPE i. TYPES END OF ty_s_arch_hir
4 TY_S_ARCH_NODE Protected See coding BO Node Conf 20081127 BEGIN OF ty_s_arch_node. INCLUDE TYPE ty_s_arch_hir. INCLUDE TYPE /bobf/s_confro_node. TYPES: do_name TYPE /bobf/obm_name, do_key TYPE /bobf/obm_bo_key, do_node_key TYPE /bobf/obm_node_key, END OF ty_s_arch_node
5 TY_S_ARCH_SEL_INSTANCES Protected See coding 20081127 BEGIN OF ty_s_arch_sel_instances. TYPES bo_name TYPE string. TYPES host TYPE abap_bool. TYPES o_instance TYPE REF TO /bofu/cl_arch_gener. TYPES END OF ty_s_arch_sel_instances
6 TY_S_BO Public See coding Archiving Control data for BO 20081127 BEGIN OF ty_s_bo . TYPES bo_name TYPE /bobf/obm_name. TYPES p_prot TYPE arch_processing_options-detail_log. TYPES p_prot_o TYPE arch_processing_options-obj_prot_output. TYPES p_pretst TYPE arch_processing_options-preproc_testmode. TYPES p_preprd TYPE arch_processing_options-preproc_prodmode. TYPES p_deltst TYPE arch_processing_options-write_and_deletetestmode. TYPES p_wriprd TYPE arch_processing_options-write_prodmode. TYPES p_coment TYPE admi_run-comments. TYPES arch_object TYPE objct_tr01. TYPES objectclas TYPE cdobjectcl. TYPES query_name TYPE string. TYPES action_name TYPE string. TYPES t_selparam TYPE /bobf/t_frw_query_selparam. TYPES program TYPE repid. TYPES job_t TYPE admi_job_t. TYPES t_scr TYPE STANDARD TABLE OF ty_s_para_map WITH NON-UNIQUE DEFAULT KEY. TYPES description TYPE /bofu/description. TYPES dac_class TYPE string . TYPES p_ar_ilm TYPE ilm_write_arch. TYPES p_snap TYPE ilm_write_snap. TYPES p_dest TYPE ilm_write_dest. * including partial archiving indicator as a part of the cs_bo struct TYPES partially_archived TYPE boole_d. TYPES arch_nodes TYPE /bofu/t_arch_nodes. TYPES END OF ty_s_bo
7 TY_S_DAC_NODE Protected See coding DAC Node 20090525 BEGIN OF ty_s_dac_node, db_table TYPE string, client_field TYPE string, o_bo_conf TYPE REF TO /bobf/if_frw_configuration, s_dac_node TYPE /bobf/s_dac_node, "Leading DB Node o_td_db_table TYPE REF TO cl_abap_tabledescr, o_std_td_db_table TYPE REF TO cl_abap_tabledescr, o_sd_db_table TYPE REF TO cl_abap_structdescr. TYPES: END OF ty_s_dac_node
8 TY_S_DB_TABLE_DATA Protected See coding DB Table Data / table (DAC Node) 20090525 BEGIN OF ty_s_db_table_data, db_table TYPE string, s_dac_node TYPE REF TO ty_s_dac_node, t_data TYPE REF TO data, t_data_std TYPE REF TO data, END OF ty_s_db_table_data
9 TY_S_INSTANCE Protected See coding Factory Instance 20081127 BEGIN OF ty_s_instance. TYPES classname TYPE string. TYPES bo_name TYPE string. TYPES instance TYPE REF TO object. TYPES END OF ty_s_instance
10 TY_S_PARA_MAP Public See coding 20081127 BEGIN OF ty_s_para_map. INCLUDE TYPE rsscr. TYPES tabname TYPE tabname. TYPES fieldname TYPE fieldname. TYPES END OF ty_s_para_map
11 TY_T_ARCH_DDIC Protected See coding 20090527 ty_t_arch_ddic TYPE STANDARD TABLE OF arch_ddic WITH DEFAULT KEY
12 TY_T_ARCH_NODE Protected See coding BO Nodes Conf 20081127 ty_t_arch_node TYPE STANDARD TABLE OF ty_s_arch_node
13 TY_T_ASSOC_TAB Protected See coding 20090526 ty_t_assoc_tab TYPE SORTED TABLE OF /bobf/s_confro_assoc WITH NON-UNIQUE KEY source_node_key
14 TY_T_DAC_NODE Protected See coding DAC Nodes 20090525 ty_t_dac_node TYPE STANDARD TABLE OF ty_s_dac_node WITH DEFAULT KEY WITH NON-UNIQUE SORTED KEY db_table COMPONENTS db_table WITH UNIQUE SORTED KEY node_key COMPONENTS s_dac_node-node_key
15 TY_T_DB_TABLE_DATA Protected See coding DB Table Data for tables (DAC Nodes) 20090525 ty_t_db_table_data TYPE SORTED TABLE OF ty_s_db_table_data WITH UNIQUE KEY db_table
16 TY_T_INSTANCE Protected See coding Factory Instances 20081127 ty_t_instance TYPE TABLE OF ty_s_instance
Method Signatures

Method AFTER_WRITE_CONTENT 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) /BOBF/CM_FRW=>TT_FRW 20090526
2 Importing IS_DAC_NODE Call by reference Type reference (TYPE) TY_S_DAC_NODE DB Table Data for tables (DAC Nodes) 20090526
3 Importing IT_DATA Call by reference Type reference (TYPE) HASHED TABLE Hashed Table (DB_TABLE) data with unique key as DB KEY 20090526
4 Importing IV_ARCHIVE_HANDLE Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090526
5 Importing IV_OBJECT_DELETE_FLAG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090526

Method AFTER_WRITE_CONTENT on class /BOFU/CL_ARCH_GENER has no exception.

Method AT_SELECTION_SCREEN_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method AT_SELECTION_SCREEN_OUTPUT on class /BOFU/CL_ARCH_GENER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /BOFU/CL_ARCH_GENER has no parameter.
Method CLASS_CONSTRUCTOR on class /BOFU/CL_ARCH_GENER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_NAME Call by reference Type reference (TYPE) CLIKE 20090520
2 Importing IV_HOST Call by reference Type reference (TYPE) ABAP_BOOL 20081127

Method CONSTRUCTOR on class /BOFU/CL_ARCH_GENER has no exception.

Method CREATE_FIELD_SEQ_FOR_OBJ_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDNAME Call by reference Type reference (TYPE) STANDARD TABLE 20081127
2 Importing IS_BO_T_SCR Call by reference Type reference (TYPE) TY_S_BO-T_SCR 20081127
3 Importing IS_QUERY Call by reference Type reference (TYPE) /BOBF/S_CONFRO_QUERY 20081127
4 Importing IS_ROOT_NODE Call by reference Type reference (TYPE) /BOBF/S_CONFRO_NODE 20081127
5 Importing IT_ALTKEY Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ALTKEY 20081127

Method CREATE_FIELD_SEQ_FOR_OBJ_IDENT on class /BOFU/CL_ARCH_GENER has no exception.

Method CREATE_STRUCT_FOR_OBJ_IDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDNAME Call by reference Type reference (TYPE) /BOFU/T_STRING 20081127
2 Exporting ER_FIELDS Call by reference Object reference (TYPE REF TO) DATA 20081127
3 Importing IS_DATA_ROOT Call by reference Type reference (TYPE) ANY 20081127

Method CREATE_STRUCT_FOR_OBJ_IDENT on class /BOFU/CL_ARCH_GENER has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method DELETE on class /BOFU/CL_ARCH_GENER has no exception.

Method EXECUTE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127
2 Changing CT_MESSAGE Call by reference Type reference (TYPE) /BOBF/CM_FRW=>TT_FRW 20081127
3 Changing CT_NODE_ID Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081127

Method EXECUTE_QUERY on class /BOFU/CL_ARCH_GENER has no exception.

Method GBS_CHECK_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NODE Call by reference Type reference (TYPE) TY_T_ARCH_NODE 20090520
2 Exporting EV_HAS_TABLE Call by reference Type reference (TYPE) ABAP_BOOL 20090520
3 Importing IS_NODE Call by reference Type reference (TYPE) TY_S_ARCH_NODE 20090520
4 Importing IV_ARCHMODE Call by reference Type reference (TYPE) ABAP_BOOL 20090520

Method GBS_CHECK_TABLE on class /BOFU/CL_ARCH_GENER has no exception.

Method GBS_GET_BO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DAC_NODE Call by reference Type reference (TYPE) TY_T_DAC_NODE DAC Nodes 20090525
2 Changing CT_NODE Call by reference Type reference (TYPE) TY_T_ARCH_NODE 20090520
3 Importing IS_NODE Value transfer Type reference (TYPE) TY_S_ARCH_NODE 20090520
4 Importing IT_COMP Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ASSOC2 Configuration: Associations 20090520

Method GBS_GET_BO_NODE on class /BOFU/CL_ARCH_GENER has no exception.

Method GBS_GET_BO_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DAC_NODE Call by reference Type reference (TYPE) TY_T_DAC_NODE DAC Nodes 20090525
2 Changing CT_NODE Call by reference Type reference (TYPE) TY_T_ARCH_NODE 20090520
3 Importing IS_NODE Value transfer Type reference (TYPE) TY_S_ARCH_NODE 20090520

Method GBS_GET_BO_NODES on class /BOFU/CL_ARCH_GENER has no exception.

Method GET_BO_STRUC Signature

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

Method GET_BO_STRUC on class /BOFU/CL_ARCH_GENER has no exception.

Method GET_DYN_STRUCT_4_DO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ARCH_DDIC Call by reference Type reference (TYPE) TY_T_ARCH_DDIC 20090527
2 Exporting ET_STRUCT Call by reference Type reference (TYPE) ARCH_T_STRUCT_DEF Extension of the Structure Definition in Archiving 20090527

Method GET_DYN_STRUCT_4_DO on class /BOFU/CL_ARCH_GENER has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_NAME Call by reference Type reference (TYPE) CLIKE 20090520
2 Importing IV_DEFAULT_CLASS_NAME Value transfer Type reference (TYPE) STRING GV_THIS_CLASS Object Type Name 20100709
3 Importing IV_HOST Call by reference Type reference (TYPE) ABAP_BOOL 20081127
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) /BOFU/CL_ARCH_GENER Generic Archiving Facade 20081127

Method GET_INSTANCE on class /BOFU/CL_ARCH_GENER has no exception.

Method GET_SELECTION_SCREEN_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127
2 Importing IS_QUERY Call by reference Type reference (TYPE) /BOBF/S_CONFRO_QUERY Configuration: Query 20081127

Method GET_SELECTION_SCREEN_VALUES on class /BOFU/CL_ARCH_GENER has no exception.

Method INITIALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method INITIALIZATION on class /BOFU/CL_ARCH_GENER has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class /BOFU/CL_ARCH_GENER has no parameter.
Method INITIALIZE on class /BOFU/CL_ARCH_GENER has no exception.

Method LIST_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ASSOC Call by reference Type reference (TYPE) /BOBF/S_CONFRO_ASSOC 20081127
2 Importing IT_OUT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20081127
3 Importing I_NAME Call by reference Type reference (TYPE) STRING 20081127
4 Importing I_STRUCTURE_NAME Call by reference Type reference (TYPE) TABNAME 20081127

Method LIST_APPEND on class /BOFU/CL_ARCH_GENER has no exception.

Method PREPROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method PREPROC on class /BOFU/CL_ARCH_GENER has no exception.

Method REGISTER_DYN_OBJ_4_WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARCHIVE_HANDLE Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090527

Method REGISTER_DYN_OBJ_4_WRITE on class /BOFU/CL_ARCH_GENER has no exception.

Method REGISTER_DYN_OBJ_OF_DO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARCHIVE_HANDLE Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20090526

Method REGISTER_DYN_OBJ_OF_DO on class /BOFU/CL_ARCH_GENER has no exception.

Method REGISTER_DYN_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_STRUCT Call by reference Type reference (TYPE) ARCH_T_STRUCT_DEF Extension of the Structure Definition in Archiving 20090527

Method REGISTER_DYN_STRUCT on class /BOFU/CL_ARCH_GENER has no exception.

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ROOT Call by reference Type reference (TYPE) ANY 20081127
2 Changing CT_CONT Call by reference Type reference (TYPE) TY_T_DB_TABLE_DATA DB Table Data for tables (DAC Nodes) 20081127
3 Changing CT_MESSAGE Call by reference Type reference (TYPE) /BOBF/CM_FRW=>TT_FRW 20090525
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20090525
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20090525
6 Importing IV_NODE_PATH Value transfer Type reference (TYPE) STRING 20090525
7 Importing IV_ROOT_REQUESTED Call by reference Type reference (TYPE) ABAP_BOOL 20081127

Method RETRIEVE on class /BOFU/CL_ARCH_GENER has no exception.

Method RETRIEVE_BO_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ROOT Call by reference Type reference (TYPE) ANY 20090525
2 Changing CT_CONT Call by reference Type reference (TYPE) TY_T_DB_TABLE_DATA DB Table Data for tables (DAC Nodes) 20090525
3 Changing CT_MESSAGE Call by reference Type reference (TYPE) /BOBF/CM_FRW=>TT_FRW 20090525
4 Importing IS_KEY Call by reference Type reference (TYPE) /BOBF/S_FRW_KEY 20090525
5 Importing IV_ARCHMODE Call by reference Type reference (TYPE) ABAP_BOOL 20090525
6 Importing IV_DAC_CLASS Call by reference Type reference (TYPE) STRING 20090525
7 Importing IV_ROOT_REQUESTED Call by reference Type reference (TYPE) ABAP_BOOL 20090525

Method RETRIEVE_BO_CONTENT on class /BOFU/CL_ARCH_GENER has no exception.

Method RETRIEVE_CONTENT_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CONT Call by reference Type reference (TYPE) TY_T_DB_TABLE_DATA DB Table Data for tables (DAC Nodes) 20090525
2 Changing CT_MESSAGE Call by reference Type reference (TYPE) /BOBF/CM_FRW=>TT_FRW 20090525
3 Importing IO_DO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20090525
4 Importing IS_NODE_CONF Call by reference Type reference (TYPE) /BOBF/S_CONFRO_NODE Node 20090525
5 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20090525
6 Importing IT_NODE_DATA Call by reference Type reference (TYPE) INDEX TABLE 20090525
7 Importing IV_DO_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090525

Method RETRIEVE_CONTENT_APPEND on class /BOFU/CL_ARCH_GENER has no exception.

Method SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method SET on class /BOFU/CL_ARCH_GENER has no exception.

Method START_OF_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method START_OF_SELECTION on class /BOFU/CL_ARCH_GENER has no exception.

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_BO Call by reference Type reference (TYPE) TY_S_BO 20081127

Method WRITE on class /BOFU/CL_ARCH_GENER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701