SAP Reports / Programs

RWAKT301 SAP ABAP Report - Report Margins and markup for a promotion







RWAKT301 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 RWAKT301 into the relevant SAP transactions such as SE38 or SE80


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 RWAKT301. "Basic submit
SUBMIT RWAKT301 AND RETURN. "Return to original report after report execution complete
SUBMIT RWAKT301 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: V_VTWEG = Distribution channel
Selection Text: V_SATNR = Generic material
Selection Text: V_LIFNR = Vendor
Selection Text: V_KUNNR = Plant
Selection Text: V_GEWICH = Sales weighting
Selection Text: V_ARTNR = Item / variant
Selection Text: V_ARITHM = Arithmetic mean
Selection Text: V_AKTHE = Theme
Selection Text: GT_ARTNR = Material no.
Title: Report Margins and markup for a promotion
Text Symbol: 340 = Sales vol SP
Text Symbol: 341 = Pur. price
Text Symbol: 342 = Margins DC - vendor
Text Symbol: 343 = Margins plant - vendor
Text Symbol: 344 = Plant vendor
Text Symbol: 345 = DC vend.
Text Symbol: 346 = DC
Text Symbol: 347 = DC price
Text Symbol: 350 = DC un
Text Symbol: 351 = Sales un.
Text Symbol: 352 = Net
Text Symbol: 353 = Gross
Text Symbol: 355 = Aggregation:
Text Symbol: 356 = Sales unit:
Text Symbol: 360 = Determin. method: sales-weighted
Text Symbol: 361 = Margin N
Text Symbol: 362 = Margin G
Text Symbol: 339 = Name
Text Symbol: 300 = Selection criteria
Text Symbol: 301 = Consolidation levels
Text Symbol: 310 = Determin. method f. margins, markup
Text Symbol: 311 = Promotion:
Text Symbol: 312 = No. of lines:
Text Symbol: 313 = Material
Text Symbol: 314 = Generic material
Text Symbol: 315 = Vendor
Text Symbol: 316 = Plants
Text Symbol: 317 = Distribution channel





Text Symbol: 318 = Theme
Text Symbol: 319 = Advertising media
Text Symbol: 320 = Determination method: arithmetic mean
Text Symbol: 321 = Margin net
Text Symbol: 322 = Margin gross
Text Symbol: 323 = Markup
Text Symbol: 325 = Total margins
Text Symbol: 327 = Sales un.
Text Symbol: 328 = Plant
Text Symbol: 329 = Vendor
Text Symbol: 330 = Items for consolidation:
Text Symbol: 331 = SalesUn:
Text Symbol: 333 = Sales pr.
Text Symbol: 334 = Plant items for
Text Symbol: 336 = selected:
Text Symbol: 337 = SCur.
Text Symbol: 338 = Description


INCLUDES used within this REPORT RWAKT301

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:

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