SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | CCMS / Database Monitors for Informix(BC-DB-INF-CCM) SAP BC

RSINFCK2 SAP ABAP dialog Program - Customization of table 'infcfgthre' (for checktool 'infcfgcheck')







RSINFCK2 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSINFCK2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DB33 - DB System check (configure, IFMX)


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSINFCK2. "Basic submit
SUBMIT RSINFCK2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSINFCK2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Customization of table 'infcfgthre' (for checktool 'infcfgcheck')
Text Symbol: 001 = No row selected!
Text Symbol: 002 = No rows found for specified filter!
Text Symbol: 003 = Please specify an origin class!
Text Symbol: 004 = This row (check) does not allow modification!
Text Symbol: 005 = No relevant fields modified -> no saving!
Text Symbol: 006 = Saving failed (runtime error)!
Text Symbol: 007 = No SAP original available in database for this parameter!
Text Symbol: 008 = Unable to read SAP original for this parameter from database!
Text Symbol: 009 = Threshold table is empty, run checks (TA 'db16') first!
Text Symbol: 010 = No message text defined!
Text Symbol: 011 = Modif. for
Text Symbol: 012 = committed.
Text Symbol: 013 = Reset to SAP original.
Text Symbol: 014 = Reset to screen entry.
Text Symbol: 015 = Please specify an alert schedule class!
Text Symbol: 016 = Commit row modification?
Text Symbol: 017 = Single check maintenance for CHECKTOOL


INCLUDES used within this REPORT RSINFCK2

INCLUDE NFCK2TOP.
INCLUDE NFCK2O01.
INCLUDE NFCK2I01.
INCLUDE NFCK2F01.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSINFCK2 or its description.