SAPMWCOM is a standard Module pool for a dialog screen ABAP Program 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 SAPMWCOM 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: Allocation Table, General Routines
Text Symbol: IDF = Date type &1 (internal format &2)
Text Symbol: WT6 = Saturday
Text Symbol: WT7 = Sunday
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ROUND * call function 'ROUND' * exporting * decimals = '-0' * input = up_menge_et_aufme * sign = up_rundg * importing * output = up_menge_et_aufme * exceptions * input_invalid = 1 * overflow = 2 * type_invalid = 3.
PERIOD_AND_DATE_CONVERT_INPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT' EXPORTING dialog_date_is_in_the_past = h_dialog "auft*1/rel.99
PERIOD_AND_DATE_CONVERT_OUTPUT * CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' * EXPORTING * internal_date = up_datin * internal_period = up_typin * IMPORTING * external_date = up_datex * external_period = up_typex.
PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING internal_date = up_datin internal_period = up_typin IMPORTING external_date = up_datex external_period = up_typex.
PERIOD_AND_DATE_CONVERT_INPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_INPUT' EXPORTING dialog_date_is_in_the_past = up_pruef external_date = up_datex external_period = up_typex IMPORTING internal_date = h_datum internal_period = h_datyp.
DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING date = up_datin IMPORTING day = h_day_indicator.
DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING date = up_datum factory_calendar_id = up_fabkl correct_option = up_richt IMPORTING factorydate = up_fkdat date = up_gkdat workingday_indicator = mdcal-worki EXCEPTIONS factory_calendar_not_found = 01 date_after_range = 02 date_before_range = 03 correct_option_invalid = 11 calendar_buffer_not_loadable = 12 date_invalid = 13.
FACTORYDATE_CONVERT_TO_DATE CALL FUNCTION 'FACTORYDATE_CONVERT_TO_DATE' EXPORTING factorydate = up_fkdat factory_calendar_id = up_fabkl IMPORTING date = up_datum EXCEPTIONS factory_calendar_id_missing = 01 factory_calendar_not_found = 01 factorydate_after_range = 02 factorydate_before_range = 03 calendar_buffer_not_loadable = 12 factorydate_invalid = 10.
DD_PR_REDEFINE CALL FUNCTION 'DD_PR_REDEFINE' EXPORTING id = up_ident ivalue = up_level property = 'LEVEL_SET' EXCEPTIONS OTHERS = 02.
DD_EXCEPTION_HANDLER CALL FUNCTION 'DD_EXCEPTION_HANDLER'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMWCOM - Allocation Table, General Routines SAPMWCOM - Allocation Table, General Routines SAPMWCM11 - Define CM standard task as general task SAPMWCM11 - Define CM standard task as general task SAPMWCM10 - Filling the Customizing Tables for Category Management SAPMWCM10 - Filling the Customizing Tables for Category Management