WISPMUSV7 is a standard ABAP INCLUDE 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 WISPMUSV7 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = '&mcinfq&' langu = sy-langu TABLES dfies_tab = t_dfies.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = pz_spwoc(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sl_spwoc-low(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sl_spwoc-high(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = pz_spmon(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sl_spmon-low(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sl_spmon-high(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = pz_spbup(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sl_spbup-low(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = sl_spbup-high(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = low(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_src EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = high(4) i_periv = twispc_plsch-plgjv i_poper = poper IMPORTING E_DATE = datum_dst EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4 .
PERIODE_ZUM_DATUM CALL FUNCTION 'PERIODE_ZUM_DATUM' EXPORTING idate = datum_src iperkz = 'P' IPERIV = twispc_plsch-plgjv IOFFSET = cnt IMPORTING EPERIOP = it_lookup-src EXCEPTIONS PERIV_REQUIRED = 1 PERIV_NOT_FOUND = 2 PERKZ_INVALID = 3 DATE_INVALID = 4 FACTORY_CALENDAR_NOT_FOUND = 5 OTHERS = 6 .
PERIODE_ZUM_DATUM CALL FUNCTION 'PERIODE_ZUM_DATUM' EXPORTING idate = datum_dst iperkz = 'P' IPERIV = twispc_plsch-plgjv IOFFSET = cnt IMPORTING EPERIOP = it_lookup-dst EXCEPTIONS PERIV_REQUIRED = 1 PERIV_NOT_FOUND = 2 PERKZ_INVALID = 3 DATE_INVALID = 4 FACTORY_CALENDAR_NOT_FOUND = 5 OTHERS = 6 .
ENQUEUE_E_WISP_PLDATA CALL FUNCTION 'ENQUEUE_E_WISP_PLDATA' EXPORTING mode_wisp_pldata = 'S' mandt = sy-mandt gstru = '&MCINFQ&' vrsio = vrsio 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 = 'E' mandt = sy-mandt gstru = '&MCINFQ&' vrsio = vrsioz 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 = 'S' mandt = sy-mandt gstru = '&MCINFQ&' vrsio = vrsio 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 = 'E' mandt = sy-mandt gstru = '&MCINFQ&' vrsio = vrsioz key = help_key * X_GSTRU = ' ' * X_VRSIO = ' ' * X_KEY = ' ' * _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.
WISPMUSV7 - documentation and ABAP source code WISPMUSV6T - Merchandise and Assortment Planning: Model Coding Copy With New Values WISPMUSV6T - Merchandise and Assortment Planning: Model Coding Copy With New Values WISPMUSV6 - documentation and ABAP source code WISPMUSV5T - Merchandise and Assortment Planning: Text Pool for WISPMUSV5 WISPMUSV5T - Merchandise and Assortment Planning: Text Pool for WISPMUSV5