SAP Reports / Programs | Trader's and Scheduler's Workbench | Industry Solution Oil | Trader's and Scheduler's Workbench(IS-OIL-DS-TSW) SAP IS

ROIJWLEN SAP ABAP Report - Worklist Engine







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O4TD - Generate worklist entries


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ROIJWLEN. "Basic submit
SUBMIT ROIJWLEN AND RETURN. "Return to original report after report execution complete
SUBMIT ROIJWLEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Selection Text: P_RC_CUS = Include customer Reason codes
Selection Text: P_PRINT = Print Protocol
Title: Worklist Engine
Text Symbol: 001 = Make Worklist Selection
Text Symbol: 002 = Reason codes
Text Symbol: 003 = Stock Projection
Text Symbol: 004 = Nomination
Text Symbol: 005 = Nomination Items
Text Symbol: 006 = Protocol
Text Symbol: 007 = Planning
Text Symbol: 008 = RC source: APO Demand Planning
Text Symbol: 009 = Location balancing
Text Symbol: 011 = Processed WL entries for TS + Mat :
Text Symbol: 012 = Processed WL entries for LOC + Mat :
Text Symbol: 013 = Processed WL entries for NOM :
Text Symbol: 014 = Start of processing for SP reason codes.
Text Symbol: 015 = End of processing for SP reason codes.
Text Symbol: 016 = Start of processing for Nom reason codes.
Text Symbol: 017 = End of processing for Nom reason codes.
Text Symbol: 018 = Locking failed for TS + Mat :
Text Symbol: 019 = Locking failed for LOC + Mat :
Text Symbol: 020 = Locking failed for NOM :
Text Symbol: 021 = No records to process for the given selection.
Text Symbol: 022 = Trading Contract
Text Symbol: I01 = I01: Planing locat. referenced
Text Symbol: I02 = I02: Item loaded/del. partial.
Text Symbol: I03 = I03: Ticket expected
Text Symbol: I04 = I04: Ticket error
Text Symbol: I05 = I05: Check Plant/SLoc on order
Text Symbol: I06 = I06: Specify Loc.partner
Text Symbol: I07 = I07: Update ext.details failed
Text Symbol: I08 = I08: Actuals out of tolerance
Text Symbol: I09 = I09: Check incompletion
Text Symbol: I10 = I10: Check if ETA sent
Text Symbol: I11 = I11: Potential demurrage
Text Symbol: I12 = I12: Qty tol in ref doc exceed
Text Symbol: I15 = I15: Event type w/o act. date
Text Symbol: S01 = S01: Check Schedule Lines
Text Symbol: S02 = S02: Check Ref. Doc. Items





INCLUDES used within this REPORT ROIJWLEN

INCLUDE LOIJ_EL_ARNG.
INCLUDE OIJCONSTANTS.
INCLUDE OIJRAUDD.
INCLUDE ROIJWLEN_F01.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.