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

MSCC1I04 SAP ABAP INCLUDE - documentation and ABAP source code







MSCC1I04 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 MSCC1I04 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 MSCC1I04. "Basic submit
SUBMIT MSCC1I04 AND RETURN. "Return to original report after report execution complete
SUBMIT MSCC1I04 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 MSCC1I04

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:

TR_CHECK_TRANSPORT_TARGET CALL FUNCTION 'TR_CHECK_TRANSPORT_TARGET' EXPORTING IV_TARGET = CCPROFSR-TARGET_SYS * IV_SYNTAX_ONLY = ' ' * IV_NO_CLIENT_CHECK = ' ' * IMPORTING * ES_TARGET_INFO = EXCEPTIONS E_SYNTAX_ERROR = 1 E_INVALID_TARGET_SYSTEM = 2 E_INVALID_TARGET_CLIENT = 3 E_INVALID_TARGET_GROUP = 4 E_CTS_INITIALIZATION_FAILURE = 5 OTHERS = 6.

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

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

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

STRA_GET_DEST_FOR_RFC CALL FUNCTION 'STRA_GET_DEST_FOR_RFC' EXPORTING NOTE1 = ' ' IMPORTING REMOTE_DEST = CCPROFSR-SOURCE_SYS EXCEPTIONS NO_DESTINATION = 01.

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 COPYLOCK = COPYLOCK EXCEPTIONS SYSTEM_FAILURE = 01 MESSAGE MSG_TEXT COMMUNICATION_FAILURE = 02 MESSAGE MSG_TEXT.

SCCR_ENQUEUE_SOURCE_CLIENT CALL FUNCTION 'SCCR_ENQUEUE_SOURCE_CLIENT' DESTINATION CCPROFSR-SOURCE_SYS EXPORTING SOURCE_CLIENT = REMOTE_MANDT TASK = 2 EXCEPTIONS FOREIGN_LOCK_SRC = 1 FOREIGN_LOCK_TRG = 2 ENQUEUE_FAILURE = 3 SYSTEM_FAILURE = 4 MESSAGE MSG_TEXT COMMUNICATION_FAILURE = 5 MESSAGE MSG_TEXT OTHERS = 6.

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

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Systemname und Mandant von Ziel und Quelle sind identisch!'(040) TEXTLINE2 = 'Ist die RFC-Destination korrekt?'(041) TITEL = 'Warnung'(042) * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER .



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