SAP ABAP Class CL_RSDDTPS_XML_CHARACTERISTIC (CL_RSDDTPS_XML_CHARACTERISTIC)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDDTPS_PROV (Package) RSDDTPS_PROV

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDDTPS_XML | Parent Class for XML Creation | 20090616 |
Properties
Class | CL_RSDDTPS_XML_CHARACTERISTIC | |
Short Description | ||
Super Class | CL_RSDDTPS_XML | Parent Class for XML Creation |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDDTPS_PROV | RSDDTPS_PROV |
Created | 20090616 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDDTPS_XML_CHARACTERISTIC has no forward declaration.
Interfaces
Class CL_RSDDTPS_XML_CHARACTERISTIC has no interface implemented.
Friends
Class CL_RSDDTPS_XML_CHARACTERISTIC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_RSDDTPS_HIER_MAINTAIN=>NT_TS_RELATED_HIER | 20090623 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TN_T_CHARACTERISTIC | 20090616 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20090617 | |
2 | ![]() |
Instance method | Private | Method | 20100421 | |
3 | ![]() |
Instance method | Public | Method | 20090616 | |
4 | ![]() |
Instance method | Private | Method | 20090617 | |
5 | ![]() |
Instance method | Private | Method | 20090623 | |
6 | ![]() |
Instance method | Protected | Method | 20090616 |
Events
Class CL_RSDDTPS_XML_CHARACTERISTIC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_CHARACTERISTIC | Public | See coding | 20090616 | BEGIN OF tn_s_characteristic,
iobjnm TYPE rsiobjnm,
t_presentation TYPE tn_t_presentation,
t_hierarchy TYPE tn_t_hierarchy,
t_description TYPE cl_rsddtps_xml=>tn_t_description,
END OF tn_s_characteristic
|
||
2 | TN_S_HIERARCHY | Public | See coding | 20090623 | BEGIN OF tn_s_hierarchy,
name TYPE rshienm,
hieid TYPE rshieid,
table TYPE string,
t_description TYPE cl_rsddtps_xml=>tn_t_description,
END OF tn_s_hierarchy
|
||
3 | TN_S_PRESENTATION | Public | See coding | 20090616 | BEGIN OF tn_s_presentation,
name TYPE string,
type TYPE tn_type,
table TYPE string,
column TYPE string,
joinpath TYPE string,
visible TYPE rs_bool,
sortpresentation TYPE string,
initialvalue TYPE string,
length type i,
END OF tn_s_presentation
|
||
4 | TN_TYPE | Public | Type reference (TYPE) | CHAR4 | 20090616 |
|
|
5 | TN_T_CHARACTERISTIC | Public | See coding | 20090616 | tn_t_characteristic TYPE STANDARD TABLE OF tn_s_characteristic WITH NON-UNIQUE KEY iobjnm
|
||
6 | TN_T_HIERARCHY | Public | See coding | 20090623 | tn_t_hierarchy TYPE STANDARD TABLE OF tn_s_hierarchy WITH NON-UNIQUE KEY name
|
||
7 | TN_T_PRESENTATION | Public | See coding | 20090616 | tn_t_presentation TYPE STANDARD TABLE OF tn_s_presentation WITH NON-UNIQUE KEY name
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_PROVIDER | Call by reference | Object reference (TYPE REF TO) | IF_RSDDTPS_PROVIDER | Providerinterface für Polestar | 20090617 |
Method CONSTRUCTOR on class CL_RSDDTPS_XML_CHARACTERISTIC has no exception.
Method GET_NON_DEFAULT_PRES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_PRESENTATION | Call by reference | Type reference (TYPE) | TN_T_PRESENTATION | 20100421 | |||
2 | ![]() |
I_S_IOBJNM | Call by reference | Type reference (TYPE) | RSD_S_IOBJNM | Liste von InfoObjects | 20100421 | ||
3 | ![]() |
I_TH_MAPPING | Call by reference | Type reference (TYPE) | IF_RSDDTPS_MAPPING=>TN_TH_MAPPING | 20100421 | |||
4 | ![]() |
I_T_ATTR | Call by reference | Type reference (TYPE) | TREXT_VIEW_ATTRIBUTES | View-Attribute | 20100421 |
Method GET_NON_DEFAULT_PRES on class CL_RSDDTPS_XML_CHARACTERISTIC has no exception.
Method SET_CHARACTERISTICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_ATTR | Call by reference | Type reference (TYPE) | TREXT_VIEW_ATTRIBUTES | View-Attribute | 20090617 | ||
2 | ![]() |
I_T_IOBJNM | Call by reference | Type reference (TYPE) | RSD_T_IOBJNM | List of InfoObjects | 20090616 |
Method SET_CHARACTERISTICS on class CL_RSDDTPS_XML_CHARACTERISTIC has no exception.
Method WRITE_DIMENSIONGROUPS Signature
Method WRITE_DIMENSIONGROUPS on class CL_RSDDTPS_XML_CHARACTERISTIC has no parameter.
Method WRITE_DIMENSIONGROUPS on class CL_RSDDTPS_XML_CHARACTERISTIC has no exception.
Method WRITE_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_HIERARCHY | Call by reference | Type reference (TYPE) | TN_T_HIERARCHY | 20090623 |
Method WRITE_HIERARCHY on class CL_RSDDTPS_XML_CHARACTERISTIC has no exception.
Method WRITE_PRESENTATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_PRESENTATION | Call by reference | Type reference (TYPE) | TN_T_PRESENTATION | 20090616 |
Method WRITE_PRESENTATION on class CL_RSDDTPS_XML_CHARACTERISTIC has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |