ROIJWLEN is a standard Executable ABAP Report 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 ROIJWLEN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4TD - Generate worklist entries
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.
Selection Text: P_RC_I01 = I01: Planing locat. referenced
Selection Text: P_RC_I02 = I02: Item loaded/del. partial.
Selection Text: P_RC_I03 = I03: Ticket expected
Selection Text: P_RC_I04 = I04: Ticket error
Selection Text: P_RC_I05 = I05: Check Plant/SLoc on order
Selection Text: P_RC_I06 = I06: Specify Loc.partner
Selection Text: P_RC_I07 = I07: Update ext.details failed
Selection Text: P_RC_I08 = I08: Actuals out of tolerance
Selection Text: P_RC_I09 = I09: Check incompletion
Selection Text: P_RC_I10 = I10: Check if ETA sent
Selection Text: P_RC_I11 = I11: Potential demurrage
Selection Text: P_RC_I12 = I12: Qty tol in ref doc exceed
Selection Text: P_RC_I15 = I15: Event type w/o act. date
Selection Text: P_RC_L01 = L01:Docum not fully referenced
Selection Text: P_RC_N01 = N01: Nomination is imbalanced
Selection Text: P_RC_N02 = N02: Send to carrier !
Selection Text: P_RC_N03 = N03: Nomination transmitted
Selection Text: P_RC_N04 = N04: No vessel name given
Selection Text: P_RC_N05 = N05: Potential demurrage
Selection Text: P_RC_P03 = P03: Proposal for bulk receipt
Selection Text: P_RC_P04 = P04: Proposal for bulk issue
Selection Text: P_RC_R01 = R01: Below min. inventory
Selection Text: P_RC_R02 = R02: Above max. inventory
Selection Text: P_RC_R03 = R03: Out of target tolerance
Selection Text: P_RC_R04 = R04: Unsched. quant. receipts
Selection Text: P_RC_R05 = R05: Unsched. quant. issues
Selection Text: P_RC_R06 = R06: Max. Facility Usage
Selection Text: P_RC_R07 = R07: Min. Facility Usage
Selection Text: P_RC_S01 = S01: Check Schedule Lines
Selection Text: P_RC_S02 = S02: Check Ref. Doc. Items
Selection Text: P_RC_T50 = T50: No plant specified
Selection Text: P_RC_T51 = T51: W/o follow-on documents
Selection Text: S_DATUM = Date
Selection Text: S_LOCID = Location ID
Selection Text: S_MATNR = Material
Selection Text: S_NOMNR = Nomination number
Selection Text: S_TKONN = Trading Contract number
Selection Text: S_TSYST = Transport system
INCLUDE LOIJ_EL_ARNG.
INCLUDE OIJCONSTANTS.
INCLUDE OIJRAUDD.
INCLUDE ROIJWLEN_F01.
No SAP DATABASE tables are accessed within this REPORT code!
OIJW_GET_REL_GROUP CALL FUNCTION 'OIJW_GET_REL_GROUP' EXPORTING c_applic_worklist = c_applic_worklist g_wlrc_tab_source = g_wlrc_tab-source TABLES junction_group = t_toi0_jg g_wlrc_tab = g_wlrc_tab junction_funcs = junction_funcs check_funcs = check_funcs EXCEPTIONS no_functions_customized = 1 OTHERS = 2.
OIJW_GET_REL_GROUP CALL FUNCTION 'OIJW_GET_REL_GROUP' EXPORTING c_applic_worklist = c_applic_worklist g_wlrc_tab_source = g_wlrc_tab-source TABLES junction_group = t_toi0_jg g_wlrc_tab = g_wlrc_tab junction_funcs = junction_funcs check_funcs = check_funcs EXCEPTIONS no_functions_customized = 1 OTHERS = 2.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = GS_LOG EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.
BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING E_S_DISPLAY_PROFILE = ls_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING I_S_DISPLAY_PROFILE = ls_display_profile.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name ROIJWLEN or its description.