SAPMSCC1 is a standard Module pool for a dialog screen ABAP Program 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 SAPMSCC1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SCCL - Local Client Copy
SCC9 - Remote Client Copy
SCC8 - Client Export
SCC7 - Post-Client Import Methods
SCC5 - Delete Client
SCC1 - Client Copy - Special Selections
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.
Copy Tables from a Client
Title: Copy Client-Specific Tables from a Client
Text Symbol: HL2 = Local Client Copy
Text Symbol: HL3 = Remote Client Copy
Text Symbol: HL4 = Client Export
Text Symbol: HL5 = Client Import Post-Processing
Text Symbol: HL6 = Client Copy per Transport Request
Text Symbol: HL7 = Client Copy
Text Symbol: IN0 = Last import Post-Processing Cancelled
Text Symbol: IN1 = Note: A restart deletes the temporary
Text Symbol: IN2 = data created since the last import as well as master
Text Symbol: IN3 = and transaction data, depending on the profile.
Text Symbol: IN4 = Processing aft.import
Text Symbol: IN7 = Loss of Data Possible
Text Symbol: P01 = Profile Mnt.
Text Symbol: P02 = You have not specified a copy profile.
Text Symbol: P03 = Choose the parameters for the copy
Text Symbol: R01 = Specify the RFC destination
Text Symbol: R02 = Restart?
Text Symbol: R03 = Remote Restart
Text Symbol: R04 = Local New
Text Symbol: R05 = RESTART CONTROL
Text Symbol: R06 = Local Restart
Text Symbol: R07 = Remote New
Text Symbol: W11 = Copy cross-client tables as well?
Text Symbol: X01 = Option Not Allowed - Loss of Data
Text Symbol: X02 = You have chosen an old profile without the "Initialize and
Text Symbol: X03 = Recreate" option. This can cause loss of data
Text Symbol: X04 = and inconsistencies, particularly for addresses (since Release 4.0)
Text Symbol: X05 = The client is initialized nevertheless
Text Symbol: 001 = Server Selection Batch Server
Text Symbol: 002 = Meaning
Text Symbol: 010 = Profiles
Text Symbol: 013 = Do you want to deactivate
Text Symbol: 014 = initialization of application data?
Text Symbol: 015 = Initialization without application
Text Symbol: 016 = data is a special function.
Text Symbol: 017 = Read the parameter documentation
INCLUDE MSCC1O01.
INCLUDE MSCC1O02.
INCLUDE MSCC1I01.
INCLUDE MSCC1I02.
INCLUDE MSCC1I04.
INCLUDE MSCC1F01.
INCLUDE MSCC1F02.
INCLUDE MSCC1F03.
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.