The GRAPH_MATRIX Function Module 

The GRAPH_MATRIX function module is the most general-purpose of the SAP Business Graphics function modules.

With this module, you can send data in the same "four-dimensional" format described for GRAPH_MATRIX_4D. A graph of four-dimensional data 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

Name

Status

Initial Value

DIM1,DIM2,DIM3

Import

SPACE

INBUF **

Import

SPACE

INFORM

Import

SPACE

MAIL_ALLOW

Import

SPACE

MAX1,MAX2,MAX3

Import

SPACE

PWDID **

Import

SPACE

SET_FOCUS

Import

Do Not Use

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

 

TDIM1,TDIM2,TDIM3

Internal Table

 

Note: ** denotes a dialog parameter

Of the above list, the DATA, OPTS, TDIM1, TDIM2, and TDIM3 parameters are required.