SAP ABAP Class CL_RSO_RES_TEMPLATE_PROVIDER (Provides REST templates and URIs)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_FRMW (Package) BW: ResourceFramework
Properties
Class CL_RSO_RES_TEMPLATE_PROVIDER  
Short Description Provides REST templates and URIs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_RES_FRMW   BW: ResourceFramework 
Created 20130219   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSO_RES_TEMPLATE_PROVIDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSO_RES_TEMPLATE_PROVIDER has no interface implemented.
Friends
Class CL_RSO_RES_TEMPLATE_PROVIDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_QUERY_PARAMETERS Constant Public See coding 20130219
2 N_C_QUERY_PARAMETER_VALUES Constant Public See coding 20130219
3 N_C_TEMPLATES Constant Public See coding 20130219
4 N_C_TEMPLATE_TYPES Constant Public See coding 20130219
5 N_C_URI_ATTRIBUTE_CHAR Constant Public See coding 20130219
6 N_C_URI_ATTRIBUTE_VERSION Constant Public Type reference (TYPE) STRING 'version' 20130219
Methods
# Method Level Visibility Method type Description Created on
1 GET_TEMPLATE Static method Public Method Delivers the supported template list 20130219
2 GET_URI Static method Public Method Provides the URI for a cube and optional version 20130219
Events
Class CL_RSO_RES_TEMPLATE_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_TEMPLATE Public See coding 20130219 BEGIN OF tn_s_template, template_type TYPE tn_template_type, uri TYPE string, parameter TYPE tn_t_template_parameter, END OF tn_s_template
2 TN_TEMPLATE_PARAMETER Public Type reference (TYPE) STRING 20130219
3 TN_TEMPLATE_TYPE Public Type reference (TYPE) INT4 20130219
4 TN_T_TEMPLATE Public See coding 20130219 tn_t_template TYPE STANDARD TABLE OF tn_s_template WITH DEFAULT KEY
5 TN_T_TEMPLATE_PARAMETER Public See coding 20130219 tn_t_template_parameter TYPE STANDARD TABLE OF tn_template_parameter WITH DEFAULT KEY
Method Signatures

Method GET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEMPLATE_TYPE Call by reference Type reference (TYPE) CL_RSO_RES_TEMPLATE_PROVIDER=>TN_TEMPLATE_TYPE Template type 20130219
2 Importing I_WITH_URI_ROOT Call by reference Type reference (TYPE) RS_BOOL URI root 20130219
3 Returning R_S_TEMPLATE Value transfer Type reference (TYPE) CL_RSO_RES_TEMPLATE_PROVIDER=>TN_S_TEMPLATE Structure of supported templates 20130219

Method GET_TEMPLATE on class CL_RSO_RES_TEMPLATE_PROVIDER has no exception.

Method GET_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RSD_IOBJNM Cube 20130219
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130219
3 Importing I_TEMPLATE_TYPE Call by reference Type reference (TYPE) CL_RSO_RES_TEMPLATE_PROVIDER=>TN_TEMPLATE_TYPE BW type (TLOGO) - Template type 20130219
4 Returning R_URI Value transfer Type reference (TYPE) STRING Resource URI for the cube / version 20130219

Method GET_URI on class CL_RSO_RES_TEMPLATE_PROVIDER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740