SAP ABAP Class /BOBF/CL_LIB_APPL_TEMPLATE (Template for application class)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
     /BOBF/LIBRARY (Package) Business Object Processing Framework Library
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOBF/IF_LIB_APPLICATION Tag Interface BOPF Application 20081213
Properties
Class /BOBF/CL_LIB_APPL_TEMPLATE  
Short Description Template for application class    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOBF/LIBRARY   Business Object Processing Framework Library 
Created 20081213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOBF/IF_CONF_C Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /BOBF/IF_LIB_APPLICATION Tag Interface BOPF Application 20081213
Friends
Class /BOBF/CL_LIB_APPL_TEMPLATE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_ACT_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/ACT_KEY '00000000000000000000000000000000' Action 20081213
2 CV_ALTKEY_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_ALTKEY_KEY '00000000000000000000000000000000' Alternative Key 20081213
3 CV_ASSOC_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_ASSOC_KEY '00000000000000000000000000000000' Association 20081213
4 CV_BO_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_BO_KEY '00000000000000000000000000000000' Business Object 20081213
5 CV_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Node 20081213
6 CV_QUERY_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_QUERY_KEY '00000000000000000000000000000000' Query 20081213
7 CV_ROOT_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Root Node 20081213
8 CV_SOURCE_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Source Node 20081213
9 CV_TARGET_NODE_KEY_DUMMY Constant Private Type reference (TYPE) /BOBF/OBM_NODE_KEY '00000000000000000000000000000000' Target Node 20081213
10 GO_APPLICATION Static Attribute Protected Object reference (TYPE REF TO) /BOBF/CL_LIB_APPL_TEMPLATE Application 20081213
11 MO_BOPF Instance attribute Protected Object reference (TYPE REF TO) /BOBF/IF_FRW_SERVICE_LAYER Interface for the Service Layer 20081213
12 MO_CHANGE_BOX Instance attribute Public Object reference (TYPE REF TO) /BOBF/IF_FRW_CHANGE Interface of Change Object 20081213
13 MO_MESSAGE_BOX Instance attribute Public Object reference (TYPE REF TO) /BOBF/IF_FRW_MESSAGE Interface of Message Object 20081213
Methods
# Method Level Visibility Method type Description Created on
1 CLEANUP Instance method Public Method Cleanup 20081213
2 CLEANUP_CHANGE_BOX Instance method Private Method Cleanup Change Box 20081213
3 CLEANUP_MESSAGE_BOX Instance method Public Method Cleanup Message Box 20081213
4 CONSTRUCTOR Instance method Protected Constructor CONSTRUCTOR 20081213
5 CONVERT_KEY_TO_ID_1 Instance method Public Method Convert Key to ID 20081213
6 CONVERT_KEY_TO_ID_1N Instance method Public Method Convert Key to ID (Single, not unique) 20081213
7 CONVERT_KEY_TO_ID_N Instance method Public Method Convert Key to ID 20081213
8 CREATE_1 Instance method Public Method Create Node 20081213
9 CREATE_ROOT_1 Instance method Public Method Create Root Node 20081213
10 DELETE_1N Instance method Public Method Delete Node(s) 20081213
11 DELETE_BY_ASSOC_1 Instance method Public Method Delete via Association (Single) 20081213
12 DELETE_BY_ASSOC_N Instance method Public Method Delete via Association (Multiple) 20081213
13 DO_ACTION_1 Instance method Public Method Execute Action of Node (Single Node) 20081213
14 DO_ACTION_1_W_PA Instance method Public Method Execute Action of Node (Single Node) with Parameter 20081213
15 DO_ACTION_N Instance method Public Method Execute Action of Node (Multiple Nodes) 20081213
16 DO_ACTION_N_W_PA Instance method Public Method Execute Action of Node (Multiple Nodes) with Parameter 20081213
17 DO_ACTION_STATIC Instance method Public Method Execute Action of Node (Static) 20081213
18 DO_ACTION_STATIC_W_PA Instance method Public Method Execute Action of Node (Static) with Parameter 20081213
19 GET_APPLICATION Static method Public Method Get application instance 20081213
20 GET_ROOT_KEY Instance method Public Method Read Root Node 20081213
21 GET_ROOT_KEYS Instance method Public Method Read Root Nodes 20081213
22 QUERY Instance method Public Method Query 20081213
23 RETRIEVE_1 Instance method Public Method Read Data (Single Node) 20081213
24 RETRIEVE_BY_ASSOC_1_1 Instance method Public Method Read Data via Association (Single / Single) 20081213
25 RETRIEVE_BY_ASSOC_1_1_W_PA Instance method Public Method Read Data via Association (Single / Single) with Parameter 20081213
26 RETRIEVE_BY_ASSOC_1_N Instance method Public Method Read Data via Association (Single / Multiple) 20081213
27 RETRIEVE_BY_ASSOC_1_N_W_PA Instance method Public Method Read Data via Association (Single / Multiple) with Parameter 20081213
28 RETRIEVE_BY_ASSOC_N_N Instance method Public Method Read Data via Association (Multiple / Multiple) 20081213
29 RETRIEVE_BY_ASSOC_N_N_W_PA Instance method Public Method Read Data via Association (Multiple / Multiple) with Param. 20081213
30 RETRIEVE_N Instance method Public Method Read Data (Multiple Nodes) 20081213
31 SAVE Instance method Public Method Save 20081213
32 UPDATE_1 Instance method Public Method Update Node 20081213
Events
Class /BOBF/CL_LIB_APPL_TEMPLATE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SELECTION_DUMMY Public See coding 20081213 TT_SELECTION_DUMMY TYPE RANGE OF dummy
Method Signatures

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLEANUP_MODE Call by reference Type reference (TYPE) /BOBF/CONF_CLEANUP_MODE Transaction Behavior During Save (Transaction Mode) 20081213

Method CLEANUP on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method CLEANUP_CHANGE_BOX Signature

Method CLEANUP_CHANGE_BOX on class /BOBF/CL_LIB_APPL_TEMPLATE has no parameter.
Method CLEANUP_CHANGE_BOX on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method CLEANUP_MESSAGE_BOX Signature

Method CLEANUP_MESSAGE_BOX on class /BOBF/CL_LIB_APPL_TEMPLATE has no parameter.
Method CLEANUP_MESSAGE_BOX on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /BOBF/CL_LIB_APPL_TEMPLATE has no parameter.
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method CONVERT_KEY_TO_ID_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
2 Importing IS_ALTERNATIVE_KEY Call by reference Type reference (TYPE) ANY 20081213
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213

Method CONVERT_KEY_TO_ID_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method CONVERT_KEY_TO_ID_1N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Importing IS_ALTERNATIVE_KEY Call by reference Type reference (TYPE) ANY 20081213
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method CONVERT_KEY_TO_ID_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT Call by reference Type reference (TYPE) /BOBF/T_FRW_KEYINDEX Key Table 20081213
2 Importing IT_ALTERNATIVE_KEY Call by reference Type reference (TYPE) INDEX TABLE 20081213
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213

Method CONVERT_KEY_TO_ID_N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method CREATE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
2 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20081213
3 Importing IT_CHANGED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
5 Importing IV_NODE_CAT Call by reference Type reference (TYPE) /BOBF/OBM_NODE_CAT_KEY Node Category 20081213
6 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081213
7 Importing IV_SOURCE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Parent Instance 20081213

Method CREATE_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method CREATE_ROOT_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
2 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20081213
3 Importing IT_CHANGED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
5 Importing IV_NODE_CAT Call by reference Type reference (TYPE) /BOBF/OBM_NODE_CAT_KEY Node Category 20081213

Method CREATE_ROOT_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DELETE_1N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081213
3 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081213

Method DELETE_1N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DELETE_BY_ASSOC_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
2 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081213

Method DELETE_BY_ASSOC_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DELETE_BY_ASSOC_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key table 20081213
2 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081213

Method DELETE_BY_ASSOC_N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DO_ACTION_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081213

Method DO_ACTION_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DO_ACTION_1_W_PA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
2 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081213

Method DO_ACTION_1_W_PA on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DO_ACTION_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213

Method DO_ACTION_N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DO_ACTION_N_W_PA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213

Method DO_ACTION_N_W_PA on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DO_ACTION_STATIC Signature

Method DO_ACTION_STATIC on class /BOBF/CL_LIB_APPL_TEMPLATE has no parameter.
Method DO_ACTION_STATIC on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method DO_ACTION_STATIC_W_PA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213

Method DO_ACTION_STATIC_W_PA on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_APPLICATION Value transfer Object reference (TYPE REF TO) /BOBF/CL_LIB_APPL_TEMPLATE BOPF Application 20081213
# Exception Resumable Description Created on
1 /BOBF/CX_FRW 20081213

Method GET_ROOT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key Table 20081213
2 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081213
4 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method GET_ROOT_KEY on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method GET_ROOT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FAILED_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
2 Exporting ET_KEY_LINK Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY_LINK Key Link 20081213
3 Exporting ET_TARGET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
5 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
6 Importing IV_NODE_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method GET_ROOT_KEYS on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method QUERY 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 Message Object 20081213
2 Exporting ES_QUERY_INFO Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_INFO Query Information 20081213
3 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IS_QUERY_OPTIONS Call by reference Type reference (TYPE) /BOBF/S_FRW_QUERY_OPTIONS Query Options 20081213
5 Importing IT_FILTER_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
6 Importing IT_SELECTION Call by reference Type reference (TYPE) TT_SELECTION_DUMMY 20081213

Method QUERY on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081213
2 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
3 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
4 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method RETRIEVE_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_BY_ASSOC_1_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081213
2 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
4 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
5 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
6 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method RETRIEVE_BY_ASSOC_1_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_BY_ASSOC_1_1_W_PA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081213
2 Exporting EV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
4 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
5 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
6 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
7 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method RETRIEVE_BY_ASSOC_1_1_W_PA on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_BY_ASSOC_1_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081213
2 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
4 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
5 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
6 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method RETRIEVE_BY_ASSOC_1_N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_BY_ASSOC_1_N_W_PA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081213
2 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
4 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
5 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
6 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213
7 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID 20081213

Method RETRIEVE_BY_ASSOC_1_N_W_PA on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_BY_ASSOC_N_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081213
2 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
4 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
5 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
6 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213

Method RETRIEVE_BY_ASSOC_N_N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_BY_ASSOC_N_N_W_PA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) INDEX TABLE Data Return Structure 20081213
2 Exporting ET_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IS_PARAMETERS Call by reference Object reference (TYPE REF TO) DATA 20081213
4 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
5 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
6 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213
7 Importing IV_FILL_DATA Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20081213

Method RETRIEVE_BY_ASSOC_N_N_W_PA on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method RETRIEVE_N Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY Data Return Type 20081213
2 Importing IT_KEY Call by reference Type reference (TYPE) /BOBF/T_FRW_KEY Key Table 20081213
3 Importing IV_BEFORE_IMAGE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Data Element for Domain BOOLE: TRUE (="X") and FALSE (=" ") 20081213
4 Importing IV_EDIT_MODE Call by reference Type reference (TYPE) /BOBF/CONF_EDIT_MODE /BOBF/IF_CONF_C=>SC_EDIT_READ_ONLY Change Mode 20081213

Method RETRIEVE_N on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_REJECTED Call by reference Type reference (TYPE) BOOLE_D Save failed 20081213

Method SAVE on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.

Method UPDATE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20081213
2 Importing IT_CHANGED_ATTRIBUTES Call by reference Type reference (TYPE) /BOBF/T_FRW_NAME List of Names (e.g. Fieldnames) 20081213
3 Importing IV_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY Key 20081213
4 Importing IV_ROOT_KEY Call by reference Type reference (TYPE) /BOBF/CONF_KEY NodeID of Root Instance 20081213

Method UPDATE_1 on class /BOBF/CL_LIB_APPL_TEMPLATE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 702