SAP Reports / Programs

RWAKT400 SAP ABAP Report - Promotion change documents







RWAKT400 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RWAKT400 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

WAK13 - Promotion Change Documents


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 RWAKT400. "Basic submit
SUBMIT RWAKT400 AND RETURN. "Return to original report after report execution complete
SUBMIT RWAKT400 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: AENDERER = Changed by
Selection Text: AKTNR = Promotion
Selection Text: DATUM = From change date
Title: Promotion change documents
Text Symbol: 019 = Plant item
Text Symbol: 018 = Product catalog
Text Symbol: 017 = Assignment item
Text Symbol: 016 = Promotion text
Text Symbol: 015 = Promotion theme
Text Symbol: 014 = Plant group
Text Symbol: 013 = Item
Text Symbol: 012 = Change
Text Symbol: 011 = Retail promotion
Text Symbol: 010 = Plant items
Text Symbol: 009 = Product catalogs
Text Symbol: 008 = Assignment of modules-plant groups
Text Symbol: 007 = Promotion texts
Text Symbol: 006 = Promotion themes
Text Symbol: 005 = Plant groups
Text Symbol: 004 = Items
Text Symbol: 003 = Header data
Text Symbol: 002 = Deletion
Text Symbol: 001 = Entry
Text Symbol: 020 = Processing
Text Symbol: 035 = All materials
Text Symbol: 034 = Discounts
Text Symbol: 033 = Discounts
Text Symbol: 032 = Coupons
Text Symbol: 031 = Coupon
Text Symbol: 030 = Table
Text Symbol: 029 = New value:
Text Symbol: 028 = Old value :
Text Symbol: 027 = Change document:
Text Symbol: 026 = Transaction:
Text Symbol: 025 = Proc. by:
Text Symbol: 024 = Time:
Text Symbol: 023 = Date:
Text Symbol: 022 = Description





Text Symbol: 021 = Field


INCLUDES used within this REPORT RWAKT400

INCLUDE RWAKT400F01. " FORMS


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