SAP Reports / Programs

RWIS_PLAN06 SAP ABAP Report - Retail Planning: Importing Customizing Settings







RWIS_PLAN06 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 RWIS_PLAN06 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 RWIS_PLAN06. "Basic submit
SUBMIT RWIS_PLAN06 AND RETURN. "Return to original report after report execution complete
SUBMIT RWIS_PLAN06 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_QMANDT = Source client
Selection Text: P_TEST = Test run without import
Selection Text: P_ZMANDT = Target client
Title: Retail Planning: Importing Customizing Settings
Text Symbol: L13 = Automatic planning (TWISPC_MASCHPL)
Text Symbol: L12 = Control parameters planning key figures (TWISPC_KENNPAR)
Text Symbol: L11 = Additional key figures for planning step (TWISPC_KENNZ)
Text Symbol: L10 = Additional key figures (TWISPC_ZUSKZ)
Text Symbol: L09 = Planning key figures extras Retail (TWISPC_ZKENN_W)
Text Symbol: L08 = Planning key figures (TWISPC_ZKENN)
Text Symbol: L07 = Plan characteristics extras Retail (TWISPC_ZMERK_W)
Text Symbol: L06 = Plan characteristics (TWISPC_ZMERK)
Text Symbol: L05 = Planning steps texts (TWISPC_PLSCHT)
Text Symbol: L04 = Planning step extras Retail (TWISPC_PLSCH_W)
Text Symbol: L03 = Planning steps (TWISPC_PLSCH)
Text Symbol: L02 = Planning scenario texts (TWISPC_PLSZNT)
Text Symbol: L01 = Planning scenarios (TWISPC_PLSZN)
Text Symbol: L17 = Info structure/library assignment (TWISPS01)
Text Symbol: L18 = Additional information for planning layouts (TWISPC_TKES1L)
Text Symbol: L19 = Assignment of planning layouts to plan steps (TWISPC_ZPSPL)
Text Symbol: L16 = Link texts (TWISPC_PLVERT)
Text Symbol: L31 = Break-downs (TWISPC_BREAKD)
Text Symbol: L30 = Cust. text tables for plan characteristics (TWISPC_MTEXT)
Text Symbol: L29 = Own programs/transactions (TWISPC_MPLSCH)
Text Symbol: L28 = Texts for planning hierarchy versions (TWISPC_PLHVST)
Text Symbol: L27 = Planning hierarchy versions (TWSIPC_PLHVS)
Text Symbol: L26 = Plan versions LIS (P44V)
Text Symbol: L25 = Plan versions Retail texts (TWISPC_VRSIOT)
Text Symbol: L24 = Plan versions Retail (TWISPC_VRSIO)
Text Symbol: L23 = Key figure formula lines (TWISPC_KENNFZ)
Text Symbol: L22 = Key figure formulas (TWISPC_KENNF)
Text Symbol: L21 = Formula group texts (TWISPC_KENNFGT)
Text Symbol: L20 = Formula groups (TWISPC_KENNFG)
Text Symbol: L14 = Automatic planning texts (TWISPC_MASCHPLT)
Text Symbol: N02 = Graphic profile texts (TCNGT)
Text Symbol: N01 = Graphic profiles (TCNG)
Text Symbol: L45 = Special Levels: (TWISPC_LEVELS)
Text Symbol: L44 = BW: (TWISPC_ZCUBE)





Text Symbol: L43 = BW: (TWISPC_BW_TIME)
Text Symbol: L42 = BW: (TWISPC_PLSCH_BW)
Text Symbol: L41 = BW: (TWISPC_PLSZN_BW)
Text Symbol: L40 = Interface: texts (TWISPC_PLINTT)
Text Symbol: L39 = Break-down texts (TWISPC_BREAKDT)
Text Symbol: L38 = Interfaces: layout assignments (TWISPC_ZINTPL)
Text Symbol: L37 = Interface: assignment of break-downs (TWISPC_ZBRINT)
Text Symbol: L36 = Interface: assignment of key figures (TWISPC_ZKNZINT)
Text Symbol: L35 = Interface: assignment of characteristics (TWISPC_ZMERINT)
Text Symbol: L34 = Interface: allocation tables (TWISPC_INT_ALLOC)
Text Symbol: L33 = Interface: promotions (TWISPC_INT_PROMO)
Text Symbol: N03 = Option profiles (TCNO)
Text Symbol: N14 = Color attribute texts (THLTT)
Text Symbol: N13 = Color attributes (THLT)
Text Symbol: N12 = Form attribute texts (TFMTT)
Text Symbol: N11 = Form attributes (TFMT)
Text Symbol: N10 = Field attribute texts (TFATT)
Text Symbol: N09 = Field attributes (TFAT)
Text Symbol: N08 = Connection text profiles (TCNLT)
Text Symbol: N07 = Connection profiles (TCNL)
Text Symbol: N06 = Nodes text profiles (TCNNT)
Text Symbol: N05 = Node profiles (TCNN)
Text Symbol: N04 = Option profile texts (TCNOT)
Text Symbol: L32 = Interface: basic data (TWISPC_PLINT)
Text Symbol: L15 = Links (TWISPC_PLVER)


INCLUDES used within this REPORT RWIS_PLAN06

INCLUDE WIS_PLAN_CONS.
INCLUDE RWIS_PLAN06_INCF01.
INCLUDE RWIS_PLAN06_INCF02.
INCLUDE RWIS_PLAN06_INCF03.


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