SAP Reports / Programs

RWOD1001 SAP ABAP Report - Intermediate Screen







RWOD1001 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 RWOD1001 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 RWOD1001. "Basic submit
SUBMIT RWOD1001 AND RETURN. "Return to original report after report execution complete
SUBMIT RWOD1001 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: 01SSELEG = D Purchasing Group
Selection Text: 01SMATNR = D Material
Selection Text: 01SMATKL = D Material Group
Selection Text: 01SDISMM = D MRP Type
Selection Text: 01P_SOR2 = Sort Algorithm
Selection Text: 01PWERKS = D Plant
Selection Text: 01PUZEIT = D Time
Selection Text: 01PUPBRW = Range of Coverage Upper Limit
Selection Text: 01PSHOWP = D Display Restriction Profile
Selection Text: 01PSELVA = D Selection Var. for Contract
Selection Text: 01PSELLD = Delivery Date
Selection Text: 01PSELBD = Purchase Order Date
Selection Text: 01PRELIF = D Regular Vendor
Selection Text: 01PPSTYP = D Item Category
Selection Text: 01PMRPPP = Delivery Cycle
Selection Text: 01PLTSNR = Vendor Subrange
Selection Text: 01PLIFNR = D Vendor
Selection Text: 01PLGORT = D Storage Location
Selection Text: 01PLFRHY = Order Cycle
Selection Text: 01PKZVAR = D Explode Generic Material
Selection Text: 01PKZPOA = Only materials in PO
Selection Text: 01PKZLIS = D Listing Check
Selection Text: 01PKZKON = D Contract Determination
Selection Text: 01PKZAUT = D Automatic Rounding
Selection Text: 01PKNTTP = D Account Assignment Category
Selection Text: 01PEKORG = D Purchasing Organization
Selection Text: 01PEKGRP = D Purchasing Group
Selection Text: 01PEINDT = D Delivery Date
Selection Text: 01PEBELN = D Purchasing Document
Selection Text: 01PDISPO = D MRP controller
Selection Text: 01PCALBY = D Application Calling Position
Selection Text: 01PBSART = D Purchasing Document Type
Selection Text: 01PBOPNR = Restriction Profile
Selection Text: 01PBEDAT = D Document Date
Selection Text: 01PAKTNR = D Promotion
Title: Intermediate Screen
Text Symbol: 01N = Default Data in Purchase Order Header
Text Symbol: 01H = Control Data for Order Items





Text Symbol: 01G = Default Data for Order Items
Text Symbol: 01F = Material Selection - Order Items
Text Symbol: 01B = Purchase Order Date
Text Symbol: 01A = New Entry
Text Symbol: 016 = Worklist Selections


INCLUDES used within this REPORT RWOD1001

INCLUDE WOD1001TOP.
INCLUDE WOD1001LAY.
INCLUDE WLBCONST.
INCLUDE WOD1001HLP.


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:

WOD1_READ_DATA_FROM_GM CALL FUNCTION 'WOD1_READ_DATA_FROM_GM' EXPORTING i_free_memory = ' ' TABLES ch_t_parameters = l_t_parameters CHANGING ch_s_sel_scr_data = l_s_sel_scr_data ch_ucomm = l_ucomm.

WOD1_READ_DATA_FROM_GM_ACC CALL FUNCTION 'WOD1_READ_DATA_FROM_GM_ACC' EXPORTING i_free_memory = ' ' TABLES ch_t_parameters = l_t_parameters_new CHANGING ch_s_sel_scr_data = l_s_sel_scr_data ch_ucomm = l_ucomm.

WOD2_CHECK_SCREEN_DATA_OV CALL FUNCTION 'WOD2_CHECK_SCREEN_DATA_OV' EXPORTING i_call_by = 01pcalby IMPORTING e_param_name = l_sel_param_name TABLES i_t_parameters = l_t_parameters CHANGING ie_s_sel_scr_data = l_s_sel_scr_data EXCEPTIONS wrong_screen_data = 1 OTHERS = 99.

WOD2_CHECK_SCREEN_DATA_OV_ACC CALL FUNCTION 'WOD2_CHECK_SCREEN_DATA_OV_ACC' EXPORTING i_call_by = 01pcalby IMPORTING e_param_name = l_sel_param_name TABLES i_t_parameters = l_t_parameters_new CHANGING ie_s_sel_scr_data = l_s_sel_scr_data EXCEPTIONS wrong_screen_data = 1 OTHERS = 99.

WOD1_SEND_DATA_TO_GM * CALL FUNCTION 'WOD1_SEND_DATA_TO_GM' * EXPORTING * i_s_sel_scr_data = l_s_sel_scr_data * i_ucomm = sy-ucomm * TABLES * i_t_parameters = l_t_parameters.

WOD1_SEND_DATA_TO_GM CALL FUNCTION 'WOD1_SEND_DATA_TO_GM' EXPORTING i_s_sel_scr_data = l_s_sel_scr_data i_ucomm = sy-ucomm TABLES i_t_parameters = l_t_parameters.

WOD1_SEND_DATA_TO_GM_ACC CALL FUNCTION 'WOD1_SEND_DATA_TO_GM_ACC' EXPORTING i_s_sel_scr_data = l_s_sel_scr_data i_ucomm = sy-ucomm TABLES i_t_parameters = l_t_parameters_new.



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