The GRAPH_MATRIX_4D Function Module 
The GRAPH_MATRIX_4D function module calls SAP Business Graphics with "four-dimensional" data for display in a graph. This four-dimensional graph is actually a series of three-dimensional graphs you can page through on the screen. Each 3D graph is identified by page, and the elements in it are identified by row and column.
The chief parameter (DATA) is a table of values, and further parameters tell which part of the table to display. You can use other parameters to set display options.
The following table contains a list of all possible parameters you can use with this function module.
For a detailed description of parameters and exceptions, see the R/3 system documentation (Tools
® ABAP Workbench, Function library button, or transaction code SE37).Parameters used with GRAPH_MATRIX_4D
Name |
Status |
Initial Value |
Name |
Status |
Inital Value |
DIM1,DIM2,DIM3 |
Import |
SPACE |
DIM1_1...DIM1_6 |
Import |
SPACE |
DIM2_1...DIM2_6 |
Import |
SPACE |
INBUF ** |
Import |
SPACE |
INFORM |
Import |
SPACE |
MAIL_ALLOW |
Import |
SPACE |
PWDID ** |
Import |
SPACE |
STAT ** |
Import |
SPACE |
SUPER ** |
Import |
SPACE |
TIMER |
Import |
(Do Not Use) |
TITL |
Import |
SPACE |
VALT |
Import |
SPACE |
WDID |
Import |
SPACE |
WINID ** |
Import |
SPACE |
WINPOS |
Import |
SPACE |
WINSZX |
Import |
'50' |
WINSZY |
Import |
'50' |
X_OPT |
Import |
(Do Not Use) |
B_KEY |
Export |
|
B_TYP |
Export |
|
M_TYP ** |
Export |
|
MOD_COL |
Export |
|
MOD_ROW |
Export |
|
MOD_VAL |
Export |
|
RBUFF ** |
Export |
|
RWNID ** |
Export |
|
DATA |
Internal Table |
|
OPTS |
Internal Table |
Note: ** denotes a dialog parameter
Of the above list, the DATA, OPTS, at least one of the DIM1_1...DIM1_6 parameters are required and at least one of the DIM2_1...DIM2_6 parameters are required.