MM61X_SET_DATE_SUGGESTIONF01 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 MM61X_SET_DATE_SUGGESTIONF01 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!
DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING date = mdezx-dat00 factory_calendar_id = cm61w-fabkl IMPORTING factorydate = lv_fdate EXCEPTIONS calendar_buffer_not_loadable = 1 correct_option_invalid = 2 date_after_range = 3 date_before_range = 4 date_invalid = 5 factory_calendar_not_found = 6 OTHERS = 7.
FACTORYDATE_CONVERT_TO_DATE CALL FUNCTION 'FACTORYDATE_CONVERT_TO_DATE' EXPORTING factorydate = lv_fdate factory_calendar_id = cm61w-fabkl IMPORTING date = rm61x-umdat EXCEPTIONS calendar_buffer_not_loadable = 1 factorydate_after_range = 2 factorydate_before_range = 3 factorydate_invalid = 4 factory_calendar_id_missing = 5 factory_calendar_not_found = 6 OTHERS = 7.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MM61X_SET_DATE_SUGGESTIONF01 - MM61XSETDATESUGGESTIONF01 MM61X_MODIFY_SCREEN_COLUMNSO01 - MM61XMODIFYSCREENCOLUMNSO01 MM61X_CHECK_OPTIMIZATIONI01 - MM61XCHECKOPTIMIZATIONI01 MM61XZ00_SHOW_PROJECT_REPORT - MM61XZ00SHOWPROJECTREPORT MM61XZ00_SHOW_ORDER_REPORT - MM61XZ00SHOWORDERREPORT MM61XZ00 - MAP_INTERNAL_TO_EXTERNAL