SAPMCUSC is a standard Executable ABAP Report 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 SAPMCUSC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CUSC - Customize Country Version
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: CUSC Country version configuration, internal use only
Text Symbol: A01 = Display values
Text Symbol: A02 = This data is locked by
Text Symbol: A03 = user &
Text Symbol: A04 = Display only.
Text Symbol: A05 = Do you want to display
Text Symbol: A06 = locked data?
Text Symbol: A10 = Display values
Text Symbol: A11 = Your user master record indicates
Text Symbol: A12 = that you are only authorized
Text Symbol: A13 = to display data
Text Symbol: A14 = Do you want to display
Text Symbol: A15 = the data?
INCLUDE MCUSCTOP.
INCLUDE MCUSCO10.
INCLUDE MCUSCI10.
INCLUDE MCUSCF10.
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.