The GRAPH_3D Function Module 

The GRAPH_3D function module calls the SAP Business Graphics program. You send it a table of values, which are displayed in three-dimensional view.

The following table contains a list of all possible parameters you can use with this function module. Of this list, only the DATA table parameter is required.

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_3D

Name

Status

Initial Value

DIM1,DIM2

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

TYPE

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

 

Note: ** denotes a dialog parameter

GRAPH_3D provides the means to name individual rows in a graph (the DATA parameter), but not individual columns. Parameters DIM1 and DIM2 are available for naming the row and column axes, but if this is not enough, use the GRAPH_MATRIX_3D function module.