SAP Reports / Programs | Logistics - General | Logistics Basic Data | Promotion(LO-MD-PR) SAP LO

RWAKT100 SAP ABAP Report - Conversion of promotion advertising media to product catalogs







RWAKT100 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Up to Release 4...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 RWAKT100 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 RWAKT100. "Basic submit
SUBMIT RWAKT100 AND RETURN. "Return to original report after report execution complete
SUBMIT RWAKT100 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: P_BEGRU = D Authorization group
Selection Text: P_KALVG = D Document schema
Selection Text: P_KUNNR = D Reference customer
Selection Text: P_PCTYP = D Product catalog type
Selection Text: P_PROT = Create flow trace
Selection Text: P_SPART = D Division
Selection Text: P_TEST = Perform test run
Selection Text: P_VKAB = Sale to consumers from
Selection Text: P_VKBI = to
Selection Text: P_VKORG = D Sales organization
Selection Text: P_VTWEG = D Distribution channel
Selection Text: S_AKTNR = D Promotion
Title: Conversion of promotion advertising media to product catalogs
Text Symbol: 007 = Program flow control
Text Symbol: 006 = Sales areas
Text Symbol: 005 = Sales Area
Text Symbol: 004 = Data relevant to prices
Text Symbol: 003 = to
Text Symbol: 002 = Sales period from
Text Symbol: 001 = Selection criteria for promos
Text Symbol: 104 = Program run with changes to the database
Text Symbol: 105 = Program start:
Text Symbol: 106 = No promotions could be determined for the selection criteria
Text Symbol: 107 = Details on program run:
Text Symbol: 108 = Program finish:
Text Symbol: 109 = End of log for conversion of promotion adv. matl to product catalogs
Text Symbol: 110 = Durat:
Text Symbol: 111 = Stats:
Text Symbol: 112 = Total no. of promos determined
Text Symbol: 113 = Promotions with prod.catalog/s
Text Symbol: 114 = Number of assigned product catalogs
Text Symbol: 115 = Product catalogs already converted
Text Symbol: 117 = Error during update of table WWMI
Text Symbol: 116 = Number of converted product catalogs
Text Symbol: 008 = Prod. catalog data
Text Symbol: 009 = Page
Text Symbol: 010 = Errors:
Text Symbol: 100 = Log for conversion of promo advertising media to prod. catalogs





Text Symbol: 101 = Program options
Text Symbol: 102 = Conversion:
Text Symbol: 103 = Test run, no changes to the database
Text Symbol: 210 = UPDATE of table WWMI (product catalog) not successful
Text Symbol: 118 = Conversion terminated for:
Text Symbol: 119 = Conversion successfully carried out for:
Text Symbol: 120 = Promo
Text Symbol: 121 = Ad. media
Text Symbol: 122 = Description
Text Symbol: 201 = DB commit not successful
Text Symbol: 202 = Conversion of long texts not possible (copying error)
Text Symbol: 203 = Conversion of long texts not possible (deletion error)
Text Symbol: 204 = UPDATE of table TWGLV (layout areas) not successful
Text Symbol: 205 = New layout area number could not be determined (LOCK error)
Text Symbol: 206 = INSERT in table TWGLV (layout areas) not successful
Text Symbol: 207 = INSERT in table TWGLVT (layout area texts) not successful
Text Symbol: 208 = Copying of layout area items not successful (no authorization)
Text Symbol: 209 = Copying of layout area items not successful (internal error)


INCLUDES used within this REPORT RWAKT100

INCLUDE RWAKT100TOP . "
INCLUDE RWAKT100F01.
INCLUDE RWAKT100E01.


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