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
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.
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
INCLUDE WIS_PLAN_CONS.
No SAP DATABASE tables are accessed within this REPORT code!
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 = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWIS_PLAN_GENERIC_AGGR - RWIS_PLAN_GENERIC_AGGR RWIS_PLAN_GENERIC_AGGR - RWIS_PLAN_GENERIC_AGGR RWIS_PLAN_FLEX_UPL - Flexible Excel Upload for Manual Planning RWIS_PLAN_FLEX_UPL - Flexible Excel Upload for Manual Planning RWIS_PLAN_BW_READ_DATA - Program RWIS_PLAN_BW_READ_DATA RWIS_PLAN_BW_READ_DATA - Program RWIS_PLAN_BW_READ_DATA