SAP ABAP Interface IF_RSD_RSOBJNM_REPO_OBJ_DB (Selects for repo objects resources)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSD (Package) BW: Data Basis InfoObjects and Core Services
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSD_IOBJ_REPO_OBJ_DB DB Accesses for Repository Object (InfoObject) 20130611
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_CUBETABL_BASD_RES_DBACC DB Accesses for all repository objects in cubetables 20130424
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_IOBC_RES_REPO_OBJ_DBACC DB Accesses for IOBC (Repo Object in Eclipse) 20130423
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_IOBJ_RES_REPO_OBJ_DBACC DB Accesses for IOBJ (Repo Object in Eclipse) 20130424
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_ODSO_RES_REPO_OBJ_DBACC DB Accesses for ODSO (Repo Object in Eclipse) 20130424
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSLPO_RES_REPO_OBJ_DBACCESS DB Accesses for LPOA (Repo Object in Eclipse) 20130423
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSL_AINX_RES_REPO_OBJ_DBACC DB Accesses for COPR (Repo Object in Eclipse) 20130801
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSL_COPR_RES_REPO_OBJ_DBACC DB Accesses for COPR (Repo Object in Eclipse) 20130423
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_FBP_RES_REPO_OBJ_DBACC DB Accesses for FBP (Repo Object in Eclipse) 20130618
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_HCPR_RES_REPO_OBJ_DBACC DB Accesses for HCRP (Repo Object in Eclipse) 20130502
... Click here to see Used By full list (13 items)
Properties
Interface IF_RSD_RSOBJNM_REPO_OBJ_DB  
Short Description Selects for repo objects resources    
General Data
Package RSD   BW: Data Basis InfoObjects and Core Services 
Created 20130419   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no forward declaration.
Interfaces
Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no interface.
Friends
Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no friend.
Attributes
Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE_CURSOR Instance method Public Method 20130419
2 FETCH_NEXT_FOR_SEARCH_DESCR Instance method Public Method 20130422
3 FETCH_NEXT_FOR_SEARCH_TECHNNMS Instance method Public Method 20130422
4 FTCHNXT_FR_HASTREENDCNT_W_AUTH Instance method Public Method 20130423
5 GET_CNT_FOR_INFOAREACONTENT Instance method Public Method 20130423
6 GET_CONTENT_FOR_NODESNOTCONN Instance method Public Method 20130423
7 GET_PARENT_INFOAREA Instance method Public Method 20130424
8 GET_TREE_NODE_CONTENT Instance method Public Method 20130424
9 GET_TREE_NODE_CONTENT_W_AUTH Instance method Public Method 20130424
10 OPENCURSOR_FOR_SEARCH_DESCR Instance method Public Method 20130419
11 OPENCURSOR_FOR_SEARCH_TECHNNMS Instance method Public Method 20130419
12 OPNCRS_FOR_HASTREENDCNT_W_AUTH Instance method Public Method 20130423
13 SELECT_TXT_4_OBJECTS Instance method Public Method 20130424
Events
Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_IAREA Public See coding 20130423 BEGIN OF tn_s_iarea, objnm TYPE rsobjnm, infoarea1 TYPE rsinfoarea, infoarea2 TYPE rsinfoarea, END OF tn_s_iarea
2 TN_S_KEY_VALUE Public See coding 20130806 BEGIN OF tn_s_key_value, key TYPE string, value TYPE string, END OF tn_s_key_value
3 TN_TS_KEY_VALUE Public See coding 20130806 tn_ts_key_value TYPE SORTED TABLE OF tn_s_key_value WITH UNIQUE KEY key
4 TN_T_IAREA Public See coding 20130423 tn_t_iarea TYPE STANDARD TABLE OF tn_s_iarea WITH DEFAULT KEY
Method Signatures

Method CLOSE_CURSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130419

Method CLOSE_CURSOR on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method FETCH_NEXT_FOR_SEARCH_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20130422
2 Exporting E_T_SEARCH_RESULT Call by reference Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_SQL_SEARCH_RESULT 20130422
3 Importing I_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130422
4 Importing I_PACKAGE_SIZE Call by reference Type reference (TYPE) I 20130422

Method FETCH_NEXT_FOR_SEARCH_DESCR on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method FETCH_NEXT_FOR_SEARCH_TECHNNMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20130422
2 Exporting E_T_SEARCH_RESULT Call by reference Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_SQL_SEARCH_RESULT 20130422
3 Importing I_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130422
4 Importing I_PACKAGE_SIZE Call by reference Type reference (TYPE) I 20130422

Method FETCH_NEXT_FOR_SEARCH_TECHNNMS on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method FTCHNXT_FR_HASTREENDCNT_W_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC 20130423
2 Exporting E_T_SEARCH_RESULT Call by reference Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_SQL_SEARCH_RESULT 20130423
3 Importing I_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130423
4 Importing I_PACKAGE_SIZE Call by reference Type reference (TYPE) I 20130423

Method FTCHNXT_FR_HASTREENDCNT_W_AUTH on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method GET_CNT_FOR_INFOAREACONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOAREA Call by reference Type reference (TYPE) RSINFOAREA 20130423
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130423
3 Returning R_COUNT Value transfer Type reference (TYPE) I 20130423

Method GET_CNT_FOR_INFOAREACONTENT on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method GET_CONTENT_FOR_NODESNOTCONN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130423
2 Returning R_T_IAREA Value transfer Type reference (TYPE) IF_RSD_RSOBJNM_REPO_OBJ_DB=>TN_T_IAREA 20130423

Method GET_CONTENT_FOR_NODESNOTCONN on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method GET_PARENT_INFOAREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNM Call by reference Type reference (TYPE) RSOBJNM 20130424
2 Returning R_INFOAREA Value transfer Type reference (TYPE) RSINFOAREA 20130424

Method GET_PARENT_INFOAREA on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method GET_TREE_NODE_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA Call by reference Type reference (TYPE) RSINFOAREA 20130424
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130424
3 Returning R_T_RESULT Value transfer Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_SQL_SEARCH_RESULT 20130424

Method GET_TREE_NODE_CONTENT on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method GET_TREE_NODE_CONTENT_W_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA Call by reference Type reference (TYPE) RSINFOAREA 20130424
2 Importing I_DYN_WHERE Call by reference Type reference (TYPE) STRING 20130424
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130424
4 Returning R_T_RESULT Value transfer Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_SQL_SEARCH_RESULT 20130424

Method GET_TREE_NODE_CONTENT_W_AUTH on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method OPENCURSOR_FOR_SEARCH_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130419
2 Importing I_DYN_WHERE Call by reference Type reference (TYPE) STRING 20130419
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130419
4 Importing I_T_FOUND_OBJECTS Call by reference Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_OBJNM_RANGE 20130419

Method OPENCURSOR_FOR_SEARCH_DESCR on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method OPENCURSOR_FOR_SEARCH_TECHNNMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130419
2 Importing I_DYN_WHERE Call by reference Type reference (TYPE) STRING 20130419
3 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130419
4 Importing I_SEARCH_PATTNERN Call by reference Type reference (TYPE) STRING 20130419

Method OPENCURSOR_FOR_SEARCH_TECHNNMS on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method OPNCRS_FOR_HASTREENDCNT_W_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DB_CURSOR Call by reference Type reference (TYPE) CURSOR 20130423
2 Importing I_DYN_WHERE Call by reference Type reference (TYPE) STRING 20130423
3 Importing I_INFOAREA Call by reference Type reference (TYPE) RSINFOAREA 20130423
4 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130423

Method OPNCRS_FOR_HASTREENDCNT_W_AUTH on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.

Method SELECT_TXT_4_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS 20130424
2 Importing I_T_OBJ Call by reference Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_OBJNM_RANGE 20130424
3 Returning R_T_RESULT Value transfer Type reference (TYPE) CL_RSO_RES_RSOBJNM_BASED_RESOU=>TN_T_SQL_SEARCH_RESULT 20130424

Method SELECT_TXT_4_OBJECTS on Interface IF_RSD_RSOBJNM_REPO_OBJ_DB has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RSD_IOBJ_REPO_OBJ_DB DB Accesses for Repository Object (InfoObject) 20130611
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_CUBETABL_BASD_RES_DBACC DB Accesses for all repository objects in cubetables 20130424
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_IOBC_RES_REPO_OBJ_DBACC DB Accesses for IOBC (Repo Object in Eclipse) 20130423
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_IOBJ_RES_REPO_OBJ_DBACC DB Accesses for IOBJ (Repo Object in Eclipse) 20130424
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSD_ODSO_RES_REPO_OBJ_DBACC DB Accesses for ODSO (Repo Object in Eclipse) 20130424
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSLPO_RES_REPO_OBJ_DBACCESS DB Accesses for LPOA (Repo Object in Eclipse) 20130423
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSL_AINX_RES_REPO_OBJ_DBACC DB Accesses for COPR (Repo Object in Eclipse) 20130801
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSL_COPR_RES_REPO_OBJ_DBACC DB Accesses for COPR (Repo Object in Eclipse) 20130423
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_FBP_RES_REPO_OBJ_DBACC DB Accesses for FBP (Repo Object in Eclipse) 20130618
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_HCPR_RES_REPO_OBJ_DBACC DB Accesses for HCRP (Repo Object in Eclipse) 20130502
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSO_REPO_OBJ_DB_STUB Stub for testing of repository object 20130709
12 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSPLS_ALVL_RES_REPOOBJ_DBAC DB Accesses for ISET (Repo Object in Eclipse) 20130801
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSQ_ISET_RES_REPO_OBJ_DBACC DB Accesses for ISET (Repo Object in Eclipse) 20130424
History
Last changed by/on SAP  20140121 
SAP Release Created in 740