SAP ABAP Interface /BOBF/IF_FRW_CONFIGURATION (Interface for Configuration)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
     /BOBF/FRAMEWORK (Package) Business Object Processing Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/CL_CONFRT_COMPLETE Complete configuration for BOPF object 20081212
Properties
Interface /BOBF/IF_FRW_CONFIGURATION  
Short Description Interface for Configuration    
General Data
Package /BOBF/FRAMEWORK   Business Object Processing Framework 
Created 20081213   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface /BOBF/IF_FRW_CONFIGURATION has no forward declaration.
Interfaces
Interface /BOBF/IF_FRW_CONFIGURATION has no interface.
Friends
Interface /BOBF/IF_FRW_CONFIGURATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_LAST_ACTION Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_ACT_LIST Last action 20081213
2 MS_LAST_ALTKEY Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_ALTKEY Last alternative key 20081213
3 MS_LAST_ASSOC Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_ASSOC Last association 20081213
4 MS_LAST_GROUP Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_GROUP Group 20081213
5 MS_LAST_NODE Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_NODE Last node 20081213
6 MS_LAST_QUERY Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_QUERY Last query 20081213
7 MS_LAST_STA_DERIV Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_STA_DERIV Last derivator 20081213
8 MS_LAST_STA_VAR Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_STA_VAR Last status variable 20081213
9 MS_LAST_VSET Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_VALUE_SET Configuration: Value Set 20081213
10 MS_OBJ Instance attribute Public Type reference (TYPE) /BOBF/S_CONFRO_OBJ Configuration BO 20081213
Methods
# Method Level Visibility Method type Description Created on
1 GET_ACT Instance method Public Method Returns Information of an Action 20081213
2 GET_ACT_TAB Instance method Public Method Returns Information of all Actions 20081213
3 GET_ALTKEY Instance method Public Method Returns Information of a Alternative Key 20081213
4 GET_ALTKEY_TAB Instance method Public Method Returns Information of all Alternative Keys 20081213
5 GET_ASSOC Instance method Public Method Returns Information of a Association 20081213
6 GET_ASSOC_CHANGE Instance method Public Method Returns the association change trigger 20081213
7 GET_ASSOC_TAB Instance method Public Method Return All Associations 20081213
8 GET_AUTHORITY_FIELD_MAPPING Instance method Public Method Get authority field mappings by node key 20121023
9 GET_AUTHORITY_OBJECTS Instance method Public Method Get authorization objects by node key 20121023
10 GET_BO Instance method Public Method Returns Information of a BO 20081213
11 GET_CONTENT_KEY_MAPPING Instance method Public Method Get content key mapping 20090223
12 GET_DETERMINATION Instance method Public Method Returns Determinations of a Time Spot 20081213
13 GET_FIELDMAPPING Instance method Public Method Returns Field Name Mapping for Service Provider 20081213
14 GET_GROUP Instance method Public Method Returns group 20081213
15 GET_GROUP_TAB Instance method Public Method Returns list of groups 20081213
16 GET_NODE Instance method Public Method Returns Information for a Node 20081213
17 GET_NODE_TAB Instance method Public Method Returns all nodes 20081213
18 GET_PROPERTY Instance method Public Method Returns static properties 20081213
19 GET_PROPERTY_CHANGE Instance method Public Method Returns the property change trigger 20081213
20 GET_PROPERTY_PRX Instance method Public Method Returns static proxy properties 20081213
21 GET_QUERY Instance method Public Method Returns information of a query 20081213
22 GET_QUERY_TAB Instance method Public Method Returns information of all queries 20081213
23 GET_STATUS_ASSOCIATIONS Instance method Public Method Returns associations between status relevant nodes 20081213
24 GET_STATUS_DERIVATOR Instance method Public Method Return derivator 20081213
25 GET_STATUS_DERIVATOR_TAB Instance method Public Method Return list of derivators 20100727
26 GET_STATUS_VARIABLE Instance method Public Method Get status variable by key 20081213
27 GET_STATUS_VARIABLES Instance method Public Method Get status variables of a node 20081213
28 GET_VALIDATION Instance method Public Method Returns consistency validations 20081213
29 GET_VALUE_SET Instance method Public Method Returns a value set 20081213
30 GET_VALUE_SET_TAB Instance method Public Method Returns all value sets 20081213
31 QUERY_ACTION Instance method Public Method Get action by name 20081213
32 QUERY_ALTKEY Instance method Public Method Get alternative key by name 20081213
33 QUERY_ASSOC Instance method Public Method Get association by name 20081213
34 QUERY_NODE Instance method Public Method Get node by name 20081213
35 QUERY_NODES Instance method Public Method Get nodes by proxy name 20081213
36 QUERY_QUERY Instance method Public Method Get query by name 20081213
37 QUERY_STATUS_DERIVATOR Instance method Public Method Get derivators by proxy name 20081213
38 QUERY_VALUE_SET Instance method Public Method Get value set by name 20081213
Events
Interface /BOBF/IF_FRW_CONFIGURATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTT_AUTHORITY_OBJECT Public See coding 20121023 gtt_authority_object TYPE SORTED TABLE OF xuobject WITH UNIQUE KEY table_line
2 GTT_AUTH_FIELD_ID Public See coding 20121023 gtt_auth_field_id TYPE SORTED TABLE OF gty_auth_field_id WITH UNIQUE KEY authority_object
3 GTT_AUTH_FIELD_MAP Public See coding 20121023 gtt_auth_field_map TYPE SORTED TABLE OF gty_auth_field_map WITH UNIQUE KEY authority_object authority_field
4 GTY_AUTH_FIELD_ID Public See coding 20121023 BEGIN OF gty_auth_field_id. TYPES authority_object TYPE xuobject. TYPES id1 TYPE fieldname. TYPES id2 TYPE fieldname. TYPES id3 TYPE fieldname. TYPES id4 TYPE fieldname. TYPES id5 TYPE fieldname. TYPES id6 TYPE fieldname. TYPES id7 TYPE fieldname. TYPES id8 TYPE fieldname. TYPES END OF gty_auth_field_id
5 GTY_AUTH_FIELD_MAP Public See coding 20121023 BEGIN OF gty_auth_field_map. TYPES authority_object TYPE xuobject. TYPES authority_field TYPE fieldname. TYPES association TYPE /bobf/obm_assoc_key. TYPES node_element TYPE /bobf/obm_name. TYPES END OF gty_auth_field_map
Method Signatures

Method GET_ACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACTION Call by reference Type reference (TYPE) /BOBF/S_CONFRO_ACT_LIST Interface for an action 20081213
2 Importing IV_ACT_CAT Call by reference Type reference (TYPE) /BOBF/ACT_CAT Action type 20081213
3 Importing IV_ACT_KEY Call by reference Type reference (TYPE) /BOBF/ACT_KEY Action Key 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Key 20081213

Method GET_ACT on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_ACT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ACT_LIST Configuration: Action 20081213

Method GET_ACT_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_ALTKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ALTKEY Call by reference Type reference (TYPE) /BOBF/S_CONFRO_ALTKEY Configuration: Alternative Keys 20081213
2 Importing IV_ALTKEY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY Alternative Key 20081213
3 Importing IV_ALTKEY_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213

Method GET_ALTKEY on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_ALTKEY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALTKEY Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ALTKEY Configuration: Alternative Keys 20081213
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213

Method GET_ALTKEY_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_ASSOC 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) /BOBF/S_CONFRO_ASSOC Configuration: Link 20081213
2 Importing IV_ASSOC_CAT Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_CAT Association Type 20081213
3 Importing IV_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_KEY Association Key 20081213
4 Importing IV_ASSOC_TYPE Call by reference Type reference (TYPE) /BOBF/OBM_ASSOC_TYPE Type of Association (Composition or Aggregation) 20081213
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Key 20081213

Method GET_ASSOC on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_ASSOC_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSOCIATION_CHANGE_TRIGGER Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ASSOC_CHG_TRIG Configuration: Property Change Trigger 20081213
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213

Method GET_ASSOC_CHANGE on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_ASSOC_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSOC Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ASSOC All Associations 20081213
2 Exporting ET_COMP Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ASSOC2 All Compositions 20081213

Method GET_ASSOC_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_AUTHORITY_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ASSOC_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20121108
2 Exporting ET_AUTH_FIELD_ID Call by reference Type reference (TYPE) GTT_AUTH_FIELD_ID 20121023
3 Exporting ET_AUTH_FIELD_MAP Call by reference Type reference (TYPE) GTT_AUTH_FIELD_MAP 20121023
4 Exporting EV_MAP_EXISTS_FOR_NODE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20121108
5 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20121023

Method GET_AUTHORITY_FIELD_MAPPING on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_AUTHORITY_OBJECTS Signature

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

Method GET_AUTHORITY_OBJECTS on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OBJ Call by reference Type reference (TYPE) /BOBF/S_CONFRO_OBJ Configuration: Root Node 20081213

Method GET_BO on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_CONTENT_KEY_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_CONTENT_KEY Value transfer Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090223
2 Importing IV_CONTENT_CAT Call by reference Type reference (TYPE) /BOBF/OBM_CONTENT_CAT Entity Category 20090223
3 Importing IV_DO_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090223
4 Importing IV_DO_ROOT_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY DO Root Node from Host View 20090224
5 Importing IV_HOST_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20090223

Method GET_CONTENT_KEY_MAPPING on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_DETERMINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_DATA Value transfer Object reference (TYPE REF TO) /BOBF/S_CONFRO_EXECTIME Configuration : Execution Time 20081213
2 Importing IV_EXECTIME Call by reference Type reference (TYPE) /BOBF/CONF_EXECTIME Execution Time 20081213

Method GET_DETERMINATION on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_FIELDMAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDMAPPING Call by reference Type reference (TYPE) /BOBF/T_CONFRO_MAPPING Configuration: Field Name Mapping 20081213

Method GET_FIELDMAPPING on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GROUP Call by reference Type reference (TYPE) /BOBF/S_CONFRO_GROUP Group 20081213
2 Importing IV_GROUP_KEY Call by reference Type reference (TYPE) /BOBF/OBM_GROUP_KEY Configuration: Group 20081213

Method GET_GROUP on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_GROUP_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GROUP Call by reference Type reference (TYPE) /BOBF/T_CONFRO_GROUP Group Table 20081213

Method GET_GROUP_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE Call by reference Type reference (TYPE) /BOBF/S_CONFRO_NODE Configuration: Node 20081213
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node Key 20081213

Method GET_NODE on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_NODE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE Call by reference Type reference (TYPE) /BOBF/T_CONFRO_NODE Configuration: Node 20081213

Method GET_NODE_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROPERTY Call by reference Type reference (TYPE) /BOBF/T_CONFRO_PROPERTY_D Configuration: Static Properties 20081213
2 Importing IV_NODE_CAT_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_CAT_KEY Node Category 20081213

Method GET_PROPERTY on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_PROPERTY_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROPERTY_CHANGE_TRIGGER Call by reference Type reference (TYPE) /BOBF/T_CONFRO_PROP_CHG_TRIG Configuration: Property Change Trigger 20081213
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213

Method GET_PROPERTY_CHANGE on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_PROPERTY_PRX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROPERTY Call by reference Type reference (TYPE) /BOBF/T_CONFRO_PROPERTY_D Configuration: Static Properties of a Node 20081213
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY Node 20081213

Method GET_PROPERTY_PRX on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_QUERY Call by reference Type reference (TYPE) /BOBF/S_CONFRO_QUERY Configuration: Query 20081213
2 Importing IV_QUERY_KEY Call by reference Type reference (TYPE) /BOBF/OBM_QUERY_KEY Query 20081213

Method GET_QUERY on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_QUERY_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_QUERY Call by reference Type reference (TYPE) /BOBF/T_CONFRO_QUERY Configuration: Query 20081213

Method GET_QUERY_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_STATUS_ASSOCIATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STA_ASSOC Call by reference Type reference (TYPE) /BOBF/T_CONFRO_ASSOC3 Status association 20081213

Method GET_STATUS_ASSOCIATIONS on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_STATUS_DERIVATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_STA_DERIV Call by reference Type reference (TYPE) /BOBF/S_CONFRO_STA_DERIV Status derivator 20081213
2 Importing IV_STA_DERIV_KEY Call by reference Type reference (TYPE) /BOBF/STA_DERIVATOR_KEY Status Derivator Key 20081213

Method GET_STATUS_DERIVATOR on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_STATUS_DERIVATOR_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STA_DERIV Call by reference Type reference (TYPE) /BOBF/T_CONFRO_STA_DERIV Status derivators 20100727

Method GET_STATUS_DERIVATOR_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_STATUS_VARIABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_STA_VAR Call by reference Type reference (TYPE) /BOBF/S_CONFRO_STA_VAR Status variable 20081213
2 Importing IV_STA_VAR_KEY Call by reference Type reference (TYPE) /BOBF/STA_VAR_KEY Status Attribute 20081213

Method GET_STATUS_VARIABLE on Interface /BOBF/IF_FRW_CONFIGURATION 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_STA_VAR Call by reference Type reference (TYPE) /BOBF/T_CONFRO_STA_VAR Status variables 20081213

Method GET_STATUS_VARIABLES on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_VALIDATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VAL_LIST Call by reference Type reference (TYPE) /BOBF/T_CONFRO_VAL_LIST Configuration: Check 20081213
2 Importing IV_GROUP_KEY Call by reference Type reference (TYPE) /BOBF/OBM_GROUP_KEY Configuration: Group 20081213

Method GET_VALIDATION on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_VALUE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VSET Call by reference Type reference (TYPE) /BOBF/S_CONFRO_VALUE_SET Configuration: Value Set 20081213
2 Importing IV_VSET_KEY Call by reference Type reference (TYPE) /BOBF/OBM_VALUE_SET_KEY Value Set Key 20081213

Method GET_VALUE_SET on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method GET_VALUE_SET_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VSET Call by reference Type reference (TYPE) /BOBF/T_CONFRO_VALUE_SET All Value Sets 20081213
2 Importing IV_CONTENT_CAT Call by reference Type reference (TYPE) /BOBF/OBM_CONTENT_CAT Source entity category 20081213
3 Importing IV_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Source entity 20081213

Method GET_VALUE_SET_TAB on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method QUERY_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ACT_KEY Value transfer Type reference (TYPE) /BOBF/ACT_KEY 20081213
2 Importing IV_ACT_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Only with IV_NODE_KEY 20081213
3 Importing IV_GENIL_ACT_NAME Call by reference Type reference (TYPE) STRING 20091020
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
5 Importing IV_PROXY_ACT_NAME Call by reference Type reference (TYPE) STRING Only with IV_NODE_KEY 20081213

Method QUERY_ACTION on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method QUERY_ALTKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ALTKEY_KEY Value transfer Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY 20081213
2 Importing IV_ALTKEY_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20081213
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
4 Importing IV_PROXY_ALTKEY_NAME Call by reference Type reference (TYPE) STRING 20081213

Method QUERY_ALTKEY on Interface /BOBF/IF_FRW_CONFIGURATION 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 20081213
2 Importing IV_ASSOC_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Only with IV_NODE_KEY 20081213
3 Importing IV_GENIL_ASSOC_NAME Call by reference Type reference (TYPE) STRING 20091020
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
5 Importing IV_PROXY_ASSOC_NAME Call by reference Type reference (TYPE) STRING Only with IV_NODE_KEY 20081213

Method QUERY_ASSOC on Interface /BOBF/IF_FRW_CONFIGURATION 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 20081213
2 Importing IV_GENIL_NODE_NAME Call by reference Type reference (TYPE) STRING 20091020
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Node Name 20081213
4 Importing IV_PREFIX Call by reference Type reference (TYPE) STRING Prefix for DO Nodes 20090417
5 Importing IV_PROXY_NODE_NAME Call by reference Type reference (TYPE) STRING 20081213

Method QUERY_NODE on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method QUERY_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODE_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY 20081213
2 Importing IV_NODE_TYPE Call by reference Type reference (TYPE) /BOBF/OBM_NODE_TYPE Node Type 20081213
3 Importing IV_PROXY_NODE_NAME Call by reference Type reference (TYPE) STRING 20081213

Method QUERY_NODES on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method QUERY_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_QUERY_KEY Value transfer Type reference (TYPE) /BOBF/OBM_QUERY_KEY 20081213
2 Importing IV_GENIL_QUERY_NAME Call by reference Type reference (TYPE) STRING 20091020
3 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/OBM_NODE_KEY 20081213
4 Importing IV_PROXY_QUERY_NAME Call by reference Type reference (TYPE) STRING Only with IV_NODE_KEY 20081213
5 Importing IV_QUERY_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Only with IV_NODE_KEY 20081213

Method QUERY_QUERY on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method QUERY_STATUS_DERIVATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_STA_DERIV Call by reference Type reference (TYPE) /BOBF/S_CONFRO_STA_DERIV Status derivator 20081213
2 Importing IV_DERIV_ESR_NAME Call by reference Type reference (TYPE) /BOBF/OBM_ESR_NAME Proxy Name 20081213
3 Importing IV_DERIV_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME Name 20090914

Method QUERY_STATUS_DERIVATOR on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.

Method QUERY_VALUE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VSET_KEY Value transfer Type reference (TYPE) /BOBF/OBM_VALUE_SET_KEY 20081213
2 Importing IV_CONTENT_CAT Call by reference Type reference (TYPE) /BOBF/OBM_CONTENT_CAT 20081213
3 Importing IV_CONTENT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY 20081213
4 Importing IV_PROXY_VSET_NAME Call by reference Type reference (TYPE) STRING 20081213
5 Importing IV_VSET_NAME Call by reference Type reference (TYPE) /BOBF/OBM_NAME 20081213

Method QUERY_VALUE_SET on Interface /BOBF/IF_FRW_CONFIGURATION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702