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

MSCC1O01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MSCC1O01

No INCLUDES are used within this REPORT code!


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:

SCC1_VIEW_EXTENDED_HELP * CALL FUNCTION 'SCC1_VIEW_EXTENDED_HELP' * EXPORTING * PROBLEM_TYPE = EVENT.

SCC1_VIEW_EXTENDED_HELP * CALL FUNCTION 'SCC1_VIEW_EXTENDED_HELP' * EXPORTING * PROBLEM_TYPE = EVENT.

SCC1_AUTH_CHECK_EXT_CLIENT_CP CALL FUNCTION 'SCC1_AUTH_CHECK_EXT_CLIENT_CP' IMPORTING * RIGHT_SYSTEM_TRANSPORT = RIGHT_EXPORT_TRANS RIGHT_CREATE_TRANSPORT = RIGHT_CREATE_TRANS CCCFLOW_LEVEL = CCCFLOW_LEVEL RIGHT_S_TABU_CLI = RIGHT_S_TABU_CLI RIGHT_USER_GROUP = GROUP_RIGHTS RIGHT_USER_PROFILE = PROFILE_RIGHTS RIGHT_USER_ROLE = ROLE_RIGHTS.

STRF_SETNAME_CCPROT CALL FUNCTION 'STRF_SETNAME_CCPROT' EXPORTING DIRTYPE = 'T' TRKORR = CCCFLOW-TRKORR IMPORTING FILE = FILE * FILENAME = FILENAME * SUBDIR = SUBDIR EXCEPTIONS WRONG_CALL = 01.

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING * PROGRAM = ACTIVITY = 'WRITE' FILENAME = FILE_A EXCEPTIONS NO_AUTHORITY = 1 ACTIVITY_UNKNOWN = 2 OTHERS = 3.

SCCR_ENQUEUE_SOURCE_CLIENT CALL FUNCTION 'SCCR_ENQUEUE_SOURCE_CLIENT' EXPORTING SOURCE_CLIENT = SY-MANDT TASK = 2 EXCEPTIONS FOREIGN_LOCK_SRC = 1 FOREIGN_LOCK_TRG = 2 ENQUEUE_FAILURE = 3 OTHERS = 6.

SCC1_VIEW_EXTENDED_HELP CALL FUNCTION 'SCC1_VIEW_EXTENDED_HELP' EXPORTING PROBLEM_TYPE = EVENT.

SCC1_VIEW_EXTENDED_HELP CALL FUNCTION 'SCC1_VIEW_EXTENDED_HELP' EXPORTING PROBLEM_TYPE = EVENT.

POPUP_DISPLAY_TEXT_USER_BUTTON CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' EXPORTING * LANGUAGE = SY-LANGU POPUP_TITLE = 'Inkonsistenzen möglich'(024) START_COLUMN = 5 START_ROW = 5 * DOCU_CLASS = 'DT' TEXT_OBJECT = 'WARNING_OLD_CLIENT_COPY' * DISPLAY_OK_BUTTON = 'X' * DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = ANSWER TABLES * USER_BUTTONS = PARAMETER = SPARTAB EXCEPTIONS ERROR_IN_TEXT = 0 TEXT_NOT_FOUND = 0 OTHERS = 0 .

CLIENTCOPY_SUSR_CHECK_ZBV CALL FUNCTION 'CLIENTCOPY_SUSR_CHECK_ZBV' * EXPORTING * CC_SOURCECLIENT = * TABLES * E071K_TAB = * E071_TAB = EXCEPTIONS SYS_ERROR = 1 OTHERS = 2 .

SCCR_GET_RELEASE_NR CALL FUNCTION 'SCCR_GET_RELEASE_NR' DESTINATION CCPROFSR-SOURCE_SYS IMPORTING SAP_RELEASE = REMOTE_RELEASE * CODE_PAGE = REMOTE_CODE_PAGE * CHECK_NUMBER = REMOTE_CHECK_NUMBER SYSID = REMOTE_SYSID MANDT = REMOTE_MANDT EXCEPTIONS SYSTEM_FAILURE = 01 MESSAGE MSG_TEXT COMMUNICATION_FAILURE = 02 MESSAGE MSG_TEXT.

CHECK_CUSTOMER_NAMES CALL FUNCTION 'CHECK_CUSTOMER_NAMES' EXPORTING TABLEKEY = CPROF_NAME TABLENAME = CPROF_TAB IMPORTING KEY_ALLOWED = KEY_ALLOWED EXCEPTIONS OBJECTTYPE_NOT_FILLED = 01 TABLENAME_NOT_FILLED = 02.

GET_CLIENT_REMOTE CALL FUNCTION 'GET_CLIENT_REMOTE' DESTINATION CCPROF-SOURCE_SYS TABLES T000_BOX = T000_DATA.



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