SAPWLNAVI is an SAP Structure so does not store data like a database table does but can be used to process "N3 Workload: Availability" 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_SAPWLNAVI TYPE SAPWLNAVI .
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 |
COMPONENT | SWLNCOMPNT | CHAR | 32 | N3 Workload: Name/ID of Statistics Component | ||
STRTDATE | SWLNBEGDATE | DATS | 8 | N3 Workload: Start Date of Interval for Availability | ||
STRTTIME | SWLNBEGTIME | TIMS | 6 | N3 Workload: Start Time of Availability Interval | ||
ENDDATE | SWLNENDDATE | DATS | 8 | N3 Workload: End Date of Availability Interval | ||
ENDTIME | SWLNENDTIME | TIMS | 6 | N3 Workload: End Time of Availability Interval | ||
SIGNAL | SWLNSIGAVL | CHAR | 6 | N3 Workload: Availability of Statistics Data (Traffic Light) | ||
DATAAVAIL | SWLNAVLBTY | CHAR | 40 | N3 Workload: Availability of Component Statistics Data | ||
INTVLLEN | SWLNTIMINTVL | INT4 | 10 | N3 Workload: Statistics Availability Check Interval |
Key field | |
Non-key field |
SAPWLNAVI - N3 Workload: Availability SAPWLNATIM - SAP Workload: Native Timestamps im Statistical Record SAPWLMONID - SAP Workload: Structure for Describing MONI Entries SAPWLMOIDX - SAP Workload: Index für Statistikdaten in der MONI SAPWLMINUT - SAP Workload: Workload: Minutes for single rec. statistics SAPWLMEMRY - SAP Workload: Workload: General memory statistics