SAP Reports / Programs | Project System | Structures | Network and Activity(PS-ST-OPR-NET) SAP PS

MCNSMO10 SAP ABAP INCLUDE - PBO modules for SAPMCNSM







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MCNSMO10. "Basic submit
SUBMIT MCNSMO10 AND RETURN. "Return to original report after report execution complete
SUBMIT MCNSMO10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: PBO modules for SAPMCNSM


INCLUDES used within this REPORT MCNSMO10

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


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MCNSMO10 or its description.