SAP ABAP Class CL_RSO_RES_CHARACTERISTIC_APP (Resource Application: Characteristic - DTA)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO_RES_MODEL (Package) BW Infoprovider Models
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ADT_DISC_RES_APP_BASE Default Appication for the ADT Rest Framework with Discovery 20130124
Properties
Class CL_RSO_RES_CHARACTERISTIC_APP  
Short Description Resource Application: Characteristic - DTA    
Super Class CL_ADT_DISC_RES_APP_BASE Default Appication for the ADT Rest Framework with Discovery 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSO_RES_MODEL   BW Infoprovider Models 
Created 20130124   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_CHARACTERISTIC_APP Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_RES_CHARACTERISTIC_APP has no interface implemented.
Friends
Class CL_RSO_RES_CHARACTERISTIC_APP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CN_S_URI_QUERY_PARAMS Constant Public See coding 20130929
2 N_C_TEMPLATES Constant Public See coding URI templates 20130124
3 N_C_TEMPLATE_TYPES Constant Public See coding URI template types 20130124
4 N_C_URI_ATTRIBUTE_CHAR Constant Public Type reference (TYPE) STRING 'characteristic' URI attribute: characteristic 20130124
5 N_C_URI_ATTRIBUTE_VERSION Constant Public Type reference (TYPE) STRING 'version' URI attribute: version 20130124
6 P_C_DISCOVER_TERM Constant Private Type reference (TYPE) STRING 'model' Category term for discovery 20130904
7 P_C_SCHEME Constant Private Type reference (TYPE) STRING 'http://www.sap.com/bw/modeling/characteristic' URI scheme for discovery 20130904
Methods
# Method Level Visibility Method type Description Created on
1 GET_TEMPLATE Static method Public Method Delivers the supported template list 20130124
2 GET_TEMPLATES Static method Public Method Delivers the supported template list 20130124
3 GET_URI Static method Public Method Provides the URI for a characteristic and optional version 20130125
Events
Class CL_RSO_RES_CHARACTERISTIC_APP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_TEMPLATE Public See coding Structure of supported templates 20130124 BEGIN OF tn_s_template, template_type TYPE tn_template_type, uri TYPE string, relation TYPE string, parameter TYPE tn_t_template_parameter, END OF tn_s_template
2 TN_TEMPLATE_PARAMETER Public Type reference (TYPE) STRING 20130124
3 TN_TEMPLATE_TYPE Public Type reference (TYPE) INT4 Template type 20130124
4 TN_T_TEMPLATE Public See coding Table of supported templates 20130124 tn_t_template TYPE STANDARD TABLE OF tn_s_template WITH DEFAULT KEY
5 TN_T_TEMPLATE_PARAMETER Public See coding 20130124 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_CHARACTERISTIC_APP=>TN_TEMPLATE_TYPE Template type 20130124
2 Importing I_WITH_URI_ROOT Call by reference Type reference (TYPE) RS_BOOL URI root 20130125
3 Returning R_S_TEMPLATE Value transfer Type reference (TYPE) CL_RSO_RES_CHARACTERISTIC_APP=>TN_S_TEMPLATE Structure of supported templates 20130124

Method GET_TEMPLATE on class CL_RSO_RES_CHARACTERISTIC_APP has no exception.

Method GET_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WITH_URI_ROOT Call by reference Type reference (TYPE) RS_BOOL URI root 20130125
2 Returning R_T_TEMPLATES Value transfer Type reference (TYPE) CL_RSO_RES_CHARACTERISTIC_APP=>TN_T_TEMPLATE Table of supported templates 20130124

Method GET_TEMPLATES on class CL_RSO_RES_CHARACTERISTIC_APP 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 Characteristic 20130125
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130125
3 Returning R_URI Value transfer Type reference (TYPE) STRING Resource URI for the characteristic / version 20130125
# Exception Resumable Description Created on
1 CX_REST_URI_TPL_ERROR URI Template Syntax Error 20130125
History
Last changed by/on SAP  20140121 
SAP Release Created in 740