SAP Reports / Programs | Logistics - General | Merchandise and Assortment Planning(LO-MAP) SAP LO

RWIS_PLAN_GENERIC_AGGR SAP ABAP Report - RWIS_PLAN_GENERIC_AGGR







RWIS_PLAN_GENERIC_AGGR 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_PLAN_GENERIC_AGGR 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_PLAN_GENERIC_AGGR. "Basic submit
SUBMIT RWIS_PLAN_GENERIC_AGGR AND RETURN. "Return to original report after report execution complete
SUBMIT RWIS_PLAN_GENERIC_AGGR 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: VRSIO_TO = D Version
Selection Text: VRSIO_FR = D Version
Selection Text: USE_SPHV = D Hierarchy Version Source Data
Selection Text: USE_SPAR = D Key Fig. Controls: Source Step
Selection Text: SL_SPWOC = D Week
Selection Text: SL_SPMON = D Month
Selection Text: SL_SPBUP = D Period
Selection Text: PLSZN = D Planning Scenario
Selection Text: PLSCH_TO = D Planning Step
Selection Text: PLSCH_FR = D Planning Step
Title: RWIS_PLAN_GENERIC_AGGR
Text Symbol: 006 = Settings
Text Symbol: 005 = Key Figures
Text Symbol: 004 = Planning Levels
Text Symbol: 003 = Time
Text Symbol: 002 = Target
Text Symbol: 001 = Source


INCLUDES used within this REPORT RWIS_PLAN_GENERIC_AGGR

INCLUDE WIS_PLAN_CONS.


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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname TABLES dfies_tab = it_dfies_todb.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname TABLES dfies_tab = it_dfies_fromdb.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname TABLES dfies_tab = it_dfies_fromht.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname TABLES dfies_tab = it_dfies_toht.

ENQUEUE_E_WISP_PLDATA CALL FUNCTION 'ENQUEUE_E_WISP_PLDATA' EXPORTING mode_wisp_pldata = 'E' mandt = sy-mandt gstru = wa_plsch_to-dbtab vrsio = vrsio_to key = help_key * X_GSTRU = ' ' * X_VRSIO = ' ' * X_KEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

ENQUEUE_E_WISP_PLDATA CALL FUNCTION 'ENQUEUE_E_WISP_PLDATA' EXPORTING mode_wisp_pldata = 'S' mandt = sy-mandt gstru = wa_plsch_from-dbtab vrsio = vrsio_fr key = help_key * X_GSTRU = ' ' * X_VRSIO = ' ' * X_KEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DEQUEUE_E_WISP_PLDATA CALL FUNCTION 'DEQUEUE_E_WISP_PLDATA' EXPORTING mode_wisp_pldata = 'E' mandt = sy-mandt gstru = wa_plsch_to-dbtab vrsio = vrsio_to key = help_key * X_GSTRU = ' ' * X_VRSIO = ' ' * X_KEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

DEQUEUE_E_WISP_PLDATA CALL FUNCTION 'DEQUEUE_E_WISP_PLDATA' EXPORTING mode_wisp_pldata = 'S' mandt = sy-mandt gstru = wa_plsch_from-dbtab vrsio = vrsio_fr key = help_key * X_GSTRU = ' ' * X_VRSIO = ' ' * X_KEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .

ENQUEUE_EWWISP_ENQHE CALL FUNCTION 'ENQUEUE_EWWISP_ENQHE' EXPORTING mode_wisp_enqh = 'S' plhvs = wa_plhvs-plhvs plszn = plszn * X_PLHVS = ' ' * X_PLSZN = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DEQUEUE_EWWISP_ENQHE CALL FUNCTION 'DEQUEUE_EWWISP_ENQHE' EXPORTING mode_wisp_enqh = 'S' plhvs = wa_plhvs-plhvs plszn = plszn * X_PLHVS = ' ' * X_PLSZN = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .



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