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 | 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 | Constant | Public | See coding | 20130219 | |||||
| 2 | Constant | Public | See coding | 20130219 | |||||
| 3 | Constant | Public | See coding | 20130219 | |||||
| 4 | Constant | Public | See coding | 20130219 | |||||
| 5 | Constant | Public | See coding | 20130219 | |||||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'version' | 20130219 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Delivers the supported template list | 20130219 | |
| 2 | 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 | I_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | CL_RSO_RES_TEMPLATE_PROVIDER=>TN_TEMPLATE_TYPE | Template type | 20130219 | |||
| 2 | I_WITH_URI_ROOT | Call by reference | Type reference (TYPE) | RS_BOOL | URI root | 20130219 | |||
| 3 | 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 | I_IOBJNM | Call by reference | Type reference (TYPE) | RSD_IOBJNM | Cube | 20130219 | |||
| 2 | I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | RS_C_OBJVERS-ACTIVE | Object version | 20130219 | ||
| 3 | I_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | CL_RSO_RES_TEMPLATE_PROVIDER=>TN_TEMPLATE_TYPE | BW type (TLOGO) - Template type | 20130219 | |||
| 4 | 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 |