Menu

SAP Function Module GRAPH_MATRIX_4D

Calling up a 3D graphic (4th dimension stacked representation)

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module GRAPH_MATRIX_4D (Calling up a 3D graphic (4th dimension stacked representation)) is a standard Function Module in SAP ERP and is part of the function group BUSG within the package SGRP.

Technical Information

Function Module GRAPH_MATRIX_4D
Short Text Calling up a 3D graphic (4th dimension stacked representation)
Function Group BUSG
Package SGRP
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUTO_CMD_1 LIKE SPACE DO NOT USE
AUTO_CMD_2 LIKE SPACE DO NOT USE
DIM1 LIKE SPACE
DIM1_1 LIKE SPACE
DIM1_2 LIKE SPACE
DIM1_3 LIKE SPACE
DIM1_4 LIKE SPACE
DIM1_5 LIKE SPACE
DIM1_6 LIKE SPACE
DIM2 LIKE SPACE
DIM2_1 LIKE SPACE
DIM2_2 LIKE SPACE
DIM2_3 LIKE SPACE
DIM2_4 LIKE SPACE
DIM2_5 LIKE SPACE
DIM2_6 LIKE SPACE
DIM3 LIKE SPACE
INBUF LIKE SPACE
INFORM LIKE SPACE
MAIL_ALLOW LIKE SPACE Allows sending the graphic as mail in SAPoffice
NOTIFY LIKE SPACE Activate 'Save settings'
PWDID LIKE SPACE
SET_FOCUS LIKE 'x' Set focus during reload
SO_CONTENTS LIKE SPACE Subtitle of generated SAPoffice document
SO_RECEIVER LIKE SPACE Recipient of generated SAPoffice object
SO_SEND LIKE SPACE Graphic storage in SAPoffice instead of display
SO_TITLE LIKE SPACE Title of the generated SAPoffice document
STAT LIKE SPACE
SUPER LIKE SPACE
TIMER LIKE SPACE
TITL LIKE SPACE
VALT LIKE SPACE
WDID LIKE SPACE
WINID LIKE SPACE
WINPOS LIKE SPACE
WINSZX LIKE '50'
WINSZY LIKE '50'
X_OPT LIKE SPACE

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
B_KEY LIKE
B_TYP LIKE
CUA_ID LIKE not yet
MOD_COL LIKE
MOD_ROW LIKE
MOD_VAL LIKE
M_TYP LIKE
RBUFF LIKE
RWNID LIKE

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DATA LIKE
OPTS LIKE

Exceptions

This function module does not define any Exceptions.