SAPMOIJRDCL3 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 SAPMOIJRDCL3 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: ALV tree event receiver class Implementation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_MACO * CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' * EXPORTING * MC_OBJECT = 'OIJTSWMOT' * IMPORTING * SELECTVALUE = L_MOT * EXCEPTIONS * NO_SELECTION = 1 * NO_VALUES = 2 * NO_VALUES_SELECTED = 3 * OTHERS = 4.
OIJU_RD_FILL_RACK_FCAST_DATA CALL FUNCTION 'OIJU_RD_FILL_RACK_FCAST_DATA' EXPORTING i_locid = g_locid i_socnr = g_socnr i_matnr = g_matnr i_btch_val = g_btch_val i_actfctype = g_rack_data-actfctype i_whiffctype = g_rack_data-whiffctype i_datum_i = g_datum_i i_datum_f = g_datum_f * I_MOT = i_select_all = c_check_on i_asis_or_whif = c_check_on i_fctype = g_oijrdhead-fctype i_conv = g_oijrdhead-rdconv i_uom = g_oijrdhead-rduom i_oijx = g_oijx i_oijrdhead = g_oijrdhead i_plant = g_plant i_lgort = g_lgort i_whifhistind = g_rack_data-whifhistind i_acthistind = g_rack_data-acthistind i_rdobject = g_rdobject i_fcgen = g_oijrdhead-fcgen i_fcman = g_oijrdhead-fcman i_no_overwrite = c_check_on TABLES t_oijthputfc_tab = g_oijthputfc_tab t_oijthputfcavg_tab = g_oijthputfcavg_tab t_asis_est_rack_tab = g_asis_est_rack_tab t_whif_est_rack_tab = g_whif_est_rack_tab t_prwi_est_rack_tab = g_prwi_est_rack_tab t_prev_oijthputfcavg_tab = g_prev_oijthputfcavg_tab t_est_rack_tab = g_est_rack_tab t_prai_est_rack_tab = g_prai_est_rack_tab t_prev_oijthputfc_tab = g_prev_oijthputfc_tab t_oijrd_tab = l_oijrd_tab t_logility_tab = g_mult_logility_tab.
OIJU_RD_FILL_RACK_FCAST_DATA CALL FUNCTION 'OIJU_RD_FILL_RACK_FCAST_DATA' EXPORTING i_locid = g_locid i_socnr = g_socnr i_matnr = g_matnr i_btch_val = g_btch_val i_actfctype = g_rack_data-actfctype i_whiffctype = g_rack_data-whiffctype i_datum_i = g_datum_i i_datum_f = g_datum_f * I_MOT = i_select_all = c_check_on i_asis_or_whif = c_check_on i_fctype = g_oijrdhead-fctype i_conv = g_oijrdhead-rdconv i_uom = g_oijrdhead-rduom i_oijx = g_oijx i_oijrdhead = g_oijrdhead i_plant = g_plant i_lgort = g_lgort i_whifhistind = g_rack_data-whifhistind i_acthistind = g_rack_data-acthistind i_rdobject = g_rdobject i_fcgen = g_oijrdhead-fcgen i_fcman = g_oijrdhead-fcman i_no_overwrite = c_check_on TABLES t_oijthputfc_tab = g_oijthputfc_tab t_oijthputfcavg_tab = g_oijthputfcavg_tab t_asis_est_rack_tab = g_asis_est_rack_tab t_whif_est_rack_tab = g_whif_est_rack_tab t_prwi_est_rack_tab = g_prwi_est_rack_tab t_prev_oijthputfcavg_tab = g_prev_oijthputfcavg_tab t_est_rack_tab = g_est_rack_tab t_prai_est_rack_tab = g_prai_est_rack_tab t_prev_oijthputfc_tab = g_prev_oijthputfc_tab t_oijrd_tab = l_oijrd_tab t_logility_tab = g_mult_logility_tab .
OIJU_RD_FILL_RACK_FCAST_DATA CALL FUNCTION 'OIJU_RD_FILL_RACK_FCAST_DATA' EXPORTING i_locid = g_locid i_socnr = g_socnr i_matnr = g_matnr i_btch_val = g_btch_val i_actfctype = g_rack_data-actfctype i_whiffctype = g_rack_data-whiffctype i_datum_i = g_datum_i i_datum_f = g_datum_f * I_MOT = i_select_all = c_check_on i_asis_or_whif = c_check_on i_fctype = g_oijrdhead-fctype i_conv = g_oijrdhead-rdconv i_uom = g_oijrdhead-rduom i_oijx = g_oijx i_oijrdhead = g_oijrdhead i_plant = g_plant i_lgort = g_lgort i_whifhistind = g_rack_data-whifhistind i_acthistind = g_rack_data-acthistind i_rdobject = g_rdobject i_fcgen = g_oijrdhead-fcgen i_fcman = g_oijrdhead-fcman i_no_overwrite = c_check_on TABLES t_oijthputfc_tab = g_oijthputfc_tab t_oijthputfcavg_tab = g_oijthputfcavg_tab t_asis_est_rack_tab = g_asis_est_rack_tab t_whif_est_rack_tab = g_whif_est_rack_tab t_prwi_est_rack_tab = g_prwi_est_rack_tab t_prev_oijthputfcavg_tab = g_prev_oijthputfcavg_tab t_est_rack_tab = g_est_rack_tab t_prai_est_rack_tab = g_prai_est_rack_tab t_prev_oijthputfc_tab = g_prev_oijthputfc_tab t_oijrd_tab = l_oijrd_tab t_logility_tab = g_mult_logility_tab .
OIJU_RD_FILL_RACK_FCAST_DATA CALL FUNCTION 'OIJU_RD_FILL_RACK_FCAST_DATA' EXPORTING i_locid = g_locid i_socnr = g_socnr i_matnr = g_matnr i_btch_val = g_btch_val i_actfctype = g_rack_data-actfctype i_whiffctype = g_rack_data-whiffctype i_datum_i = g_datum_i i_datum_f = g_datum_f * I_MOT = i_select_all = c_check_on i_asis_or_whif = c_check_on i_fctype = g_oijrdhead-fctype i_conv = g_oijrdhead-rdconv i_uom = g_oijrdhead-rduom i_oijx = g_oijx i_oijrdhead = g_oijrdhead i_plant = g_plant i_lgort = g_lgort i_whifhistind = g_rack_data-whifhistind i_acthistind = g_rack_data-acthistind i_rdobject = g_rdobject i_fcgen = g_oijrdhead-fcgen i_fcman = g_oijrdhead-fcman i_no_overwrite = c_check_on TABLES t_oijthputfc_tab = g_oijthputfc_tab t_oijthputfcavg_tab = g_oijthputfcavg_tab t_asis_est_rack_tab = g_asis_est_rack_tab t_whif_est_rack_tab = g_whif_est_rack_tab t_prwi_est_rack_tab = g_prwi_est_rack_tab t_prev_oijthputfcavg_tab = g_prev_oijthputfcavg_tab t_est_rack_tab = g_est_rack_tab t_prai_est_rack_tab = g_prai_est_rack_tab t_prev_oijthputfc_tab = g_prev_oijthputfc_tab t_oijrd_tab = l_oijrd_tab t_logility_tab = g_mult_logility_tab .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMOIJRDCL3 - ALV tree event receiver class Implementation SAPMOIJRDCL2 - HTML header & text classes - Event handler methods SAPMOIJRDCL1 - ALV grid Wrapper class & Grid event handler class Implementations SAPMOIJRDCD1 - Class Definitions SAPMOIJRD05_TOP - Global data definitions for Quality calculation SAPMOIJRD04_TOP - Top include for physical inventory - definitions