MOIRB_01OSC 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 MOIRB_01OSC 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: Include MOIIAOSC - PBO modules for Screen Sequence Control
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_HDS1PROG SCREEN_GROUP = T185-BLDGR IMPORTING TABSTRIP_CAPTIONS = TAXI_TABSTRIP_CAPTIONS * tables * inactive_fcodes = taxi_inactive_fcodes EXCEPTIONS NO_TABS_FOR_SCREENGROUP = 1 NO_CAPTION_FOR_FCODE = 2 OTHERS = 3.
TAXI_ACTIVATE_TAB CALL FUNCTION 'TAXI_ACTIVATE_TAB' EXPORTING FCODE = G_TAXI_FCODE CHANGING *KH TABSTRIP = G_TAXI_TABSTRIP tabstrip = l_tabstrip "200503 KH EXCEPTIONS NO_TAB_FCODE = 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.
MOIRB_01OSC - Include MOIIAOSC - PBO modules for Screen Sequence Control MOIRB_01ISC - Include LOIIAISC - PAI modules for Screen Sequence Control MOIRB_01FSR - Include MOIRB_01FSR - Forms for Function Code Control MOIRB_01FSC - Include MOIIAFSC - Forms for Screen Sequence Control MOIRBV10 - Include MOIRBV10 (POV Process on value request; general) MOIRBTST - Include MOIRBTCM (TOP location status)