RWAKT200 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report activates and deactivates promotion sales prices in background processing...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 RWAKT200 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WAK16 - Price activation in background
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: R_PARAL = D .
Selection Text: R_MXTSK = D .
Selection Text: R_GROUP = D .
Selection Text: R_ANZPO = D .
Selection Text: RT_MATNR = Material
Selection Text: RT_MATKL = Material Group
Selection Text: RT_AKTNR = Promotion
Selection Text: RT_AKTHE = Theme
Title: Promotion Price Activation
Text Symbol: 015 = Activate or Deactivate All Bonus Buys for Promotion
Text Symbol: 014 = Activate or Deactivate All Promotion Discounts
Text Symbol: 013 = Select All Variants of Selected Collective Materials
Text Symbol: 012 = Include Plant-Specific Prices
Text Symbol: 011 = Parameters for parallel processing
Text Symbol: 010 = Deactivation
Text Symbol: 009 = Activation
Text Symbol: 008 = Carry Out Test Run Only
Text Symbol: 007 = Options
Text Symbol: 006 = Pricing Table Output at Printer
Text Symbol: 005 = Print Log of Sales Price Calculation
Text Symbol: 004 = Material Restrictions
Text Symbol: 003 = Details for Distribution Chain Price Activation
Text Symbol: 002 = Price Activation at Distribution Chain Level
Text Symbol: 001 = Standard Price Activation at Plant/Plant Group Level
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS * CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * P_STATUS = '001' * TABLES * P_EXCLUDE = L_DUMMY.
HELP_START * CALL FUNCTION 'HELP_START' * EXPORTING * HELP_INFOS = HELP_INFOS * TABLES * DYNPSELECT = DYNPSELECT * DYNPVALUETAB = DYNPVALUETAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.