RWRF_PRICAT_INBOUND_SEL_TMP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report serves as a template for generation of customer-specific selection reports with transaction W_PRICAT_SEL_CREATE...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RWRF_PRICAT_INBOUND_SEL_TMP into the relevant SAP transactions such as SE38 or SE80
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: P_VALDT = D .
Selection Text: P_STATUS = D .
Selection Text: P_PRINBR = D .
Selection Text: P_ONNEW = D .
Selection Text: P_ONCHG = D .
Selection Text: P_ONACT = D .
Selection Text: P_EKGRP = D .
Selection Text: P_EANNR = D .
Selection Text: P_COMVAR = D .
Selection Text: P_COMBOM = D .
Title: Price Catalog: Selection Template for Generated Selection Reports
Text Symbol: YES = Y
Text Symbol: SL6 = Back
Text Symbol: SL5 = Continue
Text Symbol: SL4 = Restrict Selection
Text Symbol: SL2 = the selection in order to reduce the runtime
Text Symbol: SL1 = You have not restricted the selection. Restrict
Text Symbol: ORG = Purchasing Grp
Text Symbol: OBL = Selection Criteria
Text Symbol: NOO = No
Text Symbol: CON = Layout
Text Symbol: COM = BOMs/Variant Options
Text Symbol: AKT = Currentnes
INCLUDE RWRF_PRICAT_INBOUND_D05. "GENERAL
INCLUDE RWRF_PRICAT_INBOUND_D06.
No SAP DATABASE tables are accessed within this REPORT code!
RS_EXTERNAL_SELSCREEN_STATUS CALL FUNCTION 'RS_EXTERNAL_SELSCREEN_STATUS' EXPORTING p_fb = 'WRF_PRICAT_GEN_SET_GUI_STATUS' EXCEPTIONS OTHERS = 0.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-sl1 textline2 = text-sl2 * textline3 = text-sl3 text_option1 = text-sl6 text_option2 = text-sl5 titel = text-sl4 IMPORTING answer = gv_answer.
WRF_COMPLETE_BOM CALL FUNCTION 'WRF_COMPLETE_BOM' EXPORTING i_prinbr = p_prinbr CHANGING ct_pricat_items = gt_pricat_items.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = gt_selection EXCEPTIONS not_found = 1 no_report = 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.
RWRF_PRICAT_INBOUND_SEL_TMP - Price Catalog: Selection Template for Generated Selection Reports RWRF_PRICAT_INBOUND_SEL_TMP - Price Catalog: Selection Template for Generated Selection Reports RWRF_PRICAT_INBOUND_SELGEN_SEL - RWRFPRICATINBOUNDSELGENSEL RWRF_PRICAT_INBOUND_SELGEN_SCR - RWRFPRICATINBOUNDSELGENSCR RWRF_PRICAT_INBOUND_SELGEN_PBO - Include RWRF_PRICAT_INBOUND_SELGEN_PBO RWRF_PRICAT_INBOUND_SELGEN_PAI - Include RWRF_PRICAT_INBOUND_SELGEN_PAI