The GRAPH_MATRIX_2D Function Module 
The GRAPH_MATRIX_2D function module calls SAP Business Graphics and generates a two-dimensional view of your data. You can send a full table of values, and further parameters telling which part of the table to display.
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_2D
Name |
Status |
Initial Value |
INBUF ** |
Import |
SPACE |
INFORM |
Import |
SPACE |
MAIL_ALLOW |
Import |
SPACE |
NCOL |
Import |
SPACE |
NROW |
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 |
|
TCOL |
Internal Table |
Note: ** denotes a dialog parameter
Of the above list, only the DATA, OPTS and TCOL parameters are required.