Table/Structure Field list used by SAP ABAP Function Module RRT_BROWSE_DIMENSIONS (Get information about available dimensions in a given cube)
SAP ABAP Function Module
RRT_BROWSE_DIMENSIONS (Get information about available dimensions in a given cube) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | RRT_CUBES - CAT_NAM | CATALOG to which the CUBE belongs | ||
| 2 | RRT_CUBES - CUBE_NAM | Cube name | ||
| 3 | RRT_DIMENSIONS - CAT_NAM | CATALOG to which the CUBE belongs | ||
| 4 | RRT_DIMENSIONS - CAT_NAM | CATALOG to which the CUBE belongs | SOURCE VALUE(I_CAT_NAM) TYPE RRT_DIMENSIONS-CAT_NAM OPTIONAL |
|
| 5 | RRT_DIMENSIONS - CUBE_NAM | Cube name | ||
| 6 | RRT_DIMENSIONS - CUBE_NAM | Cube name | SOURCE VALUE(I_CUBE_NAM) TYPE RRT_DIMENSIONS-CUBE_NAM OPTIONAL |
|
| 7 | RRT_DIMENSIONS - DIM_NAM | Characteristic | ||
| 8 | RRT_DIMENSIONS - DIM_NAM | Characteristic | SOURCE VALUE(I_DIM_NAM) TYPE RRT_DIMENSIONS-DIM_NAM OPTIONAL |
|
| 9 | RRT_DIMENSIONS - DIM_UNAM | Unique name of dimension (dimension unique name) | ||
| 10 | RRT_DIMENSIONS - DIM_UNAM | Unique name of dimension (dimension unique name) | SOURCE VALUE(I_DIM_UNAM) TYPE RRT_DIMENSIONS-DIM_UNAM OPTIONAL |
|
| 11 | RSGENERAL - BOOL | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ||
| 12 | RSGENERAL - BOOL | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | SOURCE VALUE(I_NO_MEASURES) TYPE RSGENERAL-BOOL DEFAULT ' ' |