MOIREDTFO01 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 MOIREDTFO01 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: PBO modules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TAXI_CREATE_CAPTIONS CALL FUNCTION 'TAXI_CREATE_CAPTIONS' EXPORTING program = c_sapmoiredtf screen_group = t185v-bldgr IMPORTING tabstrip_captions = taxi_tabstrip_captions TABLES inactive_fcodes = lt_inactive_fcode EXCEPTIONS no_tabs_for_screengroup = 1 no_caption_for_fcode = 2 OTHERS = 3.
CCSECA_READ_CUSTOMIZING CALL FUNCTION 'CCSECA_READ_CUSTOMIZING' EXPORTING i_ccins = roiredtf-ssr_ccins IMPORTING e_seclv = seclv * E_LOGMD = * E_XAUTH = .
CCSECA_CCNUM_MASKING CALL FUNCTION 'CCSECA_CCNUM_MASKING' EXPORTING i_ccnum = roiredtf-ccnum IMPORTING e_ccnum_masked = ccseca-ccnum EXCEPTIONS not_available = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.