SAP Reports / Programs

RWRF_PRICAT_INBOUND_SEL_TMP SAP ABAP Report - Price Catalog: Selection Template for Generated Selection Reports







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


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 RWRF_PRICAT_INBOUND_SEL_TMP. "Basic submit
SUBMIT RWRF_PRICAT_INBOUND_SEL_TMP AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_PRICAT_INBOUND_SEL_TMP 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: 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


INCLUDES used within this REPORT RWRF_PRICAT_INBOUND_SEL_TMP

INCLUDE RWRF_PRICAT_INBOUND_D05. "GENERAL
INCLUDE RWRF_PRICAT_INBOUND_D06.


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:

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.



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