INFCFGRESM SAP (Master result table for Informix/OS check program) Table details

Dictionary Type: Table
Description: Master result table for Informix/OS check program




ABAP Code to SELECT data from INFCFGRESM
Related tables to INFCFGRESM
Access table INFCFGRESM




Table field list including key, data, relationships and ABAP select examples

INFCFGRESM is a standard SAP Table which is used to store Master result table for Informix/OS check program data and is available within R/3 SAP systems depending on the version and release level.

The INFCFGRESM table consists of various fields, each holding specific information or linking keys about Master result table for Informix/OS check program data available in SAP. These include CKOPTION (Option with which infcfgcheck was started: '-a',...), SAPRELEASE (Release of SAP System), INFRELEASE (Full qualified Informix release ('7.20.EV3P6') or '*'), OSTYPE (OS type without release no. (or '*'): HP-UX, Windows NT, ...).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP INFCFGRESM table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CKTIMESTMPTimestamp of check begin (YYYYMMDDHHMMSS) CKTIMESTMPCHAR14TIMESTMP
CKOPTIONOption with which infcfgcheck was started: '-a',... CHCKOPTIONCHAR50CHAR50
SAPRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
INFRELEASEFull qualified Informix release ('7.20.EV3P6') or '*' INFRELEASECHAR10CHAR10
OSTYPEOS type without release no. (or '*'): HP-UX, Windows NT, ... OSTYPECHAR10CHAR10
OSRELEASEFull qualified operating system rel. number ('10.10') or '*' OSRELEASECHAR10CHAR10
SYSSTATEsystem state: db down, db up or r3 up SYSSTATECHAR6CHAR6
THRESOURCESource for thresh. check: T...table,F...file,E...executable THRESOURCECHAR1CHAR1
RETCODEReturn code of check run: 0...roger, >1...error CKRETCODEINT25INT2
SGLCHECKSSum of 'forked' single checks in specific check run SQLCHECKSINT25INT2
SID'Short' SAP sid CHCKSIDCHAR3CHAR3
MSGTEXTGlobal message text for check run CKMSGTEXTCHAR80CHAR80
DETAILNOLink between master and detail result table CKDETAILLNINT410INT4

Key field Non-key field



How do I retrieve data from SAP table INFCFGRESM using ABAP code

The following ABAP code Example will allow you to do a basic selection on INFCFGRESM to SELECT all data from the table
DATA: WA_INFCFGRESM TYPE INFCFGRESM.

SELECT SINGLE *
FROM INFCFGRESM
INTO CORRESPONDING FIELDS OF WA_INFCFGRESM
WHERE...

How to access SAP table INFCFGRESM

Within an ECC or HANA version of SAP you can also view further information about INFCFGRESM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!