MCNSMO10 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 MCNSMO10 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: PBO modules for SAPMCNSM
INCLUDE MCNSMO10_INIT . " INIT
INCLUDE MCNSMO10_MODIF . " MODIF
INCLUDE MCNSMO10_SET_CUA_STATUS . " SET_CUA_STATUS
INCLUDE MCNSMO10_STATUS_TEXT_FILL . " STATUS_TEXT_FILL
INCLUDE MCNSMO10_TEXT_SMGT . " TEXT_SMGT
INCLUDE MCNSMO10_TEXT_T433T . " TEXT_T433T
INCLUDE MCNSMO10_FUNCTION_TEXT_FILL . " FUNCTION_TEXT_FILL
INCLUDE MCNSMO10_MOVE_SMLS_TO_SEVPD . " MOVE_SMLS_TO_SEVPD
INCLUDE MCNSMO10_INIT_DETAIL . " INIT_DETAIL
INCLUDE MCNSMO10_INIT_3000 . " INIT_3000
INCLUDE MCNSMO10_FILL_TCN61D . " FILL_TCN61D
INCLUDE MCNSMO10_STATUS_3000 . " STATUS_3000
INCLUDE MCNSMO10_STATUS_3100 . " STATUS_3100
INCLUDE MCNSMO10_INIT_3100 . " INIT_3100
INCLUDE MCNSMO10_FILL_TEXT . " FILL_TEXT
INCLUDE MCNSMO10_MODIFY_FIELDS . " MODIFY_FIELDS
INCLUDE MCNSMO10_POSITION_LST . " POSITION_LST
INCLUDE MCNSMO10_SET_SCROLL_LINES . " SET_SCROLL_LINES
INCLUDE MCNSMO10_TCTRL_RESET_LINES . " TCTRL_RESET_LINES
INCLUDE MCNSMO10_TCTRL_SET_CONTROL_LIN . " TCTRL_SET_CONTROL_LINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.