SAP /BOFU/CL_ARCH_GENER1 OO Class - Generic Archiving Facade: Writes combined data
/BOFU/CL_ARCH_GENER1 is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_ARCH_GENER1 including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_READInheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BOFU/CL_ARCH_GENER1 is /BOFU/CL_ARCH_GENERInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BADI_INTERFACEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_EX_ARC_OBJECT_ADD_CLASSInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_EX_ARC_OBJECT_ADD_TABLEMethod list of /BOFU/CL_ARCH_GENER1 SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ADD_ARCHIVED_DATA | Add archived data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>ADD_ARCHIVED_DATA...more details | ||
| ADOPT_DYN_DEFINITION1 | Adopt Dynamic Def - add additional classes (BO/DO) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>ADOPT_DYN_DEFINITION1...more details | ||
| AFTER_WRITE_NODE_DATA1 | After writing node data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>AFTER_WRITE_NODE_DATA1...more details | ||
| BO_PREFERENCES_GET1 | FOR REDEFINITION: Get tabs to skip del, node keys to skip wr | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>BO_PREFERENCES_GET1...more details | ||
| CHECK_IS_XBO_REL_FOR_WRI1 | Check if XBO assoc is relevant for Write | Public |
| CALL METHOD /bofu/cl_arch_gener1=>CHECK_IS_XBO_REL_FOR_WRI1...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_arch_gener1=>CLASS_CONSTRUCTOR...more details | ||
|
| ||
| CONF_GET_DO_ALTKEY | Conf: Get DO Altkey | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>CONF_GET_DO_ALTKEY...more details | ||
| CONF_GET_DO_ASSOC | Conf: Get DO Assoc | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>CONF_GET_DO_ASSOC...more details | ||
| CONF_GET_XBO_ASSOC_2_WRI_LINK1 | Conf: Get xBO Assoc to write links to file: REFER code commt | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>CONF_GET_XBO_ASSOC_2_WRI_LINK1...more details | ||
| CONF_IS_STRUCT_IN_ARCHOBJ_DEF1 | Is structure in Archvie Object Definition | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>CONF_IS_STRUCT_IN_ARCHOBJ_DEF1...more details | ||
| CONF_IS_XBO_ASSOC_REL_FOR_WRI1 | FOR REDEFINITION: Conf: Is xBO assoc relevant for Write | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>CONF_IS_XBO_ASSOC_REL_FOR_WRI1...more details | ||
| CONV_GUID_TO_ID_FOR_LOG | To be implemented by application for writing IDs to log | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>CONV_GUID_TO_ID_FOR_LOG...more details | ||
| COPY_INT_TABLE1 | Copy Internal Tables | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>COPY_INT_TABLE1...more details | ||
| DAC_HELPER_INITIALIZE1 | DAC_HELPER_INITIALIZE1 | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>DAC_HELPER_INITIALIZE1...more details | ||
| DELETE1 | Delete Program Logic | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>DELETE1...more details | ||
| DELETE_NODE_DATA1 | Delete Node Data and associated BO data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>DELETE_NODE_DATA1...more details | ||
| DELETE_NODE_DATA1_INT | Delete Node Data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>DELETE_NODE_DATA1_INT...more details | ||
| DELETE_SINGLE_INSTANCE1 | Delete Single Instance | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>DELETE_SINGLE_INSTANCE1...more details | ||
| DETERMINE_SKIP_BO_FOR_XBO_ASOC | Determine skip BO service manager for cross BO association | Public |
| CALL METHOD /bofu/cl_arch_gener1=>DETERMINE_SKIP_BO_FOR_XBO_ASOC...more details | ||
| FILL_CORRUPTED_KEYS | Fill corrupted keys | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>FILL_CORRUPTED_KEYS...more details | ||
| FILTER_BY_KEY_LINKS_PARAM | Filter retrieved data by key links parameter | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>FILTER_BY_KEY_LINKS_PARAM...more details | ||
| GET_ARCH_TABLES | Get the tables to be archived | Public |
| CALL METHOD /bofu/cl_arch_gener1=>GET_ARCH_TABLES...more details | ||
| GET_RFA_INSTANCE | Get Read From Archive Instance | Public |
| CALL METHOD /bofu/cl_arch_gener1=>GET_RFA_INSTANCE...more details | ||
| INITIALIZE1 | For This class and sub classes - to initialize the state | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INITIALIZE1...more details | ||
| INITIALIZE1_INT | For This class and sub classes - to initialize the state | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INITIALIZE1_INT...more details | ||
| INIT_ADOPT_DYN_ARCH_OBJ_DEF1 | Initialize Adopt Dynamic Archive Object Definition | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_ADOPT_DYN_ARCH_OBJ_DEF1...more details | ||
| INIT_ARCH_OBJ_DYNAMIC_DEF1 | Initialize Archive Object Dynamic Definition | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_ARCH_OBJ_DYNAMIC_DEF1...more details | ||
| INIT_ARCH_OBJ_DYNAMIC_DEF1_INT | Initialize Archive Object Dynamic Definition (int) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_ARCH_OBJ_DYNAMIC_DEF1_INT...more details | ||
| INIT_ARCH_OBJ_STATIC_DEF1 | Initialize Archive Object Static Definition | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_ARCH_OBJ_STATIC_DEF1...more details | ||
| INIT_DO_NAMES1 | Initialize DO Names | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_DO_NAMES1...more details | ||
| INIT_DO_NODE_AND_ESRNAME_MAP1 | DUMMY: Cannot be deleted in support package | Private |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_DO_NODE_AND_ESRNAME_MAP1...more details | ||
| INIT_METADATA1 | DUMMY: Cannot be deleted in support package | Private |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_METADATA1...more details | ||
| INIT_NODES_AND_DATA1 | Initialize Nodes and their Data containers | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_NODES_AND_DATA1...more details | ||
| INIT_NODES_AND_DATA_GET_PREF1 | Initialize Nodes and their Data: Get Preferences | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_NODES_AND_DATA_GET_PREF1...more details | ||
| INIT_NODES_AND_DATA_INIT1 | Initialize Nodes and their Data containers | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_NODES_AND_DATA_INIT1...more details | ||
| INIT_XBO_ASSOC_2_WRITE_LINK1 | Initialize xBO assocs to be read | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>INIT_XBO_ASSOC_2_WRITE_LINK1...more details | ||
| MESSAGE_TO_PROTOCOL | Messages to Archiving Protocol | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>MESSAGE_TO_PROTOCOL...more details | ||
| MODIFY_NODES_AND_DATA | Modify mt_nodes_and_data internal table | Private |
| CALL METHOD /bofu/cl_arch_gener1=>MODIFY_NODES_AND_DATA...more details | ||
| MOVE_DATA_NODE_2_WRITE_STRUCT1 | FOR REDEFINITION: Move data from node structure to write str | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>MOVE_DATA_NODE_2_WRITE_STRUCT1...more details | ||
| MOVE_DATA_WRITE_STRUCT_2_NODE1 | FOR REDEFINITION: Move data from write str to node structure | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>MOVE_DATA_WRITE_STRUCT_2_NODE1...more details | ||
| NODES_AND_DATA_CLEAR_DATA | Cleanup Node data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>NODES_AND_DATA_CLEAR_DATA...more details | ||
| NODES_AND_DATA_CLEAR_DATA1 | Cleanup Node data | Public |
| CALL METHOD /bofu/cl_arch_gener1=>NODES_AND_DATA_CLEAR_DATA1...more details | ||
| NODES_AND_DATA_CLONE1 | Nodes and Data: Clone | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>NODES_AND_DATA_CLONE1...more details | ||
| NODE_AND_DATA_REF_GET1 | Node and Data references for given host/do node key | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>NODE_AND_DATA_REF_GET1...more details | ||
| PREPARE_DO_DATA | Prepare data of DOs for mapping into MT_(RFA_)NODES_AND_DATA | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>PREPARE_DO_DATA...more details | ||
| PREREAD_BO_INSTANCES1 | Preread BO instances | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>PREREAD_BO_INSTANCES1...more details | ||
| READ_NODE_AND_DATA1 | Read Node and data from File (my data & associated BOs) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>READ_NODE_AND_DATA1...more details | ||
| READ_NODE_AND_DATA1_INT | Read Node and data from File (Only my mata) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>READ_NODE_AND_DATA1_INT...more details | ||
| READ_SINGLE_INSTANCE_FRM_FILE1 | Read Single Instance from File | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>READ_SINGLE_INSTANCE_FRM_FILE1...more details | ||
| REGISTER_DYN_CLASSES1 | Register Dynamic Classes: Only for WRITE program | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>REGISTER_DYN_CLASSES1...more details | ||
| RETRIEVE_ADD_DATA_ON_BOS | Retrieve Additional Data on other BOs | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_ADD_DATA_ON_BOS...more details | ||
| RETRIEVE_MULTIPLE_INSTANCES1 | Retrieve data of given BO instance (from DB - serv mgr call) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_MULTIPLE_INSTANCES1...more details | ||
| RETRIEVE_NODE_CAT1 | Retrieve Node Categories | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_NODE_CAT1...more details | ||
| RETRIEVE_NODE_DATA1_INT | Retrieve Node Data: Sub nodes of ROOT | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_NODE_DATA1_INT...more details | ||
| RETRIEVE_SINGLE_INSTANCE1 | Retrieve data of given BO instance (from DB) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_SINGLE_INSTANCE1...more details | ||
| RETRIEVE_XBO_LINKS1 | Retrieve XBO Links | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_XBO_LINKS1...more details | ||
| RFA_ACTIVATE | Activate Read From Archive | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_ACTIVATE...more details | ||
| RFA_ACTIVATE_PA | Activate Read From Partial Archive/Multi Archive Objects | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_ACTIVATE_PA...more details | ||
| RFA_AS_API_READ1 | Call to NW AIS function AS_API_READ | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_AS_API_READ1...more details | ||
| RFA_CONF_GET_ALTKEY1 | Alt Key conversions: get righ alt key | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_CONF_GET_ALTKEY1...more details | ||
| RFA_CONVERT_ALTERN_KEY | Convert an alternative key to an alternative key | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_CONVERT_ALTERN_KEY...more details | ||
| RFA_CONVERT_ALTERN_KEY1_BUF | Convert Alternate Key: Buffer only | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_CONVERT_ALTERN_KEY1_BUF...more details | ||
| RFA_CONVERT_ALTERN_KEY1_WAS | Convert Alternate Key: Call to AIS + Buffer | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_CONVERT_ALTERN_KEY1_WAS...more details | ||
| RFA_EVAL_ASSOC_BINDING1 | Copy from /BOBF/CL_BUF_SIMPLE | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_EVAL_ASSOC_BINDING1...more details | ||
| RFA_GET_AIS_METADATA | Get Archive Information Sytem Metadata | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_GET_AIS_METADATA...more details | ||
| RFA_GET_CONF | Get BO configuration | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_GET_CONF...more details | ||
| RFA_GET_NODE_PROP1 | Initialize/Get Disabling Properties for given node key | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_GET_NODE_PROP1...more details | ||
| RFA_INITIALIZE1 | Read From Archive: Initialize | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_INITIALIZE1...more details | ||
| RFA_IS_ACTIVATED | Is Read From Archive Activated? | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_IS_ACTIVATED...more details | ||
| RFA_NODE_AND_DATA_REF_GET1 | Node and Data references for given host/do node key | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_NODE_AND_DATA_REF_GET1...more details | ||
| RFA_QUERY1 | Query by attributes returns ROOT_KEYs | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_QUERY1...more details | ||
| RFA_QUERY_BY_ROOT_KEY1 | Query by ROOT KEY: Returns ROOT_KEYs | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_QUERY_BY_ROOT_KEY1...more details | ||
| RFA_QUERY_INT1 | Query (Internal) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_QUERY_INT1...more details | ||
| RFA_RBA_CONF_GET_ASSOC1 | Retreive By Association: Get right Assoc | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RBA_CONF_GET_ASSOC1...more details | ||
| RFA_READ_ADDL_DATA_FROM_FILE1 | Read Additional Data from File (only used by CDO) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_READ_ADDL_DATA_FROM_FILE1...more details | ||
| RFA_READ_BO_INSTANCES1 | Read BO Instances | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_READ_BO_INSTANCES1...more details | ||
| RFA_READ_BO_INST_IF_REQUIRED1 | Read Bo Instances if required | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_READ_BO_INST_IF_REQUIRED1...more details | ||
| RFA_RETRIEVE1 | Read Data | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE1...more details | ||
| RFA_RETRIEVE_ALTKEY1 | Retrieve Alternative Key (Any Alternate Key) | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_ALTKEY1...more details | ||
| RFA_RETRIEVE_ALTKEY1_INT | Retrieve Alternative Key (Any Alternate Key) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_ALTKEY1_INT...more details | ||
| RFA_RETRIEVE_BY_ASSOC | Retrieve By Association from Archive Buffer | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC...more details | ||
| RFA_RETRIEVE_BY_ASSOC_BUF | Retrieve By Association from Archive Buffer | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_BUF...more details | ||
| RFA_RETRIEVE_BY_ASSOC_CLS | Call Association Class | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_CLS...more details | ||
| RFA_RETRIEVE_BY_ASSOC_COMP | Read Data via Association (composition associations) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_COMP...more details | ||
| RFA_RETRIEVE_BY_ASSOC_FK | Foreign Key assoc | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_FK...more details | ||
| RFA_RETRIEVE_BY_ASSOC_N | Normal assoc: Resolve by Target | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_N...more details | ||
| RFA_RETRIEVE_BY_ASSOC_RFK | Reverse Foreign Key assoc | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_RFK...more details | ||
| RFA_RETRIEVE_BY_ASSOC_ROOT | Retreive By Assoc to ROOT (BO or DO scenarios) | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_ROOT...more details | ||
| RFA_RETRIEVE_BY_ASSOC_RSP | Reverse Specialization Association: Resolve by Source | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_RSP...more details | ||
| RFA_RETRIEVE_BY_ASSOC_SP | Specialization assoc: Resolve by Target | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_SP...more details | ||
| RFA_RETRIEVE_BY_ASSOC_XBO_BUF | XBO Assocs written to file | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_XBO_BUF...more details | ||
| RFA_RETRIEVE_FOR_RETR_BY_ASSOC | Retrieve for Retrieve by assoc: inter/intra BO | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_FOR_RETR_BY_ASSOC...more details | ||
| RFA_RETRIEVE_PROPERTIES1 | Retrieve Properties | Public |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_PROPERTIES1...more details | ||
| RFA_SELECT_OPTIONS_COPY | Select Options Copy | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>RFA_SELECT_OPTIONS_COPY...more details | ||
| TODO1 | TODO | Private |
| CALL METHOD /bofu/cl_arch_gener1=>TODO1...more details | ||
| WRITE1 | Write Program Logic | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>WRITE1...more details | ||
| WRITE_NODES_AND_DATA1 | Write Nodes and Data + rel BO data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>WRITE_NODES_AND_DATA1...more details | ||
| WRITE_NODES_AND_DATA1_INT | Write Nodes and Data | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>WRITE_NODES_AND_DATA1_INT...more details | ||
| WRITE_SINGLE_INSTANCE1 | Write Single Instance | Protected |
| CALL METHOD /bofu/cl_arch_gener1=>WRITE_SINGLE_INSTANCE1...more details | ||
/BOFU/CL_ARCH_GENER1 attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ARCH_XBO_ASSOC_LINKS_STRUCT | Constant | xBO Links storage struct | '/BOFU/S_ARCH_XBO_ASSOC_LINKS' | LIKE TABNAME | Protected |
| GC_HOST_KEY | Constant | 'HOST_KEY' | LIKE STRING | Protected | |
| GC_KEY_LINKS_FILTER_DATA_TYPE | Constant | ' TYPE=/BOFU/S_CDH_KEY_LINKS_FILTER' | LIKE STRING | Protected | |
| GC_NODEKEY_KEY_MAP_STRUCT | Constant | Archiving Adaptor Mapping: DO node key+prefixed node name | '/BOFU/S_ARCH_NODE' | LIKE TABNAME | Protected |
| GC_SKIP_BO_NO | Constant | Single-Character Indicator | 'N' | LIKE CHAR1 | Public |
| GC_SKIP_BO_YES | Constant | Single-Character Indicator | 'Y' | LIKE CHAR1 | Public |
| GT_AIS_QUEYR_OBLIGATORY_FIELDS | Static Attribute | AIS Query Obligatory fields | LIKE TTFIELDNAME | Protected | |
| GT_RFA | Static Attribute | Read From Archive supported instances | LIKE TT_RFA | Protected | |
| GV_CURRENT_CLASS | Constant | '/BOFU/CL_ARCH_GENER1' | LIKE STRING | Public | |
| GV_RFA_ACTIVE | Static Attribute | LIKE ABAP_BOOL | Protected | ||
| GV_RFA_CDO | Static Attribute | Read change history from archive | ABAP_TRUE | LIKE ABAP_BOOL | Protected |
| GV_RFA_PA_ACTIVE | Static Attribute | LIKE ABAP_BOOL | Protected | ||
| MO_RFA_CDO | Instance Attribute | Read From Archive for Change Document Object | LIKE /BOFU/CL_ARCH_GENER1 | Protected | |
| MO_TXN_MANAGER | Instance Attribute | Interface of the standalone transaction manager | LIKE /BOBF/IF_TRA_TRANSACTION_MGR | Protected | |
| MS_ARCH_CONF | Instance Attribute | Archiving Adapter: BO Specific Settings | LIKE /BOFU/I_OBM_ARCH | Protected | |
| MS_ARCH_OBJ_DEFINITION | Instance Attribute | LIKE TS_ARCH_OBJ_DEFINITION | Protected | ||
| MS_ARCH_OBJ_DYNAMIC_DEFINITION | Instance Attribute | LIKE TS_ARCH_OBJ_DYNAMIC_DEFINITION | Protected | ||
| MS_CHANGE_DOC_CONF | Instance Attribute | Change Documents Adapter: BO Specific Settings | LIKE /BOFU/I_OBM_CDO | Protected | |
| MT_ARCH_CONF | Instance Attribute | LIKE TT_ARCH_CONF | Protected | ||
| MT_ARCH_OBJ_DEFINITION | Instance Attribute | LIKE TT_ARCH_OBJ_DEFINITION | Protected | ||
| MT_ARCH_OBJ_DYNAMIC_DEFINITION | Instance Attribute | LIKE TT_ARCH_OBJ_DYNAMIC_DEFINITION | Protected | ||
| MT_COMP_ASSOC | Instance Attribute | Configuration: Associations | LIKE /BOBF/T_CONFRO_ASSOC2 | Protected | |
| MT_CORRUPTED_KEY | Instance Attribute | Key Table | LIKE /BOBF/T_FRW_KEY | Private | |
| MT_DO_BUCKETS | Instance Attribute | LIKE | Protected | ||
| MT_NODES_AND_DATA | Instance Attribute | LIKE TT_NODE_AND_DATA | Protected | ||
| MT_NODE_DETAILS | Instance Attribute | LIKE TT_NODE_DETAILS | Protected | ||
| MT_RFA_AIS_FIELD_CATALOGS | Instance Attribute | LIKE TT_AIS_OBJ_DEFINITION | Protected | ||
| MT_RFA_AIS_INFO_STRUCTURES | Instance Attribute | LIKE TT_AIS_OBJ_DEFINITION | Protected | ||
| MT_RFA_ASSOC_CALL_STACK | Instance Attribute | Retr By Assoc Call Stack | LIKE TT_RFA_ASSOC_CALL_STACK | Protected | |
| MT_RFA_BO_INST_READ | Instance Attribute | Read From Archive: BO Instances read | LIKE TT_ROOT_KEY_AIS_FILE_INDEX | Protected | |
| MT_RFA_NODEKEY_KEY_MAP | Instance Attribute | Read From Archive | LIKE TT_NODEKEY_KEY_MAP | Protected | |
| MT_RFA_NODES_AND_DATA | Instance Attribute | Nodes and Data: Container for data of BO nodes | LIKE TT_NODE_AND_DATA | Protected | |
| MT_RFA_NODE_PROPERTIES | Instance Attribute | Disabling Properties | LIKE TT_NODE_PROPERTIES | Protected | |
| MT_RFA_ROOT_KEY_FILE_INDEX | Instance Attribute | Read From Archive: ROOT_KEY query results | LIKE TT_ROOT_KEY_AIS_FILE_INDEX | Protected | |
| MT_XBO_HOST_2_DO_ASSOC_MAP | Instance Attribute | XBO assoc to write and their do assoc keys | LIKE TT_XBO_HOST_2_DO_ASSOC_MAP | Protected | |
| MV_MAX_NR_BO_INST_IN_BUFFER | Instance Attribute | WRITE: Max nr of bo instances that can be in buf at a time | 50 | LIKE I | Protected |
/BOFU/CL_ARCH_GENER1 types
TS_ADDR_BUCKETS -TS_AIS_CATALOG_FIELD_MATCH -
TS_AIS_OBJ_DEFINITION - Archive Information System Object Deifnition
TS_ARCH_OBJ_DEFINITION -
TS_ARCH_OBJ_DYNAMIC_DEFINITION -
TS_ARCH_XBO_ASSOC_LINKS - Technically equivalent to /BOFU/S_ARCH_XBO_ASSOC_LINKS
TS_BO_AND_KEYS_TO_READ - Associated BOs and additional data write/reading
TS_NODEKEY_KEY_MAP - Technically equivalent to /BOFU/S_ARCH_NODE
TS_NODE_AND_DATA - Node and Data
TS_NODE_AND_DATA_REF - Node and Data
TS_NODE_DETAILS -
TS_NODE_PROPERTIES -
TS_NODE_WRITE_STRUCTURE - Node Write Structure
TS_RFA -
TS_RFA_ASSOC_CALL_STACK - Retr By Assoc Call Stack
TS_ROOT_KEY_AIS_FILE_INDEX - ROOT_KEY to File Index: AIS search result
TS_XBO_HOST_2_DO_ASSOC_MAP -
TT_AIS_CATALOG_FIELD_MATCH -
TT_AIS_OBJ_DEFINITION - Archive Information System Object Deifnitions
TT_ARCH_CONF -
TT_ARCH_OBJ_DEFINITION -
TT_ARCH_OBJ_DYNAMIC_DEFINITION -
TT_ARCH_XBO_ASSOC_LINKS - xBO assoc links
TT_BO_AND_KEYS_TO_READ - Associated BOs and additional data write/reading
TT_BO_KEY - BO keys
TT_NODEKEY_KEY_MAP -
TT_NODE_AND_DATA - Node and Data
TT_NODE_DETAILS -
TT_NODE_PROPERTIES -
TT_NODE_WRITE_STRUCTURE - Nodes Write Structures
TT_RFA -
TT_RFA_ASSOC_CALL_STACK - Retr By Assoc Call Stack
TT_ROOT_KEY_AIS_FILE_INDEX - ROOT_KEY to File Index: AIS search results
TT_ROOT_KEY_AIS_FILE_INDEX_STD - ROOT_KEY to File Index: AIS search results
TT_TABLE_NAMES - Table names
TT_XBO_HOST_2_DO_ASSOC_MAP -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects