SAP Reports / Programs | Basis Components | Change & Transport System | Client Copy(BC-CTS-CCO) SAP BC

SAPMSCC1 SAP ABAP dialog Program - Copy Client-Specific Tables from a Client







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


Transaction Code(s):

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


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 SAPMSCC1. "Basic submit
SUBMIT SAPMSCC1 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSCC1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 020 = Client Copy Reinitialization
Text Symbol: 021 = Clients
Text Symbol: 024 = Possible Inconsistencies
Text Symbol: 031 = System
Text Symbol: 032 = Comment
Text Symbol: 040 = Source and Target System Name and Client are Identical
Text Symbol: 041 = Is the RFC Destination Correct?
Text Symbol: 042 = Warning
Text Symbol: 101 = Temporary Profile
Text Symbol: A01 = Value
Text Symbol: A02 = Source
Text Symbol: A03 = Client (Data)
Text Symbol: A04 = Client (User)
Text Symbol: A05 = Source Destinatn
Text Symbol: A06 = Target Sys
Text Symbol: A30 = Delete
Text Symbol: A31 = Profile?
Text Symbol: A32 = Delete Profile
Text Symbol: CC1 = Client Copy
Text Symbol: D01 = Invalid Print Param.
Text Symbol: EX1 = INFO Client Export
Text Symbol: HL1 = Delete Client


INCLUDES used within this REPORT SAPMSCC1

INCLUDE MSCC1O01.
INCLUDE MSCC1O02.
INCLUDE MSCC1I01.
INCLUDE MSCC1I02.
INCLUDE MSCC1I04.
INCLUDE MSCC1F01.
INCLUDE MSCC1F02.
INCLUDE MSCC1F03.


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 SAPMSCC1 or its description.