RWIS_PLAN_MD_HIER_BATCH 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_MD_HIER_BATCH 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.
Title: Automatic Batch Generation of Planning Data for Category Management
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EWWISP_ENQHE call function 'ENQUEUE_EWWISP_ENQHE' exporting * MODE_WISP_ENQH = 'E' * MANDT = SY-MANDT plhvs = dynpro-plhvs plszn = dynpro-plszn * X_PLHVS = ' ' * X_PLSZN = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3 .
CM_MAP_BUILD_HIER call function 'CM_MAP_BUILD_HIER' exporting i_batch = 'X' i_dynpro = dynpro i_dynpro_cm = dynpro_cm.
DEQUEUE_EWWISP_ENQHE call function 'DEQUEUE_EWWISP_ENQHE' exporting * MODE_WISP_ENQH = 'E' * MANDT = SY-MANDT plhvs = dynpro-plhvs plszn = dynpro-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_MD_HIER_BATCH - Automatic Batch Generation of Planning Data for Category Management RWIS_PLAN_MD_HIER_BATCH - Automatic Batch Generation of Planning Data for Category Management RWIS_PLAN_MASCHPH_BATCH - Retail Planning: Report on Automatic Setup of Plan.Hier. in Background RWIS_PLAN_MASCHPH_BATCH - Retail Planning: Report on Automatic Setup of Plan.Hier. in Background RWIS_PLAN_IMG - Program RWIS_PLAN_IMG RWIS_PLAN_IMG - Program RWIS_PLAN_IMG