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_READ

Inheritance

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_GENER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BADI_INTERFACE

Interface 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_CLASS

Interface 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_TABLE

Method 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 NameDescriptionVisability
ADD_ARCHIVED_DATAAdd archived dataProtected
CALL METHOD /bofu/cl_arch_gener1=>ADD_ARCHIVED_DATA...more details

ADOPT_DYN_DEFINITION1Adopt Dynamic Def - add additional classes (BO/DO)Protected
CALL METHOD /bofu/cl_arch_gener1=>ADOPT_DYN_DEFINITION1...more details

AFTER_WRITE_NODE_DATA1After writing node dataProtected
CALL METHOD /bofu/cl_arch_gener1=>AFTER_WRITE_NODE_DATA1...more details

BO_PREFERENCES_GET1FOR REDEFINITION: Get tabs to skip del, node keys to skip wrProtected
CALL METHOD /bofu/cl_arch_gener1=>BO_PREFERENCES_GET1...more details

CHECK_IS_XBO_REL_FOR_WRI1Check if XBO assoc is relevant for WritePublic
CALL METHOD /bofu/cl_arch_gener1=>CHECK_IS_XBO_REL_FOR_WRI1...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /bofu/cl_arch_gener1=>CLASS_CONSTRUCTOR...more details

CONF_GET_DO_ALTKEYConf: Get DO AltkeyProtected
CALL METHOD /bofu/cl_arch_gener1=>CONF_GET_DO_ALTKEY...more details

CONF_GET_DO_ASSOCConf: Get DO AssocProtected
CALL METHOD /bofu/cl_arch_gener1=>CONF_GET_DO_ASSOC...more details

CONF_GET_XBO_ASSOC_2_WRI_LINK1Conf: Get xBO Assoc to write links to file: REFER code commtProtected
CALL METHOD /bofu/cl_arch_gener1=>CONF_GET_XBO_ASSOC_2_WRI_LINK1...more details

CONF_IS_STRUCT_IN_ARCHOBJ_DEF1Is structure in Archvie Object DefinitionProtected
CALL METHOD /bofu/cl_arch_gener1=>CONF_IS_STRUCT_IN_ARCHOBJ_DEF1...more details

CONF_IS_XBO_ASSOC_REL_FOR_WRI1FOR REDEFINITION: Conf: Is xBO assoc relevant for WriteProtected
CALL METHOD /bofu/cl_arch_gener1=>CONF_IS_XBO_ASSOC_REL_FOR_WRI1...more details

CONV_GUID_TO_ID_FOR_LOGTo be implemented by application for writing IDs to logProtected
CALL METHOD /bofu/cl_arch_gener1=>CONV_GUID_TO_ID_FOR_LOG...more details

COPY_INT_TABLE1Copy Internal TablesProtected
CALL METHOD /bofu/cl_arch_gener1=>COPY_INT_TABLE1...more details

DAC_HELPER_INITIALIZE1DAC_HELPER_INITIALIZE1Protected
CALL METHOD /bofu/cl_arch_gener1=>DAC_HELPER_INITIALIZE1...more details

DELETE1Delete Program LogicProtected
CALL METHOD /bofu/cl_arch_gener1=>DELETE1...more details

DELETE_NODE_DATA1Delete Node Data and associated BO dataProtected
CALL METHOD /bofu/cl_arch_gener1=>DELETE_NODE_DATA1...more details

DELETE_NODE_DATA1_INTDelete Node DataProtected
CALL METHOD /bofu/cl_arch_gener1=>DELETE_NODE_DATA1_INT...more details

DELETE_SINGLE_INSTANCE1Delete Single InstanceProtected
CALL METHOD /bofu/cl_arch_gener1=>DELETE_SINGLE_INSTANCE1...more details

DETERMINE_SKIP_BO_FOR_XBO_ASOCDetermine skip BO service manager for cross BO associationPublic
CALL METHOD /bofu/cl_arch_gener1=>DETERMINE_SKIP_BO_FOR_XBO_ASOC...more details

FILL_CORRUPTED_KEYSFill corrupted keysProtected
CALL METHOD /bofu/cl_arch_gener1=>FILL_CORRUPTED_KEYS...more details

FILTER_BY_KEY_LINKS_PARAMFilter retrieved data by key links parameterProtected
CALL METHOD /bofu/cl_arch_gener1=>FILTER_BY_KEY_LINKS_PARAM...more details

GET_ARCH_TABLESGet the tables to be archivedPublic
CALL METHOD /bofu/cl_arch_gener1=>GET_ARCH_TABLES...more details

GET_RFA_INSTANCEGet Read From Archive InstancePublic
CALL METHOD /bofu/cl_arch_gener1=>GET_RFA_INSTANCE...more details

INITIALIZE1For This class and sub classes - to initialize the stateProtected
CALL METHOD /bofu/cl_arch_gener1=>INITIALIZE1...more details

INITIALIZE1_INTFor This class and sub classes - to initialize the stateProtected
CALL METHOD /bofu/cl_arch_gener1=>INITIALIZE1_INT...more details

INIT_ADOPT_DYN_ARCH_OBJ_DEF1Initialize Adopt Dynamic Archive Object DefinitionProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_ADOPT_DYN_ARCH_OBJ_DEF1...more details

INIT_ARCH_OBJ_DYNAMIC_DEF1Initialize Archive Object Dynamic DefinitionProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_ARCH_OBJ_DYNAMIC_DEF1...more details

INIT_ARCH_OBJ_DYNAMIC_DEF1_INTInitialize Archive Object Dynamic Definition (int)Protected
CALL METHOD /bofu/cl_arch_gener1=>INIT_ARCH_OBJ_DYNAMIC_DEF1_INT...more details

INIT_ARCH_OBJ_STATIC_DEF1Initialize Archive Object Static DefinitionProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_ARCH_OBJ_STATIC_DEF1...more details

INIT_DO_NAMES1Initialize DO NamesProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_DO_NAMES1...more details

INIT_DO_NODE_AND_ESRNAME_MAP1DUMMY: Cannot be deleted in support packagePrivate
CALL METHOD /bofu/cl_arch_gener1=>INIT_DO_NODE_AND_ESRNAME_MAP1...more details

INIT_METADATA1DUMMY: Cannot be deleted in support packagePrivate
CALL METHOD /bofu/cl_arch_gener1=>INIT_METADATA1...more details

INIT_NODES_AND_DATA1Initialize Nodes and their Data containersProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_NODES_AND_DATA1...more details

INIT_NODES_AND_DATA_GET_PREF1Initialize Nodes and their Data: Get PreferencesProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_NODES_AND_DATA_GET_PREF1...more details

INIT_NODES_AND_DATA_INIT1Initialize Nodes and their Data containersProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_NODES_AND_DATA_INIT1...more details

INIT_XBO_ASSOC_2_WRITE_LINK1Initialize xBO assocs to be readProtected
CALL METHOD /bofu/cl_arch_gener1=>INIT_XBO_ASSOC_2_WRITE_LINK1...more details

MESSAGE_TO_PROTOCOLMessages to Archiving ProtocolProtected
CALL METHOD /bofu/cl_arch_gener1=>MESSAGE_TO_PROTOCOL...more details

MODIFY_NODES_AND_DATAModify mt_nodes_and_data internal tablePrivate
CALL METHOD /bofu/cl_arch_gener1=>MODIFY_NODES_AND_DATA...more details

MOVE_DATA_NODE_2_WRITE_STRUCT1FOR REDEFINITION: Move data from node structure to write strProtected
CALL METHOD /bofu/cl_arch_gener1=>MOVE_DATA_NODE_2_WRITE_STRUCT1...more details

MOVE_DATA_WRITE_STRUCT_2_NODE1FOR REDEFINITION: Move data from write str to node structureProtected
CALL METHOD /bofu/cl_arch_gener1=>MOVE_DATA_WRITE_STRUCT_2_NODE1...more details

NODES_AND_DATA_CLEAR_DATACleanup Node dataProtected
CALL METHOD /bofu/cl_arch_gener1=>NODES_AND_DATA_CLEAR_DATA...more details

NODES_AND_DATA_CLEAR_DATA1Cleanup Node dataPublic
CALL METHOD /bofu/cl_arch_gener1=>NODES_AND_DATA_CLEAR_DATA1...more details

NODES_AND_DATA_CLONE1Nodes and Data: CloneProtected
CALL METHOD /bofu/cl_arch_gener1=>NODES_AND_DATA_CLONE1...more details

NODE_AND_DATA_REF_GET1Node and Data references for given host/do node keyProtected
CALL METHOD /bofu/cl_arch_gener1=>NODE_AND_DATA_REF_GET1...more details

PREPARE_DO_DATAPrepare data of DOs for mapping into MT_(RFA_)NODES_AND_DATAProtected
CALL METHOD /bofu/cl_arch_gener1=>PREPARE_DO_DATA...more details

PREREAD_BO_INSTANCES1Preread BO instancesProtected
CALL METHOD /bofu/cl_arch_gener1=>PREREAD_BO_INSTANCES1...more details

READ_NODE_AND_DATA1Read 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_INTRead 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_FILE1Read Single Instance from FileProtected
CALL METHOD /bofu/cl_arch_gener1=>READ_SINGLE_INSTANCE_FRM_FILE1...more details

REGISTER_DYN_CLASSES1Register Dynamic Classes: Only for WRITE programProtected
CALL METHOD /bofu/cl_arch_gener1=>REGISTER_DYN_CLASSES1...more details

RETRIEVE_ADD_DATA_ON_BOSRetrieve Additional Data on other BOsProtected
CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_ADD_DATA_ON_BOS...more details

RETRIEVE_MULTIPLE_INSTANCES1Retrieve data of given BO instance (from DB - serv mgr call)Protected
CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_MULTIPLE_INSTANCES1...more details

RETRIEVE_NODE_CAT1Retrieve Node CategoriesProtected
CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_NODE_CAT1...more details

RETRIEVE_NODE_DATA1_INTRetrieve Node Data: Sub nodes of ROOTProtected
CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_NODE_DATA1_INT...more details

RETRIEVE_SINGLE_INSTANCE1Retrieve data of given BO instance (from DB)Protected
CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_SINGLE_INSTANCE1...more details

RETRIEVE_XBO_LINKS1Retrieve XBO LinksProtected
CALL METHOD /bofu/cl_arch_gener1=>RETRIEVE_XBO_LINKS1...more details

RFA_ACTIVATEActivate Read From ArchivePublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_ACTIVATE...more details

RFA_ACTIVATE_PAActivate Read From Partial Archive/Multi Archive ObjectsPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_ACTIVATE_PA...more details

RFA_AS_API_READ1Call to NW AIS function AS_API_READProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_AS_API_READ1...more details

RFA_CONF_GET_ALTKEY1Alt Key conversions: get righ alt keyProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_CONF_GET_ALTKEY1...more details

RFA_CONVERT_ALTERN_KEYConvert an alternative key to an alternative keyPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_CONVERT_ALTERN_KEY...more details

RFA_CONVERT_ALTERN_KEY1_BUFConvert Alternate Key: Buffer onlyProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_CONVERT_ALTERN_KEY1_BUF...more details

RFA_CONVERT_ALTERN_KEY1_WASConvert Alternate Key: Call to AIS + BufferProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_CONVERT_ALTERN_KEY1_WAS...more details

RFA_EVAL_ASSOC_BINDING1Copy from /BOBF/CL_BUF_SIMPLEProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_EVAL_ASSOC_BINDING1...more details

RFA_GET_AIS_METADATAGet Archive Information Sytem MetadataPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_GET_AIS_METADATA...more details

RFA_GET_CONFGet BO configurationPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_GET_CONF...more details

RFA_GET_NODE_PROP1Initialize/Get Disabling Properties for given node keyProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_GET_NODE_PROP1...more details

RFA_INITIALIZE1Read From Archive: InitializePublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_INITIALIZE1...more details

RFA_IS_ACTIVATEDIs Read From Archive Activated?Public
CALL METHOD /bofu/cl_arch_gener1=>RFA_IS_ACTIVATED...more details

RFA_NODE_AND_DATA_REF_GET1Node and Data references for given host/do node keyProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_NODE_AND_DATA_REF_GET1...more details

RFA_QUERY1Query by attributes returns ROOT_KEYsPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_QUERY1...more details

RFA_QUERY_BY_ROOT_KEY1Query by ROOT KEY: Returns ROOT_KEYsPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_QUERY_BY_ROOT_KEY1...more details

RFA_QUERY_INT1Query (Internal)Protected
CALL METHOD /bofu/cl_arch_gener1=>RFA_QUERY_INT1...more details

RFA_RBA_CONF_GET_ASSOC1Retreive By Association: Get right AssocProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RBA_CONF_GET_ASSOC1...more details

RFA_READ_ADDL_DATA_FROM_FILE1Read 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_INSTANCES1Read BO InstancesProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_READ_BO_INSTANCES1...more details

RFA_READ_BO_INST_IF_REQUIRED1Read Bo Instances if requiredPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_READ_BO_INST_IF_REQUIRED1...more details

RFA_RETRIEVE1Read DataPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE1...more details

RFA_RETRIEVE_ALTKEY1Retrieve Alternative Key (Any Alternate Key)Public
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_ALTKEY1...more details

RFA_RETRIEVE_ALTKEY1_INTRetrieve Alternative Key (Any Alternate Key)Protected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_ALTKEY1_INT...more details

RFA_RETRIEVE_BY_ASSOCRetrieve By Association from Archive BufferProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC...more details

RFA_RETRIEVE_BY_ASSOC_BUFRetrieve By Association from Archive BufferProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_BUF...more details

RFA_RETRIEVE_BY_ASSOC_CLSCall Association ClassProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_CLS...more details

RFA_RETRIEVE_BY_ASSOC_COMPRead Data via Association (composition associations)Protected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_COMP...more details

RFA_RETRIEVE_BY_ASSOC_FKForeign Key assocProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_FK...more details

RFA_RETRIEVE_BY_ASSOC_NNormal assoc: Resolve by TargetProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_N...more details

RFA_RETRIEVE_BY_ASSOC_RFKReverse Foreign Key assocProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_RFK...more details

RFA_RETRIEVE_BY_ASSOC_ROOTRetreive 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_RSPReverse Specialization Association: Resolve by SourceProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_RSP...more details

RFA_RETRIEVE_BY_ASSOC_SPSpecialization assoc: Resolve by TargetProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_SP...more details

RFA_RETRIEVE_BY_ASSOC_XBO_BUFXBO Assocs written to fileProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_BY_ASSOC_XBO_BUF...more details

RFA_RETRIEVE_FOR_RETR_BY_ASSOCRetrieve for Retrieve by assoc: inter/intra BOProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_FOR_RETR_BY_ASSOC...more details

RFA_RETRIEVE_PROPERTIES1Retrieve PropertiesPublic
CALL METHOD /bofu/cl_arch_gener1=>RFA_RETRIEVE_PROPERTIES1...more details

RFA_SELECT_OPTIONS_COPYSelect Options CopyProtected
CALL METHOD /bofu/cl_arch_gener1=>RFA_SELECT_OPTIONS_COPY...more details

TODO1TODOPrivate
CALL METHOD /bofu/cl_arch_gener1=>TODO1...more details

WRITE1Write Program LogicProtected
CALL METHOD /bofu/cl_arch_gener1=>WRITE1...more details

WRITE_NODES_AND_DATA1Write Nodes and Data + rel BO dataProtected
CALL METHOD /bofu/cl_arch_gener1=>WRITE_NODES_AND_DATA1...more details

WRITE_NODES_AND_DATA1_INTWrite Nodes and DataProtected
CALL METHOD /bofu/cl_arch_gener1=>WRITE_NODES_AND_DATA1_INT...more details

WRITE_SINGLE_INSTANCE1Write Single InstanceProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_ARCH_XBO_ASSOC_LINKS_STRUCTConstantxBO Links storage struct'/BOFU/S_ARCH_XBO_ASSOC_LINKS'LIKE
TABNAME
Protected
GC_HOST_KEYConstant'HOST_KEY'LIKE
STRING
Protected
GC_KEY_LINKS_FILTER_DATA_TYPEConstant' TYPE=/BOFU/S_CDH_KEY_LINKS_FILTER'LIKE
STRING
Protected
GC_NODEKEY_KEY_MAP_STRUCTConstantArchiving Adaptor Mapping: DO node key+prefixed node name'/BOFU/S_ARCH_NODE'LIKE
TABNAME
Protected
GC_SKIP_BO_NOConstantSingle-Character Indicator'N'LIKE
CHAR1
Public
GC_SKIP_BO_YESConstantSingle-Character Indicator'Y'LIKE
CHAR1
Public
GT_AIS_QUEYR_OBLIGATORY_FIELDSStatic AttributeAIS Query Obligatory fieldsLIKE
TTFIELDNAME
Protected
GT_RFAStatic AttributeRead From Archive supported instancesLIKE
TT_RFA
Protected
GV_CURRENT_CLASSConstant'/BOFU/CL_ARCH_GENER1'LIKE
STRING
Public
GV_RFA_ACTIVEStatic AttributeLIKE
ABAP_BOOL
Protected
GV_RFA_CDOStatic AttributeRead change history from archiveABAP_TRUELIKE
ABAP_BOOL
Protected
GV_RFA_PA_ACTIVEStatic AttributeLIKE
ABAP_BOOL
Protected
MO_RFA_CDOInstance AttributeRead From Archive for Change Document ObjectLIKE
/BOFU/CL_ARCH_GENER1
Protected
MO_TXN_MANAGERInstance AttributeInterface of the standalone transaction managerLIKE
/BOBF/IF_TRA_TRANSACTION_MGR
Protected
MS_ARCH_CONFInstance AttributeArchiving Adapter: BO Specific SettingsLIKE
/BOFU/I_OBM_ARCH
Protected
MS_ARCH_OBJ_DEFINITIONInstance AttributeLIKE
TS_ARCH_OBJ_DEFINITION
Protected
MS_ARCH_OBJ_DYNAMIC_DEFINITIONInstance AttributeLIKE
TS_ARCH_OBJ_DYNAMIC_DEFINITION
Protected
MS_CHANGE_DOC_CONFInstance AttributeChange Documents Adapter: BO Specific SettingsLIKE
/BOFU/I_OBM_CDO
Protected
MT_ARCH_CONFInstance AttributeLIKE
TT_ARCH_CONF
Protected
MT_ARCH_OBJ_DEFINITIONInstance AttributeLIKE
TT_ARCH_OBJ_DEFINITION
Protected
MT_ARCH_OBJ_DYNAMIC_DEFINITIONInstance AttributeLIKE
TT_ARCH_OBJ_DYNAMIC_DEFINITION
Protected
MT_COMP_ASSOCInstance AttributeConfiguration: AssociationsLIKE
/BOBF/T_CONFRO_ASSOC2
Protected
MT_CORRUPTED_KEYInstance AttributeKey TableLIKE
/BOBF/T_FRW_KEY
Private
MT_DO_BUCKETSInstance AttributeLIKE
Protected
MT_NODES_AND_DATAInstance AttributeLIKE
TT_NODE_AND_DATA
Protected
MT_NODE_DETAILSInstance AttributeLIKE
TT_NODE_DETAILS
Protected
MT_RFA_AIS_FIELD_CATALOGSInstance AttributeLIKE
TT_AIS_OBJ_DEFINITION
Protected
MT_RFA_AIS_INFO_STRUCTURESInstance AttributeLIKE
TT_AIS_OBJ_DEFINITION
Protected
MT_RFA_ASSOC_CALL_STACKInstance AttributeRetr By Assoc Call StackLIKE
TT_RFA_ASSOC_CALL_STACK
Protected
MT_RFA_BO_INST_READInstance AttributeRead From Archive: BO Instances readLIKE
TT_ROOT_KEY_AIS_FILE_INDEX
Protected
MT_RFA_NODEKEY_KEY_MAPInstance AttributeRead From ArchiveLIKE
TT_NODEKEY_KEY_MAP
Protected
MT_RFA_NODES_AND_DATAInstance AttributeNodes and Data: Container for data of BO nodesLIKE
TT_NODE_AND_DATA
Protected
MT_RFA_NODE_PROPERTIESInstance AttributeDisabling PropertiesLIKE
TT_NODE_PROPERTIES
Protected
MT_RFA_ROOT_KEY_FILE_INDEXInstance AttributeRead From Archive: ROOT_KEY query resultsLIKE
TT_ROOT_KEY_AIS_FILE_INDEX
Protected
MT_XBO_HOST_2_DO_ASSOC_MAPInstance AttributeXBO assoc to write and their do assoc keysLIKE
TT_XBO_HOST_2_DO_ASSOC_MAP
Protected
MV_MAX_NR_BO_INST_IN_BUFFERInstance AttributeWRITE: Max nr of bo instances that can be in buf at a time50LIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!