SALPERF is an SAP Structure so does not store data like a database table does but can be used to process "Structure of performance record for alert trigger" 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_SALPERF TYPE SALPERF .
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 |
EVENTSFREQ | ALEEVTFREQ | INT4 | 10 | No. of transaction steps per minute | ||
ANSWTIM | ALEANSWTIM | INT4 | 10 | Average response time of dialog step (in ms) | ||
ANSWLM1 | ALEANSWLM1 | INT4 | 10 | Threshold for response time for yellow alert (in ms) | ||
ANSWLM2 | ALEANSWLM2 | INT4 | 10 | Limit for response time for red alert (in ms) | ||
WAITTIM | ALEWAITTIM | INT4 | 10 | Average wait time of dialog step (in ms) | ||
WAITLM1 | ALEWAITLM1 | INT4 | 10 | Wait time limit for yellow alert | ||
WAITLM2 | ALEWAITLM2 | INT4 | 10 | Wait time limit for red alert | ||
RUNTIME | ALERUNT | INT4 | 10 | Runtime of transaction step in seconds | ||
RUNTWP | ALERUNTWP | INT4 | 10 | Number of work process, for which a runtime alert occurs | ||
RUNTREPORT | ALERUNTREP | CHAR | 20 | Name of program, for which runtime is exceeded | ||
RUNTUSER | ALERUNTUSR | CHAR | 20 | Name of user, for which runtime is exceeded | ||
RUNTIMELIM | ALERUNTLIM | INT4 | 10 | Limit for runtime of transaction step (seconds) |
Key field | |
Non-key field |
SALPERF - Structure of performance record for alert trigger SALP0100 - Screen Attributes to Prompt Day Range for Aggreg to PerfDB SALO_ALM_CCMS_CONT - Structure for ALM Container CCMS_CONT SALOSSW - Structure of OS Collectore Records for SWAP Space SALOSPG - Structure of OS Collector Records for Paging SALOSLD1 - New OSCO structure for CPU Load, same as salosld, new load1