SAP ABAP Class CL_RSO_RES_IS_VALUES_ABSTRACT (ValueHelp)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_RES_IS (Package) Informationsystem
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers | 20130723 |
Meta Relationship - Used By
Properties
| Class | CL_RSO_RES_IS_VALUES_ABSTRACT | |
| Short Description | ValueHelp | |
| Super Class | CL_ADT_REST_RESOURCE | Basis Class for ADT Resource Controllers |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSO_RES_IS | Informationsystem |
| Created | 20130723 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_RSO_RES_IS_VALUES_ABSTRACT has no interface implemented.
Friends
Class CL_RSO_RES_IS_VALUES_ABSTRACT has no friend class.
Attributes
Class CL_RSO_RES_IS_VALUES_ABSTRACT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130723 | ||
| 2 | Instance method | Protected | Method | 20130723 | ||
| 3 | Instance method | Protected | Method | 20130723 | ||
| 4 | Instance method | Protected | Method | 20130723 | ||
| 5 | Instance method | Protected | Method | 20130723 | ||
| 6 | Instance method | Protected | Method | 20130724 |
Events
Class CL_RSO_RES_IS_VALUES_ABSTRACT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_CATALOG | Public | See coding | 20130725 | BEGIN OF tn_s_catalog,
position TYPE i,
fieldname TYPE string,
description TYPE string,
END OF tn_s_catalog
|
||
| 2 | TN_S_KEY_VALUE | Public | See coding | 20130725 | BEGIN OF tn_s_key_value,
key TYPE string,
value TYPE string,
END OF tn_s_key_value
|
||
| 3 | TN_S_TABLELINE | Public | See coding | 20130725 | BEGIN OF tn_s_tableline,
value TYPE tn_t_tablelineentry,
link_t TYPE if_atom_types=>link_t,
END OF tn_s_tableline
|
||
| 4 | TN_S_TABLELINEENTRY | Public | Type reference (TYPE) | STRING | 20130725 | |
|
| 5 | TN_S_VALUES_RESULT | Public | See coding | 20130725 | BEGIN OF tn_s_values_result,
table_lines TYPE i,
t_catalog TYPE tn_t_xml_catalog,
t_values TYPE tn_t_tableline,
th_metadata TYPE tn_th_key_value,
END OF tn_s_values_result
|
||
| 6 | TN_S_XML_CATALOG | Public | See coding | 20130725 | BEGIN OF tn_s_xml_catalog,
columnname TYPE string,
title TYPE string,
END OF tn_s_xml_catalog
|
||
| 7 | TN_TH_KEY_VALUE | Public | See coding | 20130725 | tn_th_key_value TYPE HASHED TABLE OF tn_s_key_value WITH UNIQUE KEY key
|
||
| 8 | TN_TS_CATALOG | Public | See coding | 20130725 | tn_ts_catalog TYPE SORTED TABLE OF tn_s_catalog WITH UNIQUE KEY position
|
||
| 9 | TN_T_TABLELINE | Public | See coding | 20130725 | tn_t_tableline TYPE STANDARD TABLE OF tn_s_tableline WITH DEFAULT KEY
|
||
| 10 | TN_T_TABLELINEENTRY | Public | See coding | 20130725 | tn_t_tablelineentry TYPE STANDARD TABLE OF tn_s_tablelineentry WITH DEFAULT KEY
|
||
| 11 | TN_T_VALUES_RESULT | Public | See coding | 20130725 | tn_t_values_result TYPE STANDARD TABLE OF tn_s_values_result WITH DEFAULT KEY
|
||
| 12 | TN_T_XML_CATALOG | Public | See coding | 20130725 | tn_t_xml_catalog TYPE STANDARD TABLE OF tn_s_xml_catalog WITH DEFAULT KEY
|
Method Signatures
Method CNV_TO_ST_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20130723 | ||||
| 2 | I_TH_KEY_VALUE_METADATA | Call by reference | Type reference (TYPE) | TN_TH_KEY_VALUE | 20130723 | ||||
| 3 | I_TS_CATALOG | Call by reference | Type reference (TYPE) | TN_TS_CATALOG | 20130723 | ||||
| 4 | R_S_VALUES_RESULT | Value transfer | Type reference (TYPE) | TN_S_VALUES_RESULT | 20130723 |
Method CNV_TO_ST_FORMAT on class CL_RSO_RES_IS_VALUES_ABSTRACT has no exception.
Method GET_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_URI_QUERY_PARAMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20130723 | |||
| 2 | R_TS_CATALOG | Value transfer | Type reference (TYPE) | TN_TS_CATALOG | 20130723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RSO Resource Exception | 20130731 |
Method GET_ENTITYNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ENTITYNAME | Value transfer | Type reference (TYPE) | STRING | 20130723 |
Method GET_ENTITYNAME on class CL_RSO_RES_IS_VALUES_ABSTRACT has no exception.
Method GET_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_METADATA | Value transfer | Type reference (TYPE) | TN_TH_KEY_VALUE | 20130723 |
Method GET_METADATA on class CL_RSO_RES_IS_VALUES_ABSTRACT has no exception.
Method GET_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_URI_QUERY_PARAMS | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20130723 | |||
| 2 | R_R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20130723 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Shared exceptions for resource/service framework | 20130723 | ||
| 2 | RSO Resource Exception | 20130723 |
Method GET_VALUES_T_LINKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20130724 | ||||
| 2 | R_T_LINKS | Value transfer | Type reference (TYPE) | IF_ATOM_TYPES=>LINK_T | Links table | 20130724 |
Method GET_VALUES_T_LINKS on class CL_RSO_RES_IS_VALUES_ABSTRACT has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |