SAP Reports / Programs

RWAKT200 SAP ABAP Report - Promotion Price Activation







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


Transaction Code(s):

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

WAK16 - Price activation in background


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


INCLUDES used within this REPORT RWAKT200

No INCLUDES are used within this REPORT code!


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_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.



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