DIWPS_REV_ORDER_CREATE 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 DIWPS_REV_ORDER_CREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WPS2 - Create Order as Report
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: VAWRK = D .
Selection Text: VAPLZ = D .
Selection Text: REVNR = D .
Selection Text: REVED = D .
Selection Text: REVBD = D .
Selection Text: IWERK = D .
Selection Text: REVEZ = RevisionEndTime
Selection Text: REVBZ = RevisionStartTime
Selection Text: PSASSIGN = Assign Orders to Project
Selection Text: PBKGRJOB = Background Processing
Title: Order Creation for Revision
Text Symbol: RP4 = Task list elimination and exclusion checks are inhibited!
Text Symbol: RP3 = Emergency Processing Mode
Text Symbol: RP2 = Do you want to continue?
Text Symbol: RP1 = Emergency processing mode selected!
Text Symbol: F15 = Emergency Processing (Background and Parallel Processing Not Supported)
Text Symbol: F14 = Inherit WBS
Text Symbol: F13 = Background Processing
Text Symbol: F12 = Overwrite Assignments
Text Symbol: F11 = Assign Orders to Project
Text Symbol: F10 = Server Group
Text Symbol: F09 = Package Size
Text Symbol: F08 = Create Orders
Text Symbol: F07 = Revision Data Setting
Text Symbol: F06 = Processing
Text Symbol: F05 = Select Revision
Text Symbol: F04 = Processing
Text Symbol: F03 = Dates
Text Symbol: F02 = Work Center
Text Symbol: F01 = Revision
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_revnr IMPORTING output = l_revnr.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_revnr IMPORTING output = p_revnr.
CR_WORKSTATION_CHECK CALL FUNCTION 'CR_WORKSTATION_CHECK' EXPORTING arbpl = p_vaplz werks = p_vawrk EXCEPTIONS not_found = 01.
PM_CHECK_WERKE CALL FUNCTION 'PM_CHECK_WERKE' EXPORTING werks_1 = ps_t352r-iwerk werks_2 = p_vawrk IMPORTING ind_kokrs_diff = l_kokrs_diff.
CONVERSION_EXIT_ABPSN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ABPSN_INPUT' EXPORTING input = l_wbs_str IMPORTING output = l_wbs.
CALL_PSJ_PMPS CALL FUNCTION 'CALL_PSJ_PMPS' TABLES it_selections = lt_ps_selections et_prps_r = gt_prps et_act01 = gt_act01.
RS_SUPPORT_SELECTIONS CALL FUNCTION 'RS_SUPPORT_SELECTIONS' EXPORTING report = l_repid variant = l_variant EXCEPTIONS variant_not_existent = 01 variant_obsolete = 02.
RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = ls_submit_info.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey TABLES p_exclude = lt_exclude.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = p_revnr IMPORTING output = p_revnr.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'MEB_FUNC_ACTIVE' EXCEPTIONS function_not_exist = 1 OTHERS = 2.
MEB_FUNC_ACTIVE CALL FUNCTION 'MEB_FUNC_ACTIVE' IMPORTING e_meb_active = l_meb_active.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = lc_no diagnosetext1 = text-rp1 diagnosetext2 = text-rp4 textline1 = text-rp2 titel = text-rp3 cancel_display = space IMPORTING answer = lv_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DIWPS_REV_ORDER_CREATE - Order Creation for Revision DIWPS_REV_ORDER_CREATE - Order Creation for Revision DIWPS_REV_ID - Revision Archiving: Program for Deleting the Index DIWPS_REV_ID - Revision Archiving: Program for Deleting the Index DIWPS_REV_IB - Revision Archiving: Program for Index Construction DIWPS_REV_IB - Revision Archiving: Program for Index Construction