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

ROIJRDUNF_PROCESS_RD_DATELINE0 SAP ABAP INCLUDE - OIL-TSW: Read USR01 from database for the user SY-UNAME







ROIJRDUNF_PROCESS_RD_DATELINE0 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 ROIJRDUNF_PROCESS_RD_DATELINE0 into the relevant SAP transactions such as SE38 or SE80


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 ROIJRDUNF_PROCESS_RD_DATELINE0. "Basic submit
SUBMIT ROIJRDUNF_PROCESS_RD_DATELINE0 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIJRDUNF_PROCESS_RD_DATELINE0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ROIJRDUNF_PROCESS_RD_DATELINE0

No INCLUDES are used within this REPORT code!


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:

OIJU_GET_UNSCHED_DOC_QTY CALL FUNCTION 'OIJU_GET_UNSCHED_DOC_QTY' EXPORTING IV_RDUOM = G_ROIJRDHEAD_TAB-RDUOM TABLES T_ROIJBRDDOC = L_ROIJBRDDOC_DATELINE_TAB.

OIJU_SUM_UNSCHED_DOC_QTY CALL FUNCTION 'OIJU_SUM_UNSCHED_DOC_QTY' TABLES T_ROIJBRDDOC_TAB = L_ROIJBRDDOC_DATELINE_TAB T_ROIJBRD_TAB = L_ROIJBRD_DATELINE_TAB.

OIJU_RD_SUM_WHATIF CALL FUNCTION 'OIJU_RD_SUM_WHATIF' TABLES T_OIJBRD_TAB = L_OIJBRD_TAB T_OIJ_SIM_SCHED_RD = GT_ROIJ_SCHED_RD.

OIJU_GET_ALL_REPORT_QUAN CALL FUNCTION 'OIJU_GET_ALL_REPORT_QUAN' TABLES T_ROIJRDNOMV_TAB = G_ROIJRDNOMV_TAB T_OIJ_REPORT_QUAN_TAB = G_OIJ_REPORT_QUAN_TAB EXCEPTIONS NO_ENTRIES_FOUND = 0.

OIJU_RD_SUM_REPORTED CALL FUNCTION 'OIJU_RD_SUM_REPORTED' EXPORTING I_OIJBRDH = L_ROIJBRDH TABLES T_OIJBRD_TAB = L_OIJBRD_TAB T_MULT_OIJBRDRB_TAB = G_OIJBRDRB_TAB T_MULT_OIJBRDIB_TAB = G_OIJBRDIB_TAB T_ROIJRDNOMV_ALL_TAB = G_ROIJRDNOMV_TAB T_OIJ_REPORT_QUAN_TAB = G_OIJ_REPORT_QUAN_TAB EXCEPTIONS NO_ENTRIES_FOUND = 0 OTHERS = 0.

OIJU_RD_INVENTORY_CALC_FUTURE CALL FUNCTION 'OIJU_RD_INVENTORY_CALC_FUTURE' EXPORTING I_ROIJRDH = G_ROIJRDHEAD_TAB I_APPLICATION = P_APPL TABLES T_ROIJRD = L_ROIJRD_TAB T_OIJRDNOMV = L_ROIJRDNOMV_TAB T_OIJX = G_OIJX T_ROIJRDNOMV_ALL_TAB = G_ROIJRDNOMV_TAB T_OIJBRDRB_TAB = G_OIJBRDRB_TAB T_OIJBRDIB_TAB = G_OIJBRDIB_TAB * T_OIJ_SIM_SCHED_RD_TAB = GT_ROIJ_SCHED_RD "HP SO7K118117 T_OIJ_SIM_SCHED_RD_TAB = LT_ROIJ_SCHED_RD T_OIJ_REPORT_QUAN_TAB = G_OIJ_REPORT_QUAN_TAB * T_OIJTHPUTFC = Not needed here * T_OIJTHPUTFCAVG = Not needed here * T_OIJRDHTPSET_TAB = Not needed here * T_OIJTHPUTFCEST = Not needed here EXCEPTIONS REPDAT_LESS_THAN_RD_DATE_RANGE = 0 REPDAT_GRTR_THAN_RD_DATE_RANGE = 0 REPDAT_RD_DATE_RANGE_ERROR = 0 OTHERS = 0.



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 ROIJRDUNF_PROCESS_RD_DATELINE0 or its description.