Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDHAM_ANALYSIS | HANA Analysis Process (Object Model) | 20120312 |
Properties
Class | CL_RSDHAM_ANALYSIS | |
Short Description | Object Model: HANA Analysis Process | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | RSDHA | |
Program status | ||
Category | 0 | |
Package | RSDHA | SAP HANA Analysis in BW |
Created | 20120309 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSDHAM_ANALYSIS | HANA Analysis Process (Object Model) | 20120312 |
Friends
Class CL_RSDHAM_ANALYSIS has no friend class.
Attributes
Methods
Events
Class CL_RSDHAM_ANALYSIS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_EDGE | Public | See coding | Link between analysis elements (structure) | 20120315 | BEGIN OF tn_s_edge,
object_from TYPE if_rsdham_object=>tn_name,
object_to TYPE if_rsdham_object=>tn_name,
END OF tn_s_edge
|
|
2 | TN_S_TEXT | Public | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_S_TEXT | Text (language dependent) | 20120405 |
|
3 | TN_S_TLOGO_ASC | Public | See coding | Associated objects (XREF structure) | 20130713 | BEGIN OF tn_s_tlogo_asc,
asc_type TYPE rso_asc_type,
tlogo TYPE rstlogo,
objnm TYPE sobj_name,
END OF tn_s_tlogo_asc
|
|
4 | TN_TS_EDGE | Public | See coding | Links between analysis elements (table type) | 20120315 | tn_ts_edge TYPE SORTED TABLE OF tn_s_edge WITH UNIQUE KEY object_from object_to
|
|
5 | TN_TS_TEXT | Public | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_TS_TEXT | Text (all languages) | 20120405 |
|
6 | TN_TS_TLOGO_ASC | Public | See coding | Associated objects (XREF table type) | 20130713 | tn_ts_tlogo_asc TYPE SORTED TABLE OF tn_s_tlogo_asc WITH UNIQUE KEY table_line
|
Method Signatures
Method ADD_EDGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_EDGE | Call by reference | Type reference (TYPE) | TN_S_EDGE | Link between analysis elements (structure) | 20120319 | ||
2 | ![]() |
I_TS_EDGE | Call by reference | Type reference (TYPE) | TN_TS_EDGE | Links between analysis elements (table) | 20120319 |
Method ADD_EDGES on class CL_RSDHAM_ANALYSIS has no exception.
Method ADD_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_RSDHAM_OBJECT | Analysis element | 20120314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20130701 |
Method AFTER_ACTIVATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20120711 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20120711 | ||
3 | ![]() |
I_ENFORCE_REGENERATION | Call by reference | Type reference (TYPE) | RS_BOOL | X: Enforce Regeneration | 20121018 |
Method AFTER_ACTIVATION on class CL_RSDHAM_ANALYSIS has no exception.
Method BEFORE_ACTIVATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20130301 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130301 | ||
3 | ![]() |
I_R_ANALYSIS_NEW | Call by reference | Object reference (TYPE REF TO) | CL_RSDHAM_ANALYSIS | New object model | 20130301 |
Method BEFORE_ACTIVATION on class CL_RSDHAM_ANALYSIS has no exception.
Method BEFORE_DELETION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value from ABAP Statements | 20120711 | ||
2 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20120711 |
Method BEFORE_DELETION on class CL_RSDHAM_ANALYSIS has no exception.
Method CHECK Signature
Method CHECK on class CL_RSDHAM_ANALYSIS has no parameter.
Method CHECK on class CL_RSDHAM_ANALYSIS has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSDHAM_ANALYSIS has no parameter.
Method CONSTRUCTOR on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_OPERATION Signature
Method CREATE_OPERATION on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_OPERATION on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_OPER_PROC Signature
Method CREATE_OPER_PROC on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_OPER_PROC on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_SRC_DB_TABLE Signature
Method CREATE_SRC_DB_TABLE on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_SRC_DB_TABLE on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_SRC_HAAP Signature
Method CREATE_SRC_HAAP on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_SRC_HAAP on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_SRC_INFOPROV Signature
Method CREATE_SRC_INFOPROV on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_SRC_INFOPROV on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_SRC_INFOSOURCE Signature
Method CREATE_SRC_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_SRC_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_TGT_DB_TABLE Signature
Method CREATE_TGT_DB_TABLE on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_TGT_DB_TABLE on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_TGT_INFOPROV Signature
Method CREATE_TGT_INFOPROV on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_TGT_INFOPROV on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_TGT_INFOSOURCE Signature
Method CREATE_TGT_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_TGT_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no exception.
Method CREATE_TRANSFORMATION Signature
Method CREATE_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no parameter.
Method CREATE_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_EDGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_EDGE | Call by reference | Type reference (TYPE) | TN_S_EDGE | Link between analysis elements (structure) | 20120319 | ||
2 | ![]() |
I_TS_EDGE | Call by reference | Type reference (TYPE) | TN_TS_EDGE | Links between analysis elements (table) | 20120319 |
Method DELETE_EDGES on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_OBJECT Signature
Method DELETE_OBJECT on class CL_RSDHAM_ANALYSIS has no parameter.
Method DELETE_OBJECT on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_OBJECT_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_ID | Analysis element ID | 20120713 |
Method DELETE_OBJECT_BY_ID on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_OPERATION Signature
Method DELETE_OPERATION on class CL_RSDHAM_ANALYSIS has no parameter.
Method DELETE_OPERATION on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_SOURCE Signature
Method DELETE_SOURCE on class CL_RSDHAM_ANALYSIS has no parameter.
Method DELETE_SOURCE on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_TARGET Signature
Method DELETE_TARGET on class CL_RSDHAM_ANALYSIS has no parameter.
Method DELETE_TARGET on class CL_RSDHAM_ANALYSIS has no exception.
Method DELETE_TRANSFORMATION Signature
Method DELETE_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no parameter.
Method DELETE_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no exception.
Method FREE Signature
Method FREE on class CL_RSDHAM_ANALYSIS has no parameter.
Method FREE on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_EDGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJECT_FROM | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_NAME | Name of "from" analysis element | 20120315 | ||
2 | ![]() |
I_OBJECT_TO | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_NAME | Name of "to" analysis element | 20120315 | ||
3 | ![]() |
R_TS_EDGE | Value transfer | Type reference (TYPE) | TN_TS_EDGE | Links between analysis elements (table) | 20120315 |
Method GET_EDGES on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_FREE_OBJECT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_TYPE | Object type | 20120322 | ||
2 | ![]() |
R_ID | Value transfer | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_ID | Analysis element ID | 20120322 |
Method GET_FREE_OBJECT_ID on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_INFOAREA Signature
Method GET_INFOAREA on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_INFOAREA on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_NAME Signature
Method GET_NAME on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_NAME on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_NAMESPACE | Value transfer | Type reference (TYPE) | STRING | 20120709 |
Method GET_NAMESPACE on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_OBJECT Signature
Method GET_OBJECT on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_OBJECT on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_OBJECTS Signature
Method GET_OBJECTS on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_OBJECTS on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_OBJECT_TYPE_INFO Signature
Method GET_OBJECT_TYPE_INFO on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_OBJECT_TYPE_INFO on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_OPERATION Signature
Method GET_OPERATION on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_OPERATION on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_RELATED_OBJ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TS_TLOGO_ASC | Value transfer | Type reference (TYPE) | TN_TS_TLOGO_ASC | Associated objects (XREF table) | 20120806 |
Method GET_RELATED_OBJ on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_SRC_DB_TABLE Signature
Method GET_SRC_DB_TABLE on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_SRC_DB_TABLE on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_SRC_HAAP Signature
Method GET_SRC_HAAP on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_SRC_HAAP on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_SRC_INFOPROV Signature
Method GET_SRC_INFOPROV on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_SRC_INFOPROV on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_SRC_INFOSOURCE Signature
Method GET_SRC_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_SRC_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_TEXT on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TS_TEXT | Value transfer | Type reference (TYPE) | TN_TS_TEXT | Text (all languages) | 20120416 |
Method GET_TEXTS on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TGT_DB_TABLE Signature
Method GET_TGT_DB_TABLE on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_TGT_DB_TABLE on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TGT_INFOPROV Signature
Method GET_TGT_INFOPROV on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_TGT_INFOPROV on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TGT_INFOSOURCE Signature
Method GET_TGT_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_TGT_INFOSOURCE on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TGT_KIND Signature
Method GET_TGT_KIND on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_TGT_KIND on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_TRFN Signature
Method GET_TRFN on class CL_RSDHAM_ANALYSIS has no parameter.
Method GET_TRFN on class CL_RSDHAM_ANALYSIS has no exception.
Method GET_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_XML | Value transfer | Type reference (TYPE) | XSTRING | 20120319 |
Method GET_XML on class CL_RSDHAM_ANALYSIS has no exception.
Method IS_HANA_TRANSFORMATION Signature
Method IS_HANA_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no parameter.
Method IS_HANA_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no exception.
Method P_DESERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_USE_NAME_FROM_XML | Call by reference | Type reference (TYPE) | RS_BOOL | 20120824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20120423 |
Method P_GET_DB_TABLE_OF_DATASOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Data Source Name | 20130626 | ||
2 | ![]() |
R_DB_TABLE | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20130626 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20130626 |
Method P_GET_DB_TABLE_OF_OPEN_HUB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DB_TABLE | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20130628 | ||
2 | ![]() |
E_WRITE_MODE | Call by reference | Type reference (TYPE) | IF_RSDHA_TYPES=>TN_WRITE_MODE | Write mode (full update/update) | 20130628 | ||
3 | ![]() |
I_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Data Source Name | 20130626 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20130626 |
Method P_GET_OPERATION_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_OPER | Value transfer | Object reference (TYPE REF TO) | CL_RSDHAM_OPER_INT | Operation | 20120519 |
Method P_GET_OPERATION_INT on class CL_RSDHAM_ANALYSIS has no exception.
Method P_REGISTER_EXPERT_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PROCNM | Call by reference | Type reference (TYPE) | RSDHA_PROCNM | Procedure Name | 20131004 | ||
2 | ![]() |
I_SCHEMA | Call by reference | Type reference (TYPE) | IF_RSDHAM_PROC_METADATA=>TN_SCHEMA | Schema Name | 20131004 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20131004 |
Method P_SERIALIZE Signature
Method P_SERIALIZE on class CL_RSDHAM_ANALYSIS has no parameter.
Method P_SERIALIZE on class CL_RSDHAM_ANALYSIS has no exception.
Method P_SERIALIZE_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | Object Name | 20130430 | ||
2 | ![]() |
I_R_XROOT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Element of an XML Document | 20130430 | ||
3 | ![]() |
I_S_OBJECT | Call by reference | Type reference (TYPE) | IF_RSDHAM_OBJECT=>TN_S_OBJECT | Structure of analysis element table | 20130430 |
Method P_SERIALIZE_OBJECT on class CL_RSDHAM_ANALYSIS has no exception.
Method P_SERIALIZE_TRFN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_XROOT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Root element | 20130719 |
Method P_SERIALIZE_TRFN on class CL_RSDHAM_ANALYSIS has no exception.
Method P_TRAV_DOM_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_TEXT | Call by reference | Type reference (TYPE) | TN_S_TEXT | Text | 20120405 | ||
2 | ![]() |
I_R_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Descriptions node | 20120405 |
Method P_TRAV_DOM_DESCRIPTION on class CL_RSDHAM_ANALYSIS has no exception.
Method P_TRAV_DOM_DESCRIPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_TS_TEXT | Call by reference | Type reference (TYPE) | TN_TS_TEXT | Descriptions (table) | 20120405 | ||
2 | ![]() |
I_R_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Descriptions node | 20120405 |
Method P_TRAV_DOM_DESCRIPTIONS on class CL_RSDHAM_ANALYSIS has no exception.
Method P_TRAV_DOM_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Object node | 20120411 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20120423 |
Method P_TRAV_DOM_TRANSFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Descriptions node | 20130718 | ||
2 | ![]() |
R_S_TRFN | Value transfer | Type reference (TYPE) | RSTRAN_S_TRFN | Transformations | 20130718 |
Method P_TRAV_DOM_TRANSFORMATION on class CL_RSDHAM_ANALYSIS has no exception.
Method P_XML_TO_DOM Signature
Method P_XML_TO_DOM on class CL_RSDHAM_ANALYSIS has no parameter.
Method P_XML_TO_DOM on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_INFOAREA Signature
Method SET_INFOAREA on class CL_RSDHAM_ANALYSIS has no parameter.
Method SET_INFOAREA on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | IF_RSDHAM_ANALYSIS=>TN_NAME | 20120824 |
Method SET_NAME on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_PERSIST_DATA Signature
Method SET_PERSIST_DATA on class CL_RSDHAM_ANALYSIS has no parameter.
Method SET_PERSIST_DATA on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_TEXT Signature
Method SET_TEXT on class CL_RSDHAM_ANALYSIS has no parameter.
Method SET_TEXT on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_TEXT | Call by reference | Type reference (TYPE) | TN_TS_TEXT | Text (all languages) | 20120416 |
Method SET_TEXTS on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_TGT_KIND Signature
Method SET_TGT_KIND on class CL_RSDHAM_ANALYSIS has no parameter.
Method SET_TGT_KIND on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_TRFN Signature
Method SET_TRFN on class CL_RSDHAM_ANALYSIS has no parameter.
Method SET_TRFN on class CL_RSDHAM_ANALYSIS has no exception.
Method SET_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_USE_NAME_FROM_XML | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | 20120824 | ||
2 | ![]() |
I_XML | Call by reference | Type reference (TYPE) | XSTRING | XML | 20120319 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20120423 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |