Hierarchy

⤷

⤷

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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
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
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | REDEFINE THIS METHOD: After Writing BO Content: Event | 20090526 |
2 | ![]() |
Static method | Public | Method | at_selection_screen_output | 20081127 |
3 | ![]() |
Static method | Public | Constructor | Class Constructor | 20081127 |
4 | ![]() |
Instance method | Public | Constructor | Constructor | 20081127 |
5 | ![]() |
Instance method | Protected | Method | 20081127 | |
6 | ![]() |
Instance method | Protected | Method | 20081127 | |
7 | ![]() |
Instance method | Public | Method | Delete Program Logic | 20081127 |
8 | ![]() |
Instance method | Protected | Method | Execute Query (Preprocess, WRITE) | 20081127 |
9 | ![]() |
Instance method | Protected | Method | GBS: Prep MT_NODE_TAB with nodes having DB tables | 20090520 |
10 | ![]() |
Instance method | Protected | Method | GBS: Get BO Node using BO metadata | 20090520 |
11 | ![]() |
Instance method | Protected | Method | GBS: Get BO Nodes using BO metadata | 20090520 |
12 | ![]() |
Instance method | Protected | Method | GBS: Get BO Structure using BO metadata | 20081127 |
13 | ![]() |
Instance method | Protected | Method | Get Dynamic Structures for DO | 20090527 |
14 | ![]() |
Static method | Public | Method | Factory Method for get_instance( ) | 20081127 |
15 | ![]() |
Instance method | Protected | Method | 20081127 | |
16 | ![]() |
Static method | Public | Method | INITIALIZATION | 20081127 |
17 | ![]() |
Instance method | Protected | Method | For This class and sub classes - to initialize the state | 20100709 |
18 | ![]() |
Instance method | Protected | Method | EMPTY Method: What is this? | 20081127 |
19 | ![]() |
Instance method | Public | Method | Pre Process Program Logic | 20081127 |
20 | ![]() |
Instance method | Protected | Method | Register Dynamic Objects for Write program | 20090527 |
21 | ![]() |
Instance method | Protected | Method | DO:Register Dynamic str (DO tables), other arch classes used | 20090526 |
22 | ![]() |
Instance method | Protected | Method | Register Dynamic structures (self, DOs) | 20090527 |
23 | ![]() |
Instance method | Protected | Method | Retrieve Application Data (WRITE Program) | 20081127 |
24 | ![]() |
Instance method | Protected | Method | Get BO content (WRITE Program): Calls Retrieve | 20090525 |
25 | ![]() |
Instance method | Protected | Method | Retrieve: Append DB table content | 20090525 |
26 | ![]() |
Instance method | Protected | Method | Initialize CS_BO from BO config & arch config | 20081127 |
27 | ![]() |
Static method | Public | Method | START_OF_SELECTION | 20081127 |
28 | ![]() |
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 | ![]() |
CT_MESSAGE | Call by reference | Type reference (TYPE) | /BOBF/CM_FRW=>TT_FRW | 20090526 | |||
2 | ![]() |
IS_DAC_NODE | Call by reference | Type reference (TYPE) | TY_S_DAC_NODE | DB Table Data for tables (DAC Nodes) | 20090526 | ||
3 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | HASHED TABLE | Hashed Table (DB_TABLE) data with unique key as DB KEY | 20090526 | ||
4 | ![]() |
IV_ARCHIVE_HANDLE | Call by reference | Type reference (TYPE) | SYTABIX | Index of Internal Tables | 20090526 | ||
5 | ![]() |
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 | ![]() |
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 | ![]() |
IV_BO_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090520 | |||
2 | ![]() |
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 | ![]() |
ET_FIELDNAME | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081127 | |||
2 | ![]() |
IS_BO_T_SCR | Call by reference | Type reference (TYPE) | TY_S_BO-T_SCR | 20081127 | |||
3 | ![]() |
IS_QUERY | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_QUERY | 20081127 | |||
4 | ![]() |
IS_ROOT_NODE | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | 20081127 | |||
5 | ![]() |
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 | ![]() |
CT_FIELDNAME | Call by reference | Type reference (TYPE) | /BOFU/T_STRING | 20081127 | |||
2 | ![]() |
ER_FIELDS | Call by reference | Object reference (TYPE REF TO) | DATA | 20081127 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
CS_BO | Call by reference | Type reference (TYPE) | TY_S_BO | 20081127 | |||
2 | ![]() |
CT_MESSAGE | Call by reference | Type reference (TYPE) | /BOBF/CM_FRW=>TT_FRW | 20081127 | |||
3 | ![]() |
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 | ![]() |
CT_NODE | Call by reference | Type reference (TYPE) | TY_T_ARCH_NODE | 20090520 | |||
2 | ![]() |
EV_HAS_TABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090520 | |||
3 | ![]() |
IS_NODE | Call by reference | Type reference (TYPE) | TY_S_ARCH_NODE | 20090520 | |||
4 | ![]() |
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 | ![]() |
CT_DAC_NODE | Call by reference | Type reference (TYPE) | TY_T_DAC_NODE | DAC Nodes | 20090525 | ||
2 | ![]() |
CT_NODE | Call by reference | Type reference (TYPE) | TY_T_ARCH_NODE | 20090520 | |||
3 | ![]() |
IS_NODE | Value transfer | Type reference (TYPE) | TY_S_ARCH_NODE | 20090520 | |||
4 | ![]() |
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 | ![]() |
CT_DAC_NODE | Call by reference | Type reference (TYPE) | TY_T_DAC_NODE | DAC Nodes | 20090525 | ||
2 | ![]() |
CT_NODE | Call by reference | Type reference (TYPE) | TY_T_ARCH_NODE | 20090520 | |||
3 | ![]() |
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 | ![]() |
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 | ![]() |
ET_ARCH_DDIC | Call by reference | Type reference (TYPE) | TY_T_ARCH_DDIC | 20090527 | |||
2 | ![]() |
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 | ![]() |
IV_BO_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20090520 | |||
2 | ![]() |
IV_DEFAULT_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | GV_THIS_CLASS | Object Type Name | 20100709 | |
3 | ![]() |
IV_HOST | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081127 | |||
4 | ![]() |
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 | ![]() |
CS_BO | Call by reference | Type reference (TYPE) | TY_S_BO | 20081127 | |||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IS_ASSOC | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_ASSOC | 20081127 | |||
2 | ![]() |
IT_OUT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20081127 | |||
3 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | 20081127 | |||
4 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
CS_ROOT | Call by reference | Type reference (TYPE) | ANY | 20081127 | |||
2 | ![]() |
CT_CONT | Call by reference | Type reference (TYPE) | TY_T_DB_TABLE_DATA | DB Table Data for tables (DAC Nodes) | 20081127 | ||
3 | ![]() |
CT_MESSAGE | Call by reference | Type reference (TYPE) | /BOBF/CM_FRW=>TT_FRW | 20090525 | |||
4 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | 20090525 | |||
5 | ![]() |
IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | 20090525 | |||
6 | ![]() |
IV_NODE_PATH | Value transfer | Type reference (TYPE) | STRING | 20090525 | |||
7 | ![]() |
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 | ![]() |
CS_ROOT | Call by reference | Type reference (TYPE) | ANY | 20090525 | |||
2 | ![]() |
CT_CONT | Call by reference | Type reference (TYPE) | TY_T_DB_TABLE_DATA | DB Table Data for tables (DAC Nodes) | 20090525 | ||
3 | ![]() |
CT_MESSAGE | Call by reference | Type reference (TYPE) | /BOBF/CM_FRW=>TT_FRW | 20090525 | |||
4 | ![]() |
IS_KEY | Call by reference | Type reference (TYPE) | /BOBF/S_FRW_KEY | 20090525 | |||
5 | ![]() |
IV_ARCHMODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20090525 | |||
6 | ![]() |
IV_DAC_CLASS | Call by reference | Type reference (TYPE) | STRING | 20090525 | |||
7 | ![]() |
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 | ![]() |
CT_CONT | Call by reference | Type reference (TYPE) | TY_T_DB_TABLE_DATA | DB Table Data for tables (DAC Nodes) | 20090525 | ||
2 | ![]() |
CT_MESSAGE | Call by reference | Type reference (TYPE) | /BOBF/CM_FRW=>TT_FRW | 20090525 | |||
3 | ![]() |
IO_DO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Interface for Configuration | 20090525 | ||
4 | ![]() |
IS_NODE_CONF | Call by reference | Type reference (TYPE) | /BOBF/S_CONFRO_NODE | Node | 20090525 | ||
5 | ![]() |
IT_KEY | Call by reference | Type reference (TYPE) | /BOBF/T_FRW_KEY | Key Table | 20090525 | ||
6 | ![]() |
IT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20090525 | |||
7 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |