The CSMSCRMETH table in SAP ERP or S/4HANA stores Intrinsic Methods of CCMS System Component Repository data. There are total 14 fields in CSMSCRMETH table. The Intrinsic Methods of CCMS System Component Repository table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CSMSCRMETH table. It is in CCMS Central System Management (SCSM) ABAP package and is part of the CCMS Monitoring & Alerting (BC-CCM-MON) module.
SAP CSMSCRMETH Table Fields
Following is the list of fields that are available in SAP CSMSCRMETH table. The primary key fields of the table are METHNAME (Method for Processing Intrinsic Events in SCR).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| METHNAME | Method for Processing Intrinsic Events in SCR | CSMMETHOD | CHAR (40) | |
| METHTYPE | Method Type in System Component Repository | CSMMETHTP | CHAR (1) | |
| FUBA | Name of Function Module | RS38L_FNAM | * | CHAR (30) |
| REPORT | ABAP Program Name | PROGRAMM | * | CHAR (40) |
| CALLB_PRG | ABAP Program Name | PROGRAMM | * | CHAR (40) |
| CALLB_ROU | ABAP Program Name | PROGRAMM | * | CHAR (40) |
| ABAP_CLASS | Object Type Name | SEOCLSNAME | CHAR (30) | |
| JAVA_CLASS | Object name in CCMS Repository | CSMOBJNM | CHAR (40) | |
| URL | Text, 255 Characters | TEXT255 | CHAR (255) | |
| OWNER | System GUID for ABAP Systems or Other Systems | CSMSYSGUID | CHAR (32) | |
| SYNCHRON | Indicator for Meta Data in System Component Repository | CSMACTIVE | CHAR (1) | |
| CONTEXT | Indicator for Meta Data in System Component Repository | CSMACTIVE | CHAR (1) | |
| VALID | Indicator for Meta Data in System Component Repository | CSMACTIVE | CHAR (1) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) |


