MOIRC_PRDIFF0A 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 MOIRC_PRDIFF0A 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: Forms: SSC management
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIRBPBLB_SINGLE_READ call function 'OIRBPBLB_SINGLE_READ' exporting oirbpblb_pblnr = roirc_differences-pblnr oirbpblb_rnbt = roirc_differences-rnbt exceptions not_found = 1 others = 2.
CUA_PARAMETER_READ call function 'CUA_PARAMETER_READ' exporting programm = t185f-agidv bildgruppe = t185-bldgr bild = t185-panel typ = t185f-trtyp importing cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4.
FUNCTION_EXECUTE call function 'FUNCTION_EXECUTE' exporting programm = c_program kopfgruppe = g_kopgr positionsgruppe = g_posgr funktion = fcode importing cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = flag_leave leave_screen = flag_leave_screen.
SCREEN_SEQUENCE_CONTROL call function 'SCREEN_SEQUENCE_CONTROL' exporting programm = c_program kopfgruppe = g_kopgr positionsgruppe = g_posgr funktion = fcode importing cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = flag_leave dynprobaustein2 = g_taxi_body_sub.
TAXI_FILTER_FCODE call function 'TAXI_FILTER_FCODE' exporting fcode = fcode importing is_taxi_fcode = l_taxi_flag exceptions others = 0.
TAXI_CONVERT_FCODE call function 'TAXI_CONVERT_FCODE' exporting fcode_in = fcode importing fcode_out = fcode exceptions fcode_not_found = 0 others = 0.
TAXI_CREATE_CAPTIONS call function 'TAXI_CREATE_CAPTIONS' exporting program = c_program screen_group = t185-bldgr importing tabstrip_captions = taxi_tabstrip_captions * tables * inactive_fcodes = taxi_inactive_fcodes exceptions no_tabs_for_screengroup = 0 no_caption_for_fcode = 0 others = 0.
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 = 0 others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.