Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module BARC_GRAPHIC_PBO (Bar chart control (PBO)) is a standard Function Module in SAP ERP and is part of the function group BARC within the package SGRC.
Function Module | BARC_GRAPHIC_PBO |
Short Text | Bar chart control (PBO) |
Function Group | BARC |
Package | SGRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ABAP_CMD | LIKE | NET_GRAPH-ABAP_CMD | SPACE | Command to graphic |
CONFIRM | LIKE | NET_SET-CONFIRM | 'X' | Indicator: Confirm mode |
CONTROL_HANDLE | TYPE | CNTL_HANDLE | Control handle | |
INSTANCE | CLASS | CL_GUI_BARCHART | Bar chart object | |
OPEN_EDIT | LIKE | BCOPENEDIT | Field for edit window | |
PROFILE | LIKE | BCPROFILE | Graphics profile | |
PWDID | LIKE | NET_GRAPH-PWDID | SPACE | Parent window ID |
SET_FOCUS | LIKE | NET_GRAPH-FLAG | 'X' | Indicator: Set focus to graphic windows |
SO_CONTENTS | LIKE | SOS00-S_OBJDES | SPACE | Document title |
SO_SEND | LIKE | NET_GRAPH-FLAG | SPACE | Indicator: Send graphic |
START_DATE | LIKE | BCSECTION-START | SPACE | Start date |
STAT | LIKE | NET_GRAPH-STAT | SPACE | Status |
STATUS_TEXT | LIKE | NET_GRAPH-STATUSTEXT | SPACE | Text in status line |
SUPER | LIKE | NET_GRAPH-SUPER | SPACE | Parameter for closing windows |
WAIT_FOR_INPUT | LIKE | NET_GRAPH-FLAG | 'X' | Indicator: Wait for input |
WINID | LIKE | NET_GRAPH-WINID | SPACE | Window ID |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BOXES | LIKE | BCBOXES | Graphic object in table area (box) | |
BOX_VALS | LIKE | BCVALS | Attributes of graphic objects in table area | |
CURVES | LIKE | BCCURVE | Curves | |
CURVE_VALS | LIKE | BCCURVVALS | Curve attributes | |
DELETIONS | LIKE | BCDELETE | Objects to be deleted | |
LINKS | LIKE | BCLINKS | Links | |
LINK_VALS | LIKE | BCNVALS | Link attributes | |
NODES | LIKE | BCNODES | Graphic objects in graph area (nodes) | |
NODE_VALS | LIKE | BCNVALS | Attributes of graphic objects in graph area | |
POSITIONS | LIKE | BCPOSITION | Object positions |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERR_IN_PROFILE | Error in the graphics profile |
INV_PROFILE | Incorrect graphics profile |
INV_WINID | Incorrect window ID |