SAP ABAP Class /BOFU/CL_LIB_SAM_ADAPTER (BOPF Adapter for Status Mgmt(OBSOLETE))
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
     /BOFU/SAM_ADAPTER (Package) Status Management Adapter
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_FRW_STATUS Interface to Status & Action Management 20081127
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BSAM/IF_SAM_APPL_FACTORY Factory Interface for STM 20090210
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BSAM/IF_SAM_BUFFER Buffer interface for STM 20090210
4 Interface implementation (CLASS c. INTERFACES i_ref)  /BSAM/IF_SAM_MEMORY_STATES Interface for multiple memory states 20081127
Properties
Class /BOFU/CL_LIB_SAM_ADAPTER  
Short Description BOPF Adapter for Status Mgmt(OBSOLETE)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/SAM_ADAPTER   Status Management Adapter 
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_FRW_STATUS Interface to Status & Action Management 20081127
2 /BSAM/IF_SAM_APPL_FACTORY Factory Interface for STM 20090210
3 /BSAM/IF_SAM_BUFFER Buffer interface for STM 20090210
4 /BSAM/IF_SAM_MEMORY_STATES Interface for multiple memory states 20081127
Friends
Class /BOFU/CL_LIB_SAM_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_RETRIEVE_CHILD Constant Public Type reference (TYPE) /BSAM/SAM_RETRIEVE_BY_REF 'C' Retrieve child nodes 20081127
2 GC_RETRIEVE_NODE Constant Public Type reference (TYPE) /BSAM/SAM_RETRIEVE_BY_REF '' Retrieve nodes 20081127
3 GC_RETRIEVE_PARENT Constant Public Type reference (TYPE) /BSAM/SAM_RETRIEVE_BY_REF 'P' Retrieve parent node 20081127
4 GT_INSTANCE Static Attribute Protected Type reference (TYPE) TT_INSTANCE Instances of SAM adapter per BO 20081127
5 MO_BOPF_CONFIG Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20081127
6 MO_MODIFY Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_FRW_MODIFY Interface to Change Data 20081127
7 MO_READ Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Reading Data 20081127
8 MO_SAM Instance attribute Protected Object reference (TYPE REF TO) /BSAM/IF_SAM_RUN_TIME Controller class for application to access S&AM 20081127
9 MT_ASSOC_DET Static Attribute Protected Type reference (TYPE) TT_ASSOC_DETAIL Buffer for Association Details 20081127
10 MT_CREATED_NODES Instance attribute Protected Type reference (TYPE) /BOBF/T_FRW_NODE Table with created nodes 20081127
11 MT_DELETED_NODES Instance attribute Protected Type reference (TYPE) /BOBF/T_FRW_NODE Nodes that are deleted from SAM perspective 20081127
12 MT_FIELD_MAPPING Instance attribute Protected Type reference (TYPE) /BOBF/T_LIB_STATUS_NODE_MAP Node with mapping table 20081127
13 MT_NODE_DETAIL Static Attribute Protected Type reference (TYPE) TT_NODE_DETAIL Buffer for Node Details 20081127
14 MT_PARENT_ASSOC_DET Static Attribute Protected Type reference (TYPE) TT_PARENT_ASSOC_DETAIL Buffer for Parent Associations 20081127
15 MT_QUERY_ASSOC Static Attribute Protected Type reference (TYPE) TT_QUERY_ASSOC Buffer for Association Query 20081127
16 MT_QUERY_NODE Static Attribute Protected Type reference (TYPE) TT_QUERY_NODE Buffer for Node Query 20081127
17 MT_ROOT_ASSOC_DET Static Attribute Protected Type reference (TYPE) TT_ROOT_ASSOC_DETAIL Buffer for Root Associations 20081127
18 MT_STATUS_ASSOC Instance attribute Protected Type reference (TYPE) /BOBF/T_CONFRO_ASSOC3 Status associations 20081127
19 MT_STATUS_ASSOC_DET Static Attribute Protected Type reference (TYPE) TT_STATUS_ASSOC_DETAIL Buffer for Status Associations 20081127
20 MT_STATUS_ASSOC_KEY3 Instance attribute Protected Type reference (TYPE) TT_CONFRO_ASSOC_KEY3 Status associations 20081127
21 MT_STATUS_PARENT_LINK Instance attribute Protected Type reference (TYPE) TT_STATUS_PARENT_LINK node key link 20081127
22 MT_STA_VAR Instance attribute Protected Type reference (TYPE) /BOBF/T_CONFRO_STA_VAR 20090316
23 MT_VARIABLE_ASSOC Static Attribute Protected Type reference (TYPE) TT_VARIABLE_ASSOC Buffer for Associations for Statuses 20081127
24 MV_BEFORE_IMAGE Instance attribute Protected Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081127
25 MV_BO_KEY Instance attribute Protected Type reference (TYPE) /BOBF/OBM_BO_KEY BOPF BO Key 20081127
26 MV_BO_NAME Instance attribute Protected Type reference (TYPE) /BSAM/SAM_BO_NAME ESF BO Name 20081127
27 MV_USE_PROXY_NAMES Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20090316
28 SC_CONSISTENT Constant Protected Type reference (TYPE) /BSAM/SAM_STATUS_VALUE '03' Status Management: Status Value 20081127
29 SC_INCONSISTENT Constant Protected Type reference (TYPE) /BSAM/SAM_STATUS_VALUE '02' Status Management: Status Value 20081127
30 SC_PENDING Constant Protected Type reference (TYPE) /BSAM/SAM_STATUS_VALUE '01' Status Management: Status Value 20120902
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081127
2 CONVERT_SAM_EXCEPTION Instance method Protected Method Convert S&AM exception to error message 20081127
3 GET_ASSOC_DETAIL Instance method Protected Method Get Association Detail 20081127
4 GET_CONSISTENCY_VALUE Instance method Protected Method Gets the value for consistency status 20081127
5 GET_DEFAULT_SCHEMA Instance method Protected Method 20081127
6 GET_DETAIL_SCHEMA Instance method Protected Method 20081127
7 GET_MAPPING_TABLE Instance method Protected Method Get mapping table for status node 20081127
8 GET_NODE_DETAIL Instance method Protected Method Get Node Detail 20081127
9 GET_PARENT_ASSOC_DETAIL Instance method Protected Method Get Parent Association Detail 20081127
10 GET_ROOT_ASSOC_DETAIL Instance method Protected Method Get Root Association Detail 20081127
11 GET_STATUS_ASSOC_DETAIL Instance method Protected Method Get Status Association Detail 20081127
12 GET_STATUS_SCHEMES Static method Public Method get status schemes for node 20081127
13 GET_STATUS_VARIABLES Static method Public Method get status variables for scheme 20081127
14 GET_VARIABLE_ASSOC Instance method Protected Method Get Associations For Status Variables 20081127
15 QUERY_ASSOC Instance method Protected Method Query Association 20081127
16 QUERY_NODE Instance method Protected Method Query Node 20081127
17 READ_ME Static method Private Method Read ME!!! 20090313
18 ZZZ_MAP_BOPF_FIELD_TO_SAM Static method Private Method NOT USED: Mapping of BOPF fieldname to S&AM status name 20090316
19 ZZZ_MAP_SAM_FIELD_TO_BOPF Static method Private Method NOT USED: Mapping of S&AM status name to BOPF fieldname 20090316
Events
Class /BOFU/CL_LIB_SAM_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 /BOBF/S_LIB_STATUS_ACTION Protected See coding Action mapping 20090914 BEGIN OF /bobf/s_lib_status_action, action_name TYPE string, action_key TYPE /bobf/act_key, END OF /bobf/s_lib_status_action
2 /BOBF/S_LIB_STATUS_MAPPING Protected See coding Field mapping 20090914 BEGIN OF /bobf/s_lib_status_mapping, fieldname_int TYPE string, fieldname_ext TYPE string, sta_var_key TYPE /bobf/sta_var_key, END OF /bobf/s_lib_status_mapping
3 /BOBF/S_LIB_STATUS_NODE_LIST Protected See coding Node with table of keys 20090914 BEGIN OF /bobf/s_lib_status_node_list, node TYPE /bobf/obm_node_key, t_key TYPE /bobf/t_frw_key, END OF /bobf/s_lib_status_node_list
4 /BOBF/S_LIB_STATUS_NODE_MAP Protected See coding Node with mapping table 20090914 BEGIN OF /bobf/s_lib_status_node_map, node TYPE /bobf/obm_node_key, t_mapping TYPE /bobf/t_lib_status_mapping, END OF /bobf/s_lib_status_node_map
5 /BOBF/S_LIB_STATUS_SCHEMA Protected See coding Schema assignment 20090914 BEGIN OF /bobf/s_lib_status_schema, key TYPE /bobf/conf_key, schema TYPE string, END OF /bobf/s_lib_status_schema
6 /BOBF/T_CONF_NAME Public See coding 20090914 /BOBF/T_CONF_NAME type STANDARD TABLE OF /BOBF/obm_NAME WITH DEFAULT KEY
7 /BOBF/T_LIB_STATUS_ACTION Protected See coding Action mapping 20090914 /bobf/t_lib_status_action TYPE SORTED TABLE OF /bobf/s_lib_status_action WITH NON-UNIQUE KEY action_name
8 /BOBF/T_LIB_STATUS_MAPPING Protected See coding Field mapping 20090914 /bobf/t_lib_status_mapping TYPE SORTED TABLE OF /bobf/s_lib_status_mapping WITH NON-UNIQUE KEY fieldname_ext WITH NON-UNIQUE SORTED KEY internal_fieldname COMPONENTS fieldname_int
9 /BOBF/T_LIB_STATUS_NODE_LIST Protected See coding List of nodes with keys 20090914 /bobf/t_lib_status_node_list TYPE STANDARD TABLE OF /bobf/s_lib_status_node_list WITH NON-UNIQUE KEY node
10 /BOBF/T_LIB_STATUS_NODE_MAP Protected See coding Node with mapping table 20090914 /bobf/t_lib_status_node_map TYPE SORTED TABLE OF /bobf/s_lib_status_node_map WITH NON-UNIQUE KEY node
11 /BOBF/T_LIB_STATUS_SCHEMA Protected See coding 20091117 /bobf/t_lib_status_schema type SORTED TABLE OF /BOBF/S_LIB_STATUS_SCHEMA with UNIQUE KEY KEY
12 ASSOC_KEY Protected See coding 20090305 assoc_key(16)
13 ASSOC_NAME Protected See coding 20090305 assoc_name(30)
14 BO_NODE_NAME Protected See coding 20090305 bo_node_name(30)
15 SCHEMA_NAME Protected See coding 20090305 schema_name(30)
16 TS_ASSOC_DETAIL Protected See coding 20090305 BEGIN OF ts_assoc_detail, node_key TYPE /bobf/obm_node_key, assoc_key TYPE /bobf/obm_assoc_key, source_node_key TYPE /bobf/obm_node_key, source_node_name TYPE /bobf/obm_name, target_node_key TYPE /bobf/obm_node_key, target_node_name TYPE /bobf/obm_name, END OF ts_assoc_detail
17 TS_CHANGED_NODES Protected See coding 20090305 BEGIN OF ts_changed_nodes, root_key TYPE /bobf/conf_key, node TYPE /bobf/obm_node_key, key TYPE /bobf/conf_key, change_mode TYPE /bobf/conf_change_mode, node_name TYPE /bobf/obm_name, END OF ts_changed_nodes
18 TS_INSTANCE Protected See coding 20090305 BEGIN OF ts_instance, bo_key TYPE /bobf/obm_bo_key, instance TYPE REF TO /bobf/if_frw_status, END OF ts_instance
19 TS_NODE_DETAIL Protected See coding 20090305 BEGIN OF ts_node_detail, node_key TYPE /bobf/obm_node_key, data_type TYPE string, node_esr_name TYPE string, node_cat_tab TYPE /bobf/t_confro_node_cat, END OF ts_node_detail
20 TS_PARENT_ASSOC_DETAIL Protected See coding 20090305 BEGIN OF ts_parent_assoc_detail, node_key TYPE /bobf/obm_node_key, assoc_key TYPE /bobf/obm_assoc_key, target_node_key TYPE /bobf/obm_node_key, target_node_esr_name TYPE string, END OF ts_parent_assoc_detail
21 TS_QUERY_ASSOC Protected See coding 20090305 BEGIN OF ts_query_assoc, node_key TYPE /bobf/obm_node_key, assoc_name TYPE /bobf/obm_name, assoc_key TYPE /bobf/obm_assoc_key, END OF ts_query_assoc
22 TS_QUERY_NODE Protected See coding 20090305 BEGIN OF ts_query_node, bo_name TYPE string, node_name TYPE string, node_key TYPE /bobf/obm_node_key, END OF ts_query_node
23 TS_ROOT_ASSOC_DETAIL Protected See coding 20090305 BEGIN OF ts_root_assoc_detail, node_key TYPE /bobf/obm_node_key, assoc_key TYPE /bobf/obm_assoc_key, source_node_key TYPE /bobf/obm_node_key, END OF ts_root_assoc_detail
24 TS_STATUS_ASSOC_DETAIL Protected See coding 20090305 BEGIN OF ts_status_assoc_detail, node_key TYPE /bobf/obm_node_key, target_node_key TYPE /bobf/obm_node_key, target_node_name TYPE /bobf/obm_name, END OF ts_status_assoc_detail
25 TS_VARIABLE_ASSOC Protected See coding 20090305 BEGIN OF ts_variable_assoc, bo_name TYPE /bsam/sam_bo_name, bo_node_name TYPE /bobf/obm_name, schema_name TYPE /bsam/sam_schema, variable_assoc TYPE /bsam/t_sam_variable_assoc, END OF ts_variable_assoc
26 TT_ASSOC_DETAIL Protected See coding 20090305 tt_assoc_detail TYPE SORTED TABLE OF ts_assoc_detail WITH UNIQUE KEY node_key
27 TT_CHANGED_NODES Protected See coding 20090305 tt_changed_nodes TYPE STANDARD TABLE OF ts_changed_nodes
28 TT_CONFRO_ASSOC_KEY3 Protected See coding 20090305 tt_confro_assoc_key3 TYPE SORTED TABLE OF /bobf/s_confro_assoc WITH NON-UNIQUE KEY source_node_key assoc_cat
29 TT_INSTANCE Protected See coding 20090305 tt_instance TYPE SORTED TABLE OF ts_instance WITH UNIQUE KEY bo_key
30 TT_NODE_DETAIL Protected See coding 20090305 tt_node_detail TYPE SORTED TABLE OF ts_node_detail WITH UNIQUE KEY node_key
31 TT_NODE_MAPPING_ASSOC Protected See coding 20081127 tt_node_mapping_assoc TYPE STANDARD TABLE OF ty_node_mapping_assoc
32 TT_PARENT_ASSOC_DETAIL Protected See coding 20090305 tt_parent_assoc_detail TYPE SORTED TABLE OF ts_parent_assoc_detail WITH UNIQUE KEY node_key
33 TT_QUERY_ASSOC Protected See coding 20090305 tt_query_assoc TYPE SORTED TABLE OF ts_query_assoc WITH UNIQUE KEY node_key
34 TT_QUERY_NODE Protected See coding 20090305 tt_query_node TYPE STANDARD TABLE OF ts_query_node
35 TT_ROOT_ASSOC_DETAIL Protected See coding 20090305 tt_root_assoc_detail TYPE SORTED TABLE OF ts_root_assoc_detail WITH UNIQUE KEY node_key
36 TT_STATUS_ASSOC_DETAIL Protected See coding 20090305 tt_status_assoc_detail TYPE SORTED TABLE OF ts_status_assoc_detail WITH UNIQUE KEY node_key
37 TT_STATUS_PARENT_LINK Protected See coding 20081127 tt_status_parent_link TYPE SORTED TABLE OF ty_status_parent_link WITH UNIQUE KEY source_node source_key
38 TT_VARIABLE_ASSOC Protected See coding 20090305 tt_variable_assoc TYPE SORTED TABLE OF ts_variable_assoc WITH UNIQUE KEY bo_name
39 TY_NODE_MAPPING_ASSOC Protected See coding 20081127 BEGIN OF ty_node_mapping_assoc, parent_node_name TYPE /bobf/obm_name, parent_node_key TYPE /bobf/conf_key, parent_status_node_name TYPE /bobf/obm_name, parent_status_node_key TYPE /bobf/conf_key, child_node_name TYPE /bobf/obm_name, child_node_key TYPE /bobf/conf_key, child_status_node_name TYPE /bobf/obm_name, child_status_node_key TYPE /bobf/conf_key, END OF ty_node_mapping_assoc
40 TY_STATUS_PARENT_LINK Protected See coding 20081127 BEGIN OF ty_status_parent_link, source_node TYPE /bobf/obm_node_key, source_key TYPE /bobf/conf_key, target_node TYPE /bobf/obm_node_key, target_key TYPE /bobf/conf_key, status_schema TYPE /bobf/obm_name, END OF ty_status_parent_link
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081127
# Exception Resumable Description Created on
1 /BOBF/CX_FRW BOPF Exception Class 20081127

Method CONVERT_SAM_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_MESSAGE Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081127
2 Importing IO_SAM_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20081127
3 Importing IV_ACTION Call by reference Type reference (TYPE) /BSAM/SAM_ACTION Action name 20081127
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081127
5 Importing IV_NODE Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127
6 Importing IV_STATUS Call by reference Type reference (TYPE) STRING Status type 20081127

Method CONVERT_SAM_EXCEPTION on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_ASSOC_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ASSOC Call by reference Type reference (TYPE) TS_ASSOC_DETAIL 20081127
2 Importing IV_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20081127
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_ASSOC_DETAIL on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_CONSISTENCY_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS_VALUE Call by reference Type reference (TYPE) /BSAM/SAM_STATUS_VALUE Status Management: Status Value 20081127
2 Importing IS_CONSISTENCY Call by reference Type reference (TYPE) /BOBF/S_FRW_CONSISTENCY Consistency information 20081127

Method GET_CONSISTENCY_VALUE on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_DEFAULT_SCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SCHEMA Call by reference Type reference (TYPE) STRING SAM_SCHEMA_NAME 20081127
2 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081127
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_DEFAULT_SCHEMA on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_DETAIL_SCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SCHEMA Call by reference Type reference (TYPE) /BOFU/T_LIB_STATUS_SCHEMA Schema assignment 20081127
2 Importing IO_READ Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_READ Interface to Read Data 20081127
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081127
4 Importing IV_BO_KEY Call by reference Type reference (TYPE) /BOBF/OBM_BO_KEY Business Object 20081127
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_DETAIL_SCHEMA on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_MAPPING_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAPPING Call by reference Type reference (TYPE) /BOBF/T_LIB_STATUS_MAPPING Field mapping 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_MAPPING_TABLE on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_NODE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE_DETAIL Call by reference Type reference (TYPE) TS_NODE_DETAIL 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_NODE_DETAIL on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_PARENT_ASSOC_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PARENT_ASSOC Call by reference Type reference (TYPE) TS_PARENT_ASSOC_DETAIL 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_PARENT_ASSOC_DETAIL on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_ROOT_ASSOC_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ROOT_ASSOC Call by reference Type reference (TYPE) TS_ROOT_ASSOC_DETAIL 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_ROOT_ASSOC_DETAIL on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_STATUS_ASSOC_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_STATUS_ASSOC Call by reference Type reference (TYPE) TS_STATUS_ASSOC_DETAIL 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method GET_STATUS_ASSOC_DETAIL on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_STATUS_SCHEMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATUS_SCHEME Call by reference Type reference (TYPE) /BOBF/T_CONF_NAME List of Entity Names 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127
3 Importing IV_USE_PROXY_NAMES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Use Proxy Names? 20090316

Method GET_STATUS_SCHEMES on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_STATUS_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATUS_VARIABLE Call by reference Type reference (TYPE) /BOBF/T_CONF_NAME List of Entity Names 20081127
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127
3 Importing IV_STATUS_SCHEME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127

Method GET_STATUS_VARIABLES on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method GET_VARIABLE_ASSOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VARIABLE_ASSOC Call by reference Type reference (TYPE) /BSAM/T_SAM_VARIABLE_ASSOC Table type for STM status variable associations 20081127
2 Importing IV_BO_NAME Call by reference Type reference (TYPE) /BSAM/SAM_BO_NAME Status Management: Business Object Name 20081127
3 Importing IV_BO_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
4 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) /BSAM/SAM_SCHEMA Status Management: Status Schema 20081127

Method GET_VARIABLE_ASSOC on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method QUERY_ASSOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ASSOC_KEY Value transfer Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association 20081127
2 Importing IV_ASSOC_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081127
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127

Method QUERY_ASSOC on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method QUERY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_NODE_KEY Value transfer Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081127
2 Importing IV_BO_NAME Call by reference Type reference (TYPE) STRING 20081127
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20081127

Method QUERY_NODE on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method READ_ME Signature

Method READ_ME on class /BOFU/CL_LIB_SAM_ADAPTER has no parameter.
Method READ_ME on class /BOFU/CL_LIB_SAM_ADAPTER has no exception.

Method ZZZ_MAP_BOPF_FIELD_TO_SAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SAM_FIELD Value transfer Type reference (TYPE) STRING Field Name 20090316
2 Importing IO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20090316
3 Importing IV_BOPF_FIELD Call by reference Type reference (TYPE) FIELDNAME Field Name 20090316
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090316
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090316
# Exception Resumable Description Created on
1 /BOFU/CX_SAM_ADAPTER 20090316

Method ZZZ_MAP_SAM_FIELD_TO_BOPF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_BOPF_FIELD Value transfer Type reference (TYPE) FIELDNAME Field Name 20090316
2 Importing IO_CONF Call by reference Object reference (TYPE REF TO) /BOBF/IF_FRW_CONFIGURATION Interface for Configuration 20090316
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090316
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20090316
5 Importing IV_SAM_FIELD Call by reference Type reference (TYPE) STRING Field Name 20090316
# Exception Resumable Description Created on
1 /BOFU/CX_SAM_ADAPTER 20090316
History
Last changed by/on SAP  20130531 
SAP Release Created in 701