SAP ABAP Class CL_EQ_TEST_SERVICE_PROXY (Test Generated Function Module for the Service)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-EQ (Application Component) BICS Easy Query
⤷
BW_BICS_EQ (Package) Easy Query

⤷

⤷

Properties
Class | CL_EQ_TEST_SERVICE_PROXY | |
Short Description | Test Generated Function Module for the Service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_EQ | Easy Query |
Created | 20110202 | SAP |
Last change | 20130531 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_EQ_TEST_SERVICE_PROXY has no interface implemented.
Friends
Class CL_EQ_TEST_SERVICE_PROXY 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) | RS38L_FNAM | Name of Function Module | 20110202 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSINFOCUBE | InfoCube | 20110405 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSZCOMPID | Name (ID) of a Reporting Component | 20110405 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TN_S_STATISTICS | Runtime Statistics in Microseconds | 20110202 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CL_EQ_BICS_RUNTIME=>TN_T_ARBI_VAR | Query Variables with Any Value | 20110325 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSEQ_T_SELECT_OPTION2 | Query Variables | 20110330 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSEQ_T_QVARIABLE_MD | Metadata of the Used Query Variables | 20110621 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Characteristics in the Drildown in the Rows | 20110202 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_EQ_BICS_RUNTIME | BICS Accesses for Easy Query Generation | 20110325 | ||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | RSEQ_T_COLUMN_DESCRIPTION | Column description | 20110202 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Data Grid | 20110202 | ||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | BAPIRETTAB | Table with BAPI Return Information | 20110202 | ||
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | RSEQ_T_ROW_DESCRIPTION | Description of Lines | 20110202 | ||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_ABAP_RUNTIME | Timer Interface | 20110202 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TN_T_HTML | CSS Style Sheet | 20110202 | ||
16 | ![]() |
Instance attribute | Public | See coding | 20110202 | ||||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TN_T_HTML | Rendered HTML Rows | 20110202 | ||
18 | ![]() |
Instance attribute | Public | See coding | 20110202 | ||||
19 | ![]() |
Instance attribute | Public | See coding | 20110202 |
Methods
Events
Class CL_EQ_TEST_SERVICE_PROXY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_HTML | Public | See coding | HTML Row | 20110202 | BEGIN OF tn_s_html,
html_line TYPE c LENGTH 255 ,
END OF tn_s_html
|
|
2 | TN_S_STATISTICS | Public | See coding | Runtime Statistics in Microseconds | 20110202 | begin of TN_s_STATISTICS,
fumod_execution_time type i,
rendering_time type i,
end of TN_s_STATISTICS
|
|
3 | TN_T_HTML | Public | See coding | HTML Rows | 20110202 | tn_t_html TYPE STANDARD TABLE OF tn_s_html WITH NON-UNIQUE KEY html_line
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FUNCTION_MODULE_NAME | Call by reference | Type reference (TYPE) | RS38L_FNAM | Name des Funktionsbausteins | 20110202 |
Method CONSTRUCTOR on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method RENDER_HTML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_HTML | Value transfer | Type reference (TYPE) | TN_T_HTML | HTML-Zeilen | 20110202 |
Method RENDER_HTML on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method SET_CSS_STYLE_SHEET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_CSS | Call by reference | Type reference (TYPE) | TN_T_HTML | HTML-Zeilen | 20110202 |
Method SET_CSS_STYLE_SHEET on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _ADD_COLUMN_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CELL_VALUE | Call by reference | Type reference (TYPE) | SCRTEXT_L | Feldbezeichner lang | 20110202 | ||
2 | ![]() |
I_CLASS_NAME | Call by reference | Type reference (TYPE) | STRING | 20110202 |
Method _ADD_COLUMN_HEADER on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _ADD_DATA_CELL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ROW_INDEX | Call by reference | Type reference (TYPE) | I | 20110202 | |||
2 | ![]() |
I_SUBTOTAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110202 | |||
3 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20110202 |
Method _ADD_DATA_CELL on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _ADD_ROW_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COLSPAN | Call by reference | Type reference (TYPE) | I | 1 | 20110202 | ||
2 | ![]() |
I_HIER_NODE_LEVEL | Call by reference | Type reference (TYPE) | RSEQ_LEVEL | Relative Knotentiefe | 20110427 | ||
3 | ![]() |
I_ROWSPAN | Call by reference | Type reference (TYPE) | I | 1 | 20110202 | ||
4 | ![]() |
I_SUBTOTAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110202 | |||
5 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | ANY | 20110202 |
Method _ADD_ROW_HEADER on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _EXECUTE_FUNCTION_MODULE Signature
Method _EXECUTE_FUNCTION_MODULE on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _EXECUTE_FUNCTION_MODULE on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _GET_CSS_STYLE_SHEET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_T_CSS | Value transfer | Type reference (TYPE) | TN_T_HTML | HTML-Zeilen | 20110202 |
Method _GET_CSS_STYLE_SHEET on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _GET_VARIABLE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_S_SELECT_OPTION | Call by reference | Type reference (TYPE) | RSEQ_S_SELECT_OPTION | Selektionsoptionen | 20110621 | ||
2 | ![]() |
I_PARAMETER | Call by reference | Type reference (TYPE) | RSIMP | Funktionsbibliothek: Import-Parameter | 20110622 |
Method _GET_VARIABLE_VALUES on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _INITIALIZE Signature
Method _INITIALIZE on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _INITIALIZE on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _READ_FUMOD_SIGNATURE Signature
Method _READ_FUMOD_SIGNATURE on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _READ_FUMOD_SIGNATURE on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _RENDER_HTML Signature
Method _RENDER_HTML on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _RENDER_HTML on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _TRANSFORM_GRID Signature
Method _TRANSFORM_GRID on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _TRANSFORM_GRID on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _TRANSFORM_HEADER Signature
Method _TRANSFORM_HEADER on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _TRANSFORM_HEADER on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _TRANSFORM_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_MESSAGES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110419 |
Method _TRANSFORM_MESSAGES on class CL_EQ_TEST_SERVICE_PROXY has no exception.
Method _TRANSFORM_RESULT_TO_HTML Signature
Method _TRANSFORM_RESULT_TO_HTML on class CL_EQ_TEST_SERVICE_PROXY has no parameter.
Method _TRANSFORM_RESULT_TO_HTML on class CL_EQ_TEST_SERVICE_PROXY has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 731 |