RWRF_PRICAT_TERMINATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report "RWRF_PRICAT_TERMINATION" is intended for periodic scheduling as a job...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_TERMINATION into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
W_PRICAT_TERMINATION - Scheduled Data Creation
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: PVORLAUF = Lead Time
Selection Text: P_GROUP = Name of Server Group
Selection Text: P_MAXART = Package Size (Catalog Items)
Selection Text: P_MAXWPS = Number of Work Processes
Selection Text: P_MULTI = Parallel Processing
Selection Text: P_SECOND = Waiting Time in Seconds
Selection Text: P_SINGLE = Individual Processing
Title: Creation of Scheduled Master Data from Inbound Price Catalogs
Text Symbol: 001 = Process Settings
Text Symbol: 002 = Configure Processing Process
Text Symbol: 003 = Indiv.Proc.
Text Symbol: 010 = PRICAT Batch Run: Progr.Terminat.
Text Symbol: 011 = Cat.HeaderMissing
Text Symbol: 012 = No Unique Mat. No. Assignment Possible for Following Items
Text Symbol: 013 = Error in Processing Process
Text Symbol: 014 = Error in Mat.No. Assignment
Text Symbol: 015 = PRICAT Batch Run
INCLUDE RWRF_PRICAT_TERMINATION_TOP.
INCLUDE RWRF_PRICAT_TERMINATION_EVENTS.
INCLUDE F_PRICAT_TERMINATION_READ_TF01.
INCLUDE RWRF_PRICAT_TERMINATION_FINF01.
INCLUDE F_PRICAT_TERMINATION_F01.
INCLUDE F_PRICAT_TERMINATION_F02.
INCLUDE F_PRICAT_TERMINATION_F03.
INCLUDE F_PRICAT_TERMINATION_F04.
INCLUDE F_PRICAT_TERMINATION_F05.
INCLUDE F_PRICAT_TERMINATION_F06.
INCLUDE F_PRICAT_TERMINATION_F07.
INCLUDE F_PRICAT_TERMINATION_F08.
INCLUDE F_PRICAT_TERMINATION_F09.
INCLUDE F_PRICAT_TERMINATION_F10.
INCLUDE F_PRICAT_TERMINATION_F11.
INCLUDE F_PRICAT_TERMINATION_F12.
INCLUDE F_PRICAT_TERMINATION_F13.
INCLUDE F_PRICAT_TERMINATION_F14.
INCLUDE F_PRICAT_TERMINATION_F15.
INCLUDE F_PRICAT_TERMINATION_F16.
INCLUDE F_PRICAT_TERMINATION_F17.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_TERMINATION - Creation of Scheduled Master Data from Inbound Price Catalogs RWRF_PRICAT_TERMINATION - Creation of Scheduled Master Data from Inbound Price Catalogs RWRF_PRICAT_MIGRATE - Migration report for price catalogs RWRF_PRICAT_MIGRATE - Migration report for price catalogs RWRF_PRICAT_INBOUND_TOP - Include RWRF_PRICAT_INBOUND_TOP RWRF_PRICAT_INBOUND_SEL_TMP - Price Catalog: Selection Template for Generated Selection Reports