Hello,
I have configured a tabel content monitoring as following:
Header 1 | Header 2 |
---|---|
TARGET_TABLE | /WEB/MON_ERRORS |
FIELDNAME | EF |
FIELDVALUE | EV |
MAXROW | 50 |
WHERECLAUSE1 | EV = 'AU01' |
I set it up as startup method and after reset segment in "WARMUP" Status; In RZ20 Technical Experts Modus -> CCMS Selfmonitoring -> DataSupplier
the following message appear:
Internal error in method: /WEB/TABLE_CONT_AU01, Error: SELECT, SY-SUBRC = 0
Does anyone know a solution for this problem?
If I am adding into WHERECLAUSE1 the following: EV > 1 (and modify the databasetable EV Integerfield) the method starts without any problems. So I think there is really a problem with the WHERECLAUSE, but I don't know why. All field in the database should be charfields.
I hope anyone can help me to solve this problem.