SAP ABAP Class CL_RSO_RES_CHA_COMP_VAR (Resource controller: characteristic)
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_REST_RESOURCE | Basis Class for ADT Resource Controllers | 20130129 |
Properties
| Class | CL_RSO_RES_CHA_COMP_VAR | |
| Short Description | Resource controller: characteristic | |
| 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_MODEL | BW Infoprovider Models |
| Created | 20130129 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSO_RES_CHA_COMP_VAR has no interface implemented.
Friends
Class CL_RSO_RES_CHA_COMP_VAR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_RSO_RES_CHA_COMP_VAR' | Object Type Name | 20130129 | ||
| 2 | Constant | Public | See coding | 20130129 | |||||
| 3 | Constant | Public | See coding | ST flag: use_original_texts | 20130129 | ||||
| 4 | Constant | Private | See coding | 20130129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130129 |
Events
Class CL_RSO_RES_CHA_COMP_VAR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_CONTENTHANDLER_TYPE | Public | Type reference (TYPE) | INT4 | 20130129 | |
|
| 2 | TN_SX_HIERARCHIES | Public | See coding | Structure: hierarchies | 20130129 | BEGIN OF tn_sx_hierarchies,
t_hierarchy TYPE tn_t_hierarchy,
END OF tn_sx_hierarchies
|
|
| 3 | TN_S_ATTRIBUTE | Public | See coding | Structure: attribute | 20130129 | BEGIN OF tn_s_attribute,
name TYPE rschabasnm,
data_type TYPE datatype_d, " CHAR, DATS, NUMC, TIMS
length TYPE int4, "rsdintlen, " or int4 -> then without leading zeros
long_description TYPE rstxtlg,
short_description TYPE rstxtsh,
original_description TYPE rstxtlg,
navigation_attribute_name TYPE rsatrnavnm,
time_dependent TYPE rsdatrtimfl,
type TYPE rsattritp,
use_original_texts(1) TYPE c, " values: 0 or 1
END OF tn_s_attribute
|
|
| 4 | TN_S_CHARACTERISTIC | Public | See coding | Structure: characteristic | 20130129 | BEGIN OF tn_s_characteristic,
name TYPE rsdiobjnm,
base_info_object_name TYPE rsdchabasnm,
long_description TYPE rstxtlg,
short_description TYPE rstxtsh,
info_object_type TYPE rsiobjtp, " CHA, KYF, TIM, UNI
data_element TYPE rollname,
data_type TYPE datatype_d, " CHAR, DATS, NUMC, TIMS
length TYPE int4, "rsdintlen, " or int4 -> then without leading zeros
tstpnm TYPE rststpnm, " UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
timestmp TYPE rstimestmp,
t_compound_info_object TYPE tn_t_compound_info_object,
t_attribute TYPE tn_t_attribute,
sx_hierarchies TYPE tn_sx_hierarchies,
END OF tn_s_characteristic
|
|
| 5 | TN_S_COMPOUND_INFO_OBJECT | Public | See coding | Structure: compoundings | 20130129 | BEGIN OF tn_s_compound_info_object,
compound_info_object TYPE rsiobjcmp,
END OF tn_s_compound_info_object
|
|
| 6 | TN_S_HIERARCHY | Public | See coding | Structure: hierarchy | 20130129 | BEGIN OF tn_s_hierarchy,
name TYPE rshienm,
inf_object TYPE rsiobjnm,
version TYPE rsversion,
description TYPE rstxtlg,
valid_from TYPE rsdatefrom,
valid_to TYPE rsdateto,
END OF tn_s_hierarchy
|
|
| 7 | TN_S_VARIABLE | Public | See coding | 20130129 | BEGIN OF tn_s_variable,
varuniid TYPE sysuuid_25,
objvers TYPE rsobjvers,
vnam TYPE rszvnam,
iobjnm TYPE rsiobjnm,
vartyp TYPE rszvartyp,
vproctp TYPE rszvproctp,
txtsh TYPE rstxtsh,
txtlg TYPE rstxtlg,
END OF tn_s_variable
|
||
| 8 | TN_T_ATTRIBUTE | Public | See coding | Structure table: attribute | 20130129 | tn_t_attribute TYPE STANDARD TABLE OF tn_s_attribute WITH DEFAULT KEY
|
|
| 9 | TN_T_COMPOUND_INFO_OBJECT | Public | See coding | Structure table: compoundings | 20130129 | tn_t_compound_info_object TYPE STANDARD TABLE OF tn_s_compound_info_object WITH DEFAULT KEY
|
|
| 10 | TN_T_HIERARCHY | Public | See coding | Structure table: hierarchy | 20130129 | tn_t_hierarchy TYPE STANDARD TABLE OF tn_s_hierarchy WITH DEFAULT KEY
|
|
| 11 | TN_T_VARIABLE | Public | See coding | 20130129 | tn_t_variable TYPE STANDARD TABLE OF tn_s_variable WITH DEFAULT KEY
|
||
| 12 | TP_CONTENTHANDLER_TYPE | Private | Type reference (TYPE) | INT4 | 20130129 | |
Method Signatures
Method CNV_NODES_TO_ATOM_FEED_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_S_FEED | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>FEED_S | Feed structure according to spec | 20130129 | |||
| 2 | E_T_NSPACE | Call by reference | Type reference (TYPE) | IF_ATOM_TYPES=>NAMESPACE_T | Namespace table | 20130129 | |||
| 3 | I_T_NODES | Call by reference | Type reference (TYPE) | IF_RSO_RES_REPO_OBJECT=>TN_T_NODES | 20130129 |
Method CNV_NODES_TO_ATOM_FEED_STRUC on class CL_RSO_RES_CHA_COMP_VAR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |