SAP Function RH_PRESENTATION_GRAPHIC_MULT -

Parameter Reference Type Length Default Optional Text
CONTAINER C C 0 X See GFW_PRES_SHOW
HEADER C C 0 X See GFW_PRES_SHOW
HEIGHT I I 4 X See GFW_PRES_SHOW
INSTANCE GFW_CU_STR 0 'PD_GRAPHIC' X Operation
LEFT I I 4 X See GFW_PRES_SHOW
ORIENTATION I I 4 1 X See GFW_PRES_SHOW
PARENT ANY A 0 X See GFW_PRES_SHOW
PRESENTATION_TYPE I I 4 See GFW_PRES_SHOW
SHOW GFW_BOOLEAN 0 GFW_TRUE X Display all graphics
TOP I I 4 X See GFW_PRES_SHOW
WIDTH I I 4 X See GFW_PRES_SHOW
X_AXIS_TITLE GFWLABEL C 80 X See GFW_PRES_SHOW
Y_AXIS_TITLE GFWLABEL C 80 X See GFW_PRES_SHOW

Parameter Reference Type Length Text
RETVAL SYMSGNO N 3 See GFW_PRES_SHOW

Parameter Reference Length Optional Text
COLUMN_LABELS GPRTXTLA 120 X See GFW_PRES_SHOW
COLUMN_TEXTS GPRTXT 40 See GFW_PRES_SHOW
ROW_LABELS GPRTXTLA 120 X See GFW_PRES_SHOW
VALUES GPRVAL 296 See GFW_PRES_SHOW

Exception Text
ERROR_OCCURRED See GFW_PRES_SHOW

Functionality
GFW_PRES_SHOW_MULT is a generalization of the GFW function module forbusiness graphics (GFW_PRES_SHOW).
GFW_PRES_SHOW_MULT can display several graphics. For this purpose theadditional parameter SHOW is set with the last graphic (GFW_TRUE).
The function module can also be used to display graphics generated byother _MULT GFW function modules (for example, Hierarchy/StructuralGraphics).

Example
DEMO_GFW_PRES_SHOW_MULT
DEMO_GFW_SHOW1 (with splitter container)

Notes
When the function module is called again after a call with the SHOWparameter, the graphics from the last SHOW call are destroyed beforethe new graphic is built up.

Further information
See function module GFW_PRES_SHOW (only the additional parameter SHOWis described in the following).

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
Reference to a container object (CL_GUI_CONTAINER) in which the graphicis to be placed.
The parameter CONTAINER is ignored if PARENT was specified.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.

Description
See documentation on GFW_PRES_SHOW.