The Function Module BARCHART_CREATE (Produce a bar chart control) is a standard Function Module in SAP ERP and is part of the function group CNBC within the package SGRC.
Function Module | BARCHART_CREATE |
Short Text | Produce a bar chart control |
Function Group | CNBC |
Package | SGRC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALIGNMENT | TYPE | I | 15 | Alignment of the control on screen |
CONTAINER | TYPE | C | SPACE | Container |
DYNNR | LIKE | SY-DYNNR | Screen number | |
HEIGHT | TYPE | I | Control height | |
HIDE_STATUS_BAR | TYPE | C | Hide status line | |
LEFT | TYPE | I | Alignment with reference to left edge | |
LINK_REPID | LIKE | SY-REPID | Program to merge control | |
METRIC | TYPE | CNTL_METRIC | CNTL_METRIC_DYNPRO | Metric |
NO_FLUSH | TYPE | C | 'X' | Flush |
OWNER_REPID | LIKE | SY-REPID | Program to generated control | |
PARENTID | TYPE | I | Parent | |
SHELLSTYLE | TYPE | I | Style | |
TOP | TYPE | I | Alignment with reference to upper edge | |
WIDTH | TYPE | I | Control width |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HANDLE | TYPE | CNTL_HANDLE | Control handle |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CREATE_ERROR | Error creating control |