SAP Reports / Programs

RWRF_ORGPRICE_SETUP SAP ABAP Report - Data Transfer Table WRF_ORGPRICE







RWRF_ORGPRICE_SETUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lets you transfer original prices from a legacy system to the SAP system, filling table WRF_ORGPRICE with data...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_ORGPRICE_SETUP 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_ORGPRICE_SETUP. "Basic submit
SUBMIT RWRF_ORGPRICE_SETUP AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_ORGPRICE_SETUP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Data Transfer Table WBEF_ORGPRICE
Selection Text: P_UTF8 = UTF-8
Selection Text: P_SERGRP = Server Group
Selection Text: P_P_SERV = Presentation Server
Selection Text: P_PH_FNP = Physical File Name
Selection Text: P_PH_FNA = Physical File Name
Selection Text: P_PH_FIL = Physical File Name
Selection Text: P_NON_UC = Non-Unicode
Selection Text: P_LINES = Number of Lines per Process
Selection Text: P_LIM = Separator
Selection Text: P_LG_FN1 = Logical File Name
Selection Text: P_LG_FIL = Logical File Name
Selection Text: P_JOBS = Number of Processes
Selection Text: P_A_SERV = Application Server
Title: Data Transfer Table WRF_ORGPRICE
Text Symbol: 015 = An unxpected exception occurred
Text Symbol: 014 = Resource error - no processes are running.
Text Symbol: 013 = File Attributes
Text Symbol: 012 = Name
Text Symbol: 011 = Code Page of File
Text Symbol: 010 = Data Records w. Errors
Text Symbol: 009 = Data Transfer Table WBEF_ORGPRICE
Text Symbol: 008 = The specified file does not exist on the presentation server
Text Symbol: 007 = Physical File
Text Symbol: 006 = Logical File
Text Symbol: 005 = Presentation Server
Text Symbol: 004 = App. Server
Text Symbol: 003 = Output
Text Symbol: 002 = Parallel Processing
Text Symbol: 001 = Server


INCLUDES used within this REPORT RWRF_ORGPRICE_SETUP

INCLUDE RWRF_ORGPRICE_SETUP_DATA. "GLOBAL DATA SECTION
INCLUDE RWRF_ORGPRICE_SETUP_SELECTION. "SELECTION-SCREEN


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:

No SAP FUNCTION MODULES are executed within this report code!



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