SAP ABAP Class CL_RSBPCPS_REPORT_UTL (BPC: Report related utility)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA-BPC-INF-WP (Application Component) BPC 'unified model' - Workspace infrastructure
⤷
RSBPCPS (Package) BPC IP Extension: Persistency Service

⤷

⤷

Properties
Class | CL_RSBPCPS_REPORT_UTL | |
Short Description | BPC: Report related utility | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSBPCPS | BPC IP Extension: Persistency Service |
Created | 20130813 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSBPCPS_REPORT_UTL has no interface implemented.
Friends
Class CL_RSBPCPS_REPORT_UTL has no friend class.
Attributes
Class CL_RSBPCPS_REPORT_UTL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130813 | |
2 | ![]() |
Static method | Public | Method | 20130813 | |
3 | ![]() |
Static method | Public | Method | 20130913 | |
4 | ![]() |
Static method | Public | Method | 20130813 | |
5 | ![]() |
Static method | Public | Method | 20130813 | |
6 | ![]() |
Static method | Public | Method | 20130813 | |
7 | ![]() |
Instance method | Public | Method | 20130813 |
Events
Class CL_RSBPCPS_REPORT_UTL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_S_GROUP_VARIABLE | Public | See coding | 20130813 | BEGIN OF T_S_GROUP_VARIABLE,
GROUP_NAME TYPE STRING,
GROUP_ID TYPE STRING,
T_VARIABLE TYPE RSBOLAP_DT_T_VARIABLE,
END OF T_S_GROUP_VARIABLE
|
||
2 | T_S_WORKBOOK_QUERY | Public | See coding | 20130813 | BEGIN OF T_S_WORKBOOK_QUERY,
OBJNM TYPE SOBJ_NAME,
ALLIAS TYPE RSAO_ALIAS,
END OF T_S_WORKBOOK_QUERY
|
||
3 | T_S_WORKBOOK_VARIABLE | Public | See coding | 20130813 | BEGIN OF T_S_WORKBOOK_VARIABLE,
ALLIAS TYPE RSAO_ALIAS,
T_VARIABLE TYPE RSBOLAP_DT_T_VARIABLE,
END OF T_S_WORKBOOK_VARIABLE
|
||
4 | T_T_GROUP_VARIABLE | Public | See coding | 20130813 | T_T_GROUP_VARIABLE TYPE STANDARD TABLE OF T_S_GROUP_VARIABLE WITH DEFAULT KEY
|
||
5 | T_T_WORKBOOK_QUERY | Public | See coding | 20130813 | T_T_WORKBOOK_QUERY TYPE STANDARD TABLE OF T_S_WORKBOOK_QUERY WITH DEFAULT KEY
|
||
6 | T_T_WORKBOOK_VARIABLE | Public | See coding | 20130813 | T_T_WORKBOOK_VARIABLE TYPE STANDARD TABLE OF T_S_WORKBOOK_VARIABLE WITH DEFAULT KEY
|
Method Signatures
Method GET_AO_VARIABLE_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_VARIABLE_GROUP | Call by reference | Type reference (TYPE) | T_T_GROUP_VARIABLE | 20130813 | |||
2 | ![]() |
I_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130813 | |||
3 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | RSAO_LAUNCH_OPEN_TYPE | Analysis Launch Open Type | 20130813 |
Method GET_AO_VARIABLE_GROUP on class CL_RSBPCPS_REPORT_UTL has no exception.
Method GET_QUERY_LIST_FROM_WBOOK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_QUERY | Call by reference | Type reference (TYPE) | T_T_WORKBOOK_QUERY | 20130813 | |||
2 | ![]() |
I_WORKBOOK_ID | Call by reference | Type reference (TYPE) | RSAO_TECHNAME | Analysis Client Technical Name | 20130813 |
Method GET_QUERY_LIST_FROM_WBOOK on class CL_RSBPCPS_REPORT_UTL has no exception.
Method GET_QUERY_NAME_WITH_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_QUERY_ID | Call by reference | Type reference (TYPE) | SYSUUID_25 | 20130913 | |||
2 | ![]() |
R_QUERY_NAME | Value transfer | Type reference (TYPE) | RSZCOMPID | 20130913 |
Method GET_QUERY_NAME_WITH_ID on class CL_RSBPCPS_REPORT_UTL has no exception.
Method GET_VARIABLES_FROM_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_VARIABLE | Call by reference | Type reference (TYPE) | RSBOLAP_DT_T_VARIABLE | Design Time Variable Table | 20130813 | ||
2 | ![]() |
IF_ONLY_INPUT_READY | Call by reference | Type reference (TYPE) | RS_BOOL | ABAP_TRUE | Boolean | 20130918 | |
3 | ![]() |
I_REPORT_NAME | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) of a reporting component | 20130813 |
Method GET_VARIABLES_FROM_QUERY on class CL_RSBPCPS_REPORT_UTL has no exception.
Method GET_VARIABLE_FROM_WBOOK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_VARIABLE | Call by reference | Type reference (TYPE) | T_T_WORKBOOK_VARIABLE | 20130813 | |||
2 | ![]() |
I_WORKBOOK_ID | Call by reference | Type reference (TYPE) | RSAO_TECHNAME | Analysis Client Technical Name | 20130813 |
Method GET_VARIABLE_FROM_WBOOK on class CL_RSBPCPS_REPORT_UTL has no exception.
Method GET_VAR_GROUP_FROM_BW_WBOOK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_VARIABLE_GROUP | Call by reference | Type reference (TYPE) | T_T_GROUP_VARIABLE | 20130813 | |||
2 | ![]() |
I_WORKBOOK_ID | Call by reference | Type reference (TYPE) | RSAO_TECHNAME | Analysis Client Technical Name | 20130813 |
Method GET_VAR_GROUP_FROM_BW_WBOOK on class CL_RSBPCPS_REPORT_UTL has no exception.
Method OPEN_AO_REPORT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_FILE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130813 | |||
2 | ![]() |
E_LAUNCH_XML | Call by reference | Type reference (TYPE) | XSTRING | 20130813 | |||
3 | ![]() |
I_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130813 | |||
4 | ![]() |
I_OBJECT_TYPE | Call by reference | Type reference (TYPE) | RSAO_LAUNCH_OPEN_TYPE | Analysis Launch Open Type | 20130813 | ||
5 | ![]() |
I_T_VARIABLE | Call by reference | Type reference (TYPE) | RSAO_T_LAUNCH_VAR | Analysis Office Launch: Variable Table | 20130813 |
Method OPEN_AO_REPORT on class CL_RSBPCPS_REPORT_UTL has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |