MOIUCM_MAINTAIN_CM_SN_NRTOP 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 MOIUCM_MAINTAIN_CM_SN_NRTOP 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: Include MOIUCM_MAINTAIN_SYSTEM_NRIVTOP
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' info = 'Everything Correct'(001) IMPORTING result = g_icon_everything_okay EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_RED' info = 'Intern Interval Not Maintained'(002) IMPORTING result = g_icon_missing_nriv_in EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DEFECT' info = 'Extern Interval Not Maintained'(026) IMPORTING result = g_icon_missing_nriv_ex EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_BREAKPOINT' info = 'Both Interval & Config Missing'(006) IMPORTING result = g_icon_missing_both EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_BUSINAV_VALUE_CHAIN' info = 'Configuration Not Maintained'(007) IMPORTING result = g_icon_missing_config EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_INCOMPLETE' info = 'Interval From Config Missing'(008) IMPORTING result = g_icon_config_interval_missing EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ALERT' info = 'No Valid Year Interval Exists'(010) IMPORTING result = g_icon_year EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_YELLOW' info = 'Interval Differs Frm Suggested'(003) IMPORTING result = g_icon_mismatch EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_PM_ORDER' info = 'Maintain Number Range Interval'(005) IMPORTING result = g_icon_snum EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_EXECUTE_OBJECT' info = 'Maintain Configuration'(011) IMPORTING result = g_icon_config EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_TRANSPORT' info = 'Transport Num Range Intervals'(022) IMPORTING result = g_icon_transport EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIUCM_MAINTAIN_CM_SN_NRTOP - Include MOIUCM_MAINTAIN_SYSTEM_NRIVTOP MOIUCM_MAINTAIN_CM_SN_NRO01 - Include MOIUCM_MAINTAIN_SYSTEM_NRIVO01 MOIUCM_MAINTAIN_CM_SN_NRI01 - Include MOIUCM_MAINTAIN_SYSTEM_NRIVI01 MOIUCM_MAINTAIN_CM_SN_NRF01 - Include MOIUCM_MAINTAIN_SYSTEM_NRIVF01 MOIUCI_PRODXREF_F01 - Include MOIUCI_PRODXREF_F01 MOIUCI_PRODXREF_0100O01 - Include MOIUCI_PRODXREF_0100O01