RSINFT0F is a standard ABAP INCLUDE 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 RSINFT0F into the relevant SAP transactions such as SE38 or SE80
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.
Title: FORM Routines for RSINF060
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = 'DD_DB_CONSISTENCY_CHECK' exceptions others = 1.
DD_DB_CONSISTENCY_CHECK call function 'DD_DB_CONSISTENCY_CHECK' exporting missing_ind_disp = 'X' tables miss_index = m_i addtl_index = a_i exceptions others = 1.
S_DB_INFORMIX_VERSION_GET call function 'S_DB_INFORMIX_VERSION_GET' exporting full_version = ' ' importing version = version exceptions communication_failure = 01 "should not occur system_failure = 02 "should not occur wrong_database = 03 "should not occur x_error = 04. "should not occur
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.