ROIJPL 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 ROIJPL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O4TN - OIL-TSW: Planning engine
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: S_TSYST = Transport system
Selection Text: S_MATNR = Material
Selection Text: S_LOCID = Location
Selection Text: G_TSTRUN = Safety Stock Calculation
Selection Text: G_TGTRUN = Target Stock Calculation
Title: TSW: Requirements Planning Engine
Text Symbol: 042 = Matnr
Text Symbol: 043 = Bommat
Text Symbol: 044 = Demand
Text Symbol: 045 = Source
Text Symbol: 046 = Supply Chain will be generated new
Text Symbol: 047 = Reading the supply chain...
Text Symbol: 048 = Planning ended for:
Text Symbol: 049 = Maximum inventory planning
Text Symbol: 050 = Target inventory planning
Text Symbol: 051 = Replacement inventory planning
Text Symbol: 052 = No planning
Text Symbol: 053 = Calendar active
Text Symbol: 054 = Calendar inactive
Text Symbol: 055 = Planning routine used:
Text Symbol: 056 = C A U T I O N
Text Symbol: 057 = Foreign lock for SPW object
Text Symbol: 058 = System failure while locking SPW object
Text Symbol: 059 = Planning proposals below may be wrong
Text Symbol: 060 = System failure while unlocking SPW object
Text Symbol: 062 = by user
Text Symbol: 063 = Changes of product version detected
Text Symbol: 064 = Calculated safety stock
Text Symbol: 065 = Calculated target stock
Text Symbol: 066 = Safety stock routine used
Text Symbol: 067 = Target stock routine used
Text Symbol: 068 = Planning Type
Text Symbol: 069 = Calendar Flag
Text Symbol: 070 = Error Message
Text Symbol: 071 = Safety Stock Calculation:
Text Symbol: 072 = Target Stock Calculation:
Text Symbol: 099 = Unknown error occured while calling
Text Symbol: 001 = Planning objects
INCLUDE OIJRAUDD.
INCLUDE ROIJPL_F01_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SY-REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = LT_FIELDCAT IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT TABLES T_OUTTAB = GT_OUTTAB_SAFETY EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = SY-REPID I_STRUCTURE_NAME = IC_STRUC I_INCLNAME = SY-REPID CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = CT_EVENTS.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SY-REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = LT_FIELDCAT IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT TABLES T_OUTTAB = GT_OUTTAB_TARGET EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = CT_EVENTS.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SY-REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = LT_FIELDCAT IT_EVENTS = LT_EVENTS IS_PRINT = LS_PRINT I_SUPPRESS_EMPTY_DATA = GC_X TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = SY-REPID I_STRUCTURE_NAME = IC_STRUC CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
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 ROIJPL or its description.