RSIMF01 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 RSIMF01 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: Routines for report programs RSIMPCUST and RSIMPCURR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_SRCSYSTEM_GETLIST CALL FUNCTION 'BAPI_SRCSYSTEM_GETLIST' EXPORTING SYSTEMTYPE = RS_C_FALSE TABLES SOURCESYSTEMLIST = L_T_BAPI6101L SELTEXTLONG = SELTEXTLONG SELSOURCESYSTEM = SELSOURCESYSTEM EXCEPTIONS OTHERS = 01.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = 'LOGSYS' TITEL = TEXT-011 IMPORTING IND = L_INDEX TABLES FIELDS = L_FIELDS FULL_TABLE = L_VALUES EXCEPTIONS OTHERS = 0.
ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING TABNAME = P_TABNAME VARKEY = L_VARKEY EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING TABNAME = P_TABNAME VARKEY = L_VARKEY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIMF01 - Routines for report programs RSIMPCUST and RSIMPCURR RSIMCTSTINCL01 - documentation and ABAP source code RSIMCTST - Test Program for Intersession Communication (Amodal Window) RSIMCTST - Test Program for Intersession Communication (Amodal Window) RSIMCTRX - Test Program for Intersession Communication (Amodal Window) RSIMCTRX - Test Program for Intersession Communication (Amodal Window)