SAP ABAP Function Module MESSAGES_COUNT (Determine number of collected messages in a line interval)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BSF-MSH (Application Component) CO Message Handler
⤷
SZZ (Package) R/3 Central Basis Development: Service Functions
⤷
⤷
Basic Data
| Function Module | MESSAGES_COUNT | Determine number of collected messages in a line interval |
| Function Group | SMSG | CO Message Handler |
| Program Name | SAPLSMSG | |
| INCLUDE Name | LSMSGU07 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
COUNT | TYPE | SYST-TABIX | Number of collected messages in th | |||
| |
MAX_SEVERITY | TYPE | SYST-SUBRC | Maximum degree of severity of the errors occured | |||
| |
E_CHECK_ON_COMMIT | TYPE | SYST-BATCH | ||||
| |
E_HANDLER_ACTIVE | TYPE | BOOLE_D | Flag: Message-Handler aktiv (X) | |||
| |
ONLY_FOR_ACTUAL_LINE | TYPE | SYST-BATCH | ||||
| |
LINE_FROM | TYPE | SPACE | Only count messages with a longer | |||
| |
LINE_TO | TYPE | SPACE | Only count messages with a shorter | |||
| |
SEVERITY_FROM | TYPE | SYST-SUBRC | 0 | only messages from the degree of severity | ||
| |
SEVERITY_TO | TYPE | SYST-SUBRC | 16 | only messages up to the degree of severity | ||
| |
INCONSISTENT_RANGE | TYPE | LINE_TO is shorter than LINE_FROM | ||||
| |
INCONSISTENT_RANGE_SEVERITY | TYPE | SEVERITY_TO smaller than SEVERITY_FROM | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19970707 |
| SAP Release Created in |