Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!
Bei amazon.de ansehen →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 |