SYBMON_LICENSE is an SAP Structure so does not store data like a database table does but can be used to process "SYB: master..monLicense" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SYBMON_LICENSE TYPE SYBMON_LICENSE .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
INSTANCEID | SYBINSTID | INT2 | 5 | SYB: Instance ID in Cluster Edition | ||
QUANTITY | INT4 | 10 | ||||
NAME | CHAR | 30 | ||||
EDITION | CHAR | 30 | ||||
TYPE | CHAR | 64 | ||||
VERSION | CHAR | 16 | ||||
STATUS_VERSION | CHAR | 30 | ||||
LICENSEEXPIRY | CHAR | 20 | ||||
GRACEEXPIRY | CHAR | 20 | ||||
FILTER | CHAR | 14 | ||||
ATTRIBUTES | CHAR | 64 | ||||
BGCOLOR | LVC_CIFNM | CHAR | 30 | ALV control: Field name with simple row color coding |
Key field | |
Non-key field |