ROIJRDUNL_PROCESS_RD_OBJECT_LO 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 ROIJRDUNL_PROCESS_RD_OBJECT_LO 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: Process Location Rundown object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_OIJSP CALL FUNCTION 'ENQUEUE_E_OIJSP' EXPORTING locid = g_loc_rdsel_index_tab-locid matnr = g_loc_rdsel_index_tab-pmatnr charg = g_mchb_tab-charg sptype = g_sptype-sptype x_tsyst = c_enqueue_as_initial_value x_charg = c_enqueue_as_initial_value x_socnr = c_enqueue_as_initial_value EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
OIJU_READ_RDHEAD CALL FUNCTION 'OIJU_READ_RDHEAD' EXPORTING i_locid = g_loc_rdsel_index_tab-locid i_tsyst = c_initial_tsyst i_matnr = g_loc_rdsel_index_tab-pmatnr i_charg = g_mchb_tab-charg * I_SOCNR = i_sptype = g_sptype-sptype IMPORTING t_oij_rdhead = l_oijrdhead EXCEPTIONS locid_and_tsyst_initial = 1 material_initial = 2 sptype_initial = 3 no_entry_found = 4 OTHERS = 5 .
OIJU_RD_GET_FCCAL CALL FUNCTION 'OIJU_RD_GET_FCCAL' EXPORTING i_fccal = g_roijrdhead_tab-fccal IMPORTING t_tfacd = g_tfacd_tab EXCEPTIONS entry_not_found = 1 OTHERS = 2.
OIJU_RD_GET_FCPRF CALL FUNCTION 'OIJU_RD_GET_FCPRF' EXPORTING i_fcprf = g_roijrdhead_tab-fcprf IMPORTING t_oijfcprf = g_oijfcprf_tab EXCEPTIONS entry_not_found = 1 OTHERS = 2.
OIJU_RD_GET_START_PHYINV CALL FUNCTION 'OIJU_RD_GET_START_PHYINV' EXPORTING iv_start_date = sy-datum is_roijrdhead = l_roijrdhead i_to_uom = l_roijrdhead-rduom IMPORTING es_oijphyinv_tab = l_oijphyinv EXCEPTIONS no_records_found = 0.
OIJU_RD_CALCULATE_PERIOD CALL FUNCTION 'OIJU_RD_CALCULATE_PERIOD' EXPORTING i_roijrdhead = g_roijrdhead_tab i_timebucket = g_oijtimebuckets i_oijx = g_oijx i_engine = c_check_on i_repdate = g_repdat CHANGING c_from_date = l_rd_item_date_lo c_to_date = l_rd_item_date_hi.
OIJU_SP_GET_PAST_AND_PERIOD CALL FUNCTION 'OIJU_SP_GET_PAST_AND_PERIOD' EXPORTING i_past = g_roijrdhead_tab-past i_period = g_roijrdhead_tab-period i_timebucket = g_oijtimebuckets IMPORTING i_past_in_days = g_past_days i_period_in_days = g_period_days EXCEPTIONS both_past_and_period_initial = 0 OTHERS = 0.
OIJ_EL_B_VBTYP_TO_DOCIND * CALL FUNCTION 'OIJ_EL_B_VBTYP_TO_DOCIND' * EXPORTING * i_vbtyp = g_oij_el_doc_mot_realtime-vbtyp * i_ebeln = g_oij_el_doc_mot_realtime-vbeln * i_banfn = g_oij_el_doc_mot_realtime-vbeln * i_bnfpo = g_oij_el_doc_mot_realtime-posnr * IMPORTING * e_docind = ls_oij_doc_sel-docind * EXCEPTIONS * not_found = 0 * error_in_get_scenarios = 0 * OTHERS = 0 .
OIJ_EL_B_VBTYP_TO_DOCIND CALL FUNCTION 'OIJ_EL_B_VBTYP_TO_DOCIND' EXPORTING i_vbtyp = g_oij_el_doc_i_ref_realtime-vbtyp i_ebeln = g_oij_el_doc_i_ref_realtime-vbeln * I_BANFN = G_OIJ_EL_DOC_I_REF_REALTIME-VBELN * I_BNFPO = G_OIJ_EL_DOC_I_REF_REALTIME-POSNR IMPORTING e_docind = ls_oij_doc_sel-docind EXCEPTIONS not_found = 0 error_in_get_scenarios = 0 OTHERS = 0 .
OIJU_GET_ALL_SIM_SCHED CALL FUNCTION 'OIJU_GET_ALL_SIM_SCHED' EXPORTING iv_locid = g_loc_rdsel_index_tab-locid iv_tsyst = c_initial_tsyst iv_matnr = g_loc_rdsel_index_tab-pmatnr iv_charg = g_mchb_tab-charg iv_datum_i = l_rd_item_date_lo iv_datum_f = l_rd_item_date_hi is_oijsptypes = g_sptype is_oijx = g_oijx iv_popup = '' it_oij_doc_sel = lt_oij_doc_sel iv_rduom = g_roijrdhead_tab-rduom iv_sched_stat_only_init = c_check_off "SO7K103045 DJ TABLES ct_roij_sched = gt_roij_sched ct_oij_sched_typ = gt_oij_sim_sched_typ ct_roij_sched_rd = gt_roij_sched_rd * CT_ROIJ_SCHED_CLB = GT_ROIJ_SCHED_CLB it_toij_el_mvscen_tab = g_toij_el_mvscen_tab it_roij_el_doc_mot = g_oij_el_doc_mot_realtime it_oia09 = g_oia09 CHANGING cv_sim_applic = g_sim_applic.
OIJU_GET_WERK_LGORT_FOR_ORDERS * CALL FUNCTION 'OIJU_GET_WERK_LGORT_FOR_ORDERS' * TABLES * ct_s430 = g_s430_tab * ct_s431 = g_s431_tab.
OIJU_PROCESS_RD_DATELINE_LOC CALL FUNCTION 'OIJU_PROCESS_RD_DATELINE_LOC' EXPORTING is_oijrdhead = l_roijrdhead it_oijbrdnom = g_roijbrdnom_tab[] it_oijbrdactuals = g_oijbrdactuals_db_tab[] it_oij_sched = gt_roij_sched[] it_roij_sched_rd = gt_roij_sched_rd[] iv_sptype = p_sptype iv_start_date = l_rd_item_date_lo iv_end_date = l_rd_item_date_hi it_ticket_rd_obj_tab = g_ticket_rd_obj_tab[] is_mchb = g_mchb_tab is_loc_rdsel_index_tab = g_loc_rdsel_index_tab * it_roijrdsel_tab = g_roijrdsel_tab[] "n_1637957 * it_roijbrdsel_tab = g_roijbrdsel_tab[] "n_1637957 it_roijrdsel_tab = ltab_roijrdsel_loc[] "n_1637957 it_roijbrdsel_tab = ltab_roijbrdsel_loc[] "n_1637957 it_ts_rdsel_index_tab = g_ts_rdsel_index_tab[] it_s076_tab = g_s076_tab[] iv_charg = g_mchb_tab-charg iv_past_days = g_past_days it_prev_oijnomi = g_prev_oijnomi[] it_oijrdact_tab = g_oijrdact_tab[] iv_realtime_rundown = g_realtime_rundown iv_tsw_functionality = g_tsw_functionality IMPORTING et_oijrdact_tab = g_oijrdact_tab[] et_roijbrd_deltkt_tab = g_roijbrd_deltkt_tab[] ev_count_rd_upd = g_count_rd_upd ev_count_rd_ins = g_count_rd_ins et_oijfcprf_tab = g_oijfcprf_tab[] et_tfacd_tab = g_tfacd_tab[] CHANGING ct_roijbrd_dateline_tab = g_roijbrd_dateline_tab[] ct_roijrd_dateline_tab = g_roijrd_dateline_tab[] ct_roijbrddoc_dateline_tab = g_roijbrddoc_dateline_tab[] ct_roijbrdnom_dateline_tab = g_roijbrdnom_dateline_tab[] cv_appl = p_appl ct_oijbrdrb = g_oijbrdrb_tab[] ct_oijbrdib = g_oijbrdib_tab[] ct_oijrdnomv = g_roijrdnomv_tab[] EXCEPTIONS engine_run_needed = 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.
ROIJRDUNL_PROCESS_RD_OBJECT_LO - Process Location Rundown object ROIJRDUNL_PROCESS_RD_ITEM_SOP_ - OIL-TSW : Determine Comma output of user defaults ROIJRDUNL_PROCESS_RD_ITEM_LOC_ - OIL-TSW: Read USR01 from database for the user SY-UNAME ROIJRDUNL_PROCESS_RD_ITEM_ACTU - OIL-TSW : Determine Comma output of user defaults ROIJRDUNL_PROCESS_RD_DATELINE_ - OIL-TSW : Determine Comma output of user defaults ROIJRDUNL_PROCESS_RD_DATELINE0 - OIL-TSW: Read USR01 from database for the user SY-UNAME