SAP ABAP Class CL_BS_ANLY_VH_ASSISTANCE (Texts for WDC components)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-ANL-LST (Application Component) List Reporting
⤷
BS_ANLY_LIST_REPORTING (Package) Business Suite Analytics: Simple List Reporting

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20100617 |
Properties
Class | CL_BS_ANLY_VH_ASSISTANCE | |
Short Description | Texts for WDC components | |
Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BS_ANLY_LIST_REPORTING | Business Suite Analytics: Simple List Reporting |
Created | 20100617 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BS_ANLY_VH_ASSISTANCE has no forward declaration.
Interfaces
Class CL_BS_ANLY_VH_ASSISTANCE has no interface implemented.
Friends
Class CL_BS_ANLY_VH_ASSISTANCE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_FPROP | 20100712 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100722 | |
2 | ![]() |
Instance method | Public | Method | 20100722 | |
3 | ![]() |
Instance method | Private | Method | 20100804 | |
4 | ![]() |
Instance method | Public | Method | 20101008 | |
5 | ![]() |
Instance method | Public | Method | 20101206 | |
6 | ![]() |
Instance method | Public | Method | 20110413 | |
7 | ![]() |
Instance method | Public | Method | 20100723 | |
8 | ![]() |
Instance method | Public | Method | 20100730 | |
9 | ![]() |
Instance method | Public | Method | 20100617 | |
10 | ![]() |
Instance method | Public | Method | 20100723 | |
11 | ![]() |
Instance method | Public | Method | 20100712 | |
12 | ![]() |
Instance method | Public | Method | 20110103 | |
13 | ![]() |
Instance method | Public | Method | 20110223 |
Events
Class CL_BS_ANLY_VH_ASSISTANCE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_FPROP | Public | See coding | 20100712 | BEGIN OF s_fprop,
iobjnm TYPE rsiobjnm,
cob_pro TYPE rsd_s_cob_pro,
t_iobj_cmp TYPE rsd_t_iobj_cmp,
t_cob_pro TYPE rsd_t_cob_pro,
END OF s_fprop
|
||
2 | S_NODEID_NAME_EXT | Public | See coding | 20100722 | BEGIN OF s_nodeid_name_ext,
nodeid TYPE char12,
nodename_ext TYPE rschavlext,
END OF s_nodeid_name_ext
|
||
3 | TS_NODEID_NAME_EXT | Public | See coding | 20100722 | ts_nodeid_name_ext TYPE SORTED TABLE OF s_nodeid_name_ext
WITH UNIQUE KEY nodeid
|
||
4 | T_FPROP | Public | See coding | 20100712 | t_fprop TYPE SORTED TABLE OF s_fprop
WITH UNIQUE KEY iobjnm
|
Method Signatures
Method EX_IN_CONVERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHAVL_EXT | Call by reference | Type reference (TYPE) | RSCHAVLEXT | Value in ext. Repr | 20100722 | ||
2 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20100722 | ||
3 | ![]() |
R_CHAVL_INT | Value transfer | Type reference (TYPE) | RSCHAVL | Internal rep | 20100722 |
Method EX_IN_CONVERT on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method FIND_NEXT_PARENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_PARENT | Call by reference | Type reference (TYPE) | TS_NODEID_NAME_EXT | 20100722 | |||
2 | ![]() |
IS_PARENT | Call by reference | Type reference (TYPE) | S_NODEID_NAME_EXT | 20100722 | |||
3 | ![]() |
IT_HIERNODE | Call by reference | Type reference (TYPE) | RSPLS_T_CVH_X_HIERNODE | Basis Structure Hierarchies (Node Name Length 60) | 20100804 |
Method FIND_NEXT_PARENTS on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_DEP_HIER_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HIERNODE | Call by reference | Type reference (TYPE) | RSPLS_T_CVH_X_HIERNODE | Description of Hierarchy Nodes | 20100804 | ||
2 | ![]() |
I_CHANM | Call by reference | Type reference (TYPE) | RSCHANM | Characteristic | 20100804 | ||
3 | ![]() |
I_DATETO | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20100908 | ||
4 | ![]() |
I_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchy name | 20100804 | ||
5 | ![]() |
I_HIEVERS | Call by reference | Type reference (TYPE) | RSVERSION | Hierarchy version | 20100804 | ||
6 | ![]() |
I_KEYDATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20100908 | ||
7 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSMD_RS_NODEKEY | nodekey in the hierachy structure | 20100804 |
Method GET_DEP_HIER_NODES on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_ELEM_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DECIMALS | Call by reference | Type reference (TYPE) | DDLENG | Length (No. of Characters) | 20101008 | ||
2 | ![]() |
I_INTTYPE | Call by reference | Type reference (TYPE) | INTTYPE | ABAP data type (C,D,N,...) | 20101008 | ||
3 | ![]() |
I_LENGTH | Call by reference | Type reference (TYPE) | DDLENG | Length (No. of Characters) | 20101008 | ||
4 | ![]() |
RO_ELEMDESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_ELEMDESCR | Runtime Type Services | 20101008 |
Method GET_ELEM_DESCR on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20101206 | ||
2 | ![]() |
R_FIELDNAME | Value transfer | Type reference (TYPE) | FIELDNAME | Field Name | 20101206 |
Method GET_FIELDNAME on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_HIENM_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_HRY_INFO | Call by reference | Type reference (TYPE) | BSANLY_S_HRY_INFO | Info about a Hierarchy | 20110413 | ||
2 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | RSTXT60 | Long description | 20110413 |
Method GET_HIENM_TEXT on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_HIERSTRUC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HIERNODE | Call by reference | Type reference (TYPE) | RSPLS_T_CVH_X_HIERNODE | Hierarchy Nodes | 20100804 | ||
2 | ![]() |
IF_NO_LEAFS | Call by reference | Type reference (TYPE) | FLAG | SPACE | No leafs - only inner nodes | 20100907 | |
3 | ![]() |
IS_HRY_INFO | Call by reference | Type reference (TYPE) | BSANLY_S_HRY_INFO | Info about a Hierarchy | 20100723 |
Method GET_HIERSTRUC on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_IOBJ_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHAVL_EXT | Call by reference | Type reference (TYPE) | RSCHAVLEXT | Field for any characteristic value (external display) | 20100730 | ||
2 | ![]() |
I_CHAVL_INT | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Field for a User-Defined Characteristic Value | 20100730 | ||
3 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20100730 | ||
4 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | RSTXTLG | Long description | 20100730 |
Method GET_IOBJ_TEXTS on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method GET_TEXT Signature
Method GET_TEXT on class CL_BS_ANLY_VH_ASSISTANCE has no parameter.
Method GET_TEXT on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method INIT_HRY_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_HRY_TREE | Call by reference | Type reference (TYPE) | BSANLY_T_HRY_TREE | Hierarchy tree in WD | 20100723 | ||
2 | ![]() |
IT_HIERNODE | Call by reference | Type reference (TYPE) | RSPLS_T_CVH_X_HIERNODE | Hierarchy Nodes | 20100804 | ||
3 | ![]() |
I_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchy name | 20100802 | ||
4 | ![]() |
I_VERSION | Call by reference | Type reference (TYPE) | RSVERSION | Hierarchy version | 20100802 |
Method INIT_HRY_TREE on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method IN_EX_CONVERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHAVL_INT | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Field for a User-Defined Characteristic Value | 20100712 | ||
2 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20100712 | ||
3 | ![]() |
R_CHAVL_EXT | Value transfer | Type reference (TYPE) | RSCHAVLEXT | Field for any characteristic value (external display) | 20100712 |
Method IN_EX_CONVERT on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method MDATA_MODIFY_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110103 | ||
2 | ![]() |
IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110103 | ||
3 | ![]() |
I_FIRST_TIME | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20110103 |
Method MDATA_MODIFY_VIEW on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
Method NORMALIZE_WD_ELEMENT_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) | CSEQUENCE | 20110223 | |||
2 | ![]() |
R_NAME_NORMALIZED | Value transfer | Type reference (TYPE) | STRING | 20110223 |
Method NORMALIZE_WD_ELEMENT_NAME on class CL_BS_ANLY_VH_ASSISTANCE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |