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 RH_START_EXCEL_DATA_OLE ((obsolete)) is a standard Function Module in SAP ERP and is part of the function group HRBAS00OFFICE within the package SP0U.
Function Module | RH_START_EXCEL_DATA_OLE |
Short Text | (obsolete) |
Function Group | HRBAS00OFFICE |
Package | SP0U |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CATEGORY_TITLE | LIKE | SPACE | Title of category axis | |
CATEGORY_XBOT_COR | TYPE | I | 0 | Bottom right corner of category axis title |
CATEGORY_XTOP_COR | TYPE | I | 0 | Top left corner of category axis title |
CATEGORY_YBOT_COR | TYPE | I | 0 | Bottom right corner of category axis title |
CATEGORY_YTOP_COR | TYPE | I | 0 | Top left corner of category axis title |
CHART_TITLE | LIKE | SPACE | Title for chart | |
CHART_TYPE | TYPE | I | 2 | Type of chart (bar chart, ...) |
DATA_NAME | TYPE | STRING | Name of data file on presentation server | |
DATA_TAB | TYPE | TABLE | Data table | |
DATA_XBOT_COR | TYPE | I | 0 | Bottom right corner of data field (x value) |
DATA_XTOP_COR | TYPE | I | 0 | Top left corner of data field (x value) |
DATA_YBOT_COR | TYPE | I | 0 | Bottom right corner of data field (y value) |
DATA_YTOP_COR | TYPE | I | 0 | Top left corner of data field (y value) |
VALUE_TITLE | LIKE | SPACE | Title of value axis |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COORDINATE_ERROR | Invalid coordinates! |
DOWNLOAD_ERROR | File could not be created |
INTERNAL_ERROR | Internal error |
NO_BATCH | Batch call not permitted |
NO_DATA | Table DATA_TAB does not contain any data |
NO_OLE_SUPPORT | OLE cannot be performed because EXCEL has not been started |
OLE_ERROR | Important OLE call causes error |
OLE_FILE_ERROR | The file could not be imported |