SAP Reports / Programs | Sales and Distribution | Electronic Data Interchange(SD-EDI) SAP SD

RWRF_PRICAT_TERMINATION SAP ABAP Report - Creation of Scheduled Master Data from Inbound Price Catalogs







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

W_PRICAT_TERMINATION - Scheduled Data Creation


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


INCLUDES used within this REPORT RWRF_PRICAT_TERMINATION

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.




INCLUDE F_PRICAT_TERMINATION_F18.


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