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

MSCC1I03 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SUSR_ZBV_CHECK_IF_ACTIVE CALL FUNCTION 'SUSR_ZBV_CHECK_IF_ACTIVE' EXCEPTIONS ACTIVE = 1 NOT_ACTIVE = 2 INVALID_MODEL = 3 OTHERS = 4.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Option nicht erlaubt - Datenverlust!'(X01) TXT1 = 'Sie haben ein altes Profil ohne die Option "Initialisieren und'(X02) TXT2 = 'Neuanlegen" gewählt. Ohne diese Option kommt es zu Datenverlust'(X03)

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Profilpflege'(P01) TXT1 = 'Sie haben kein Kopierprofil angegeben.'(P02)

STRA_GET_DEST_FOR_RFC CALL FUNCTION 'STRA_GET_DEST_FOR_RFC' EXPORTING NOTE1 = 'Bitte geben Sie die RFC-Destination an'(R01) IMPORTING REMOTE_DEST = RFCSYST EXCEPTIONS NO_DESTINATION = 01.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Profilpflege'(P01) TXT1 = 'Sie haben kein Kopierprofil angegeben.'(P02)

TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' EXPORTING * IV_USERNAME = SY-UNAME * IV_TRKORR_PATTERN = * IV_TRFUNCTIONS = IV_TRSTATUS = 'RNDL' * IV_FROM_DATE = * IV_TO_DATE = IV_CLIENT = CCPROFSR-SRCCLIENT * IV_PROJECT = * IV_TITLE = * IV_VIA_SELECTION_SCREEN = 'X' * IV_COMPLETE_REQUESTS = 'X' * IT_EXCLUDE_REQUESTS = IMPORTING EV_SELECTED_REQUEST = COMFILE * ES_SELECTED_REQUEST = .

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

CLIENTCOPY_NEXT_PROTNUMBER CALL FUNCTION 'CLIENTCOPY_NEXT_PROTNUMBER' IMPORTING TRKORR = COMFILE EXCEPTIONS SYS_ERROR = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING POPUP_TITLE = 'INFO Mandantenexport'(EX1) TEXT_OBJECT = 'USAGE_CLIENT_EXPORT_40' IMPORTING CANCELLED = ANSWER TABLES PARAMETERS = SPARTAB EXCEPTIONS ERROR_IN_TEXT = 1 TEXT_NOT_FOUND = 2 OTHERS = 3.

SCC1_GET_T100_TEXT CALL FUNCTION 'SCC1_GET_T100_TEXT' EXPORTING ARBGB = 'TA' MSGNR = '061' IMPORTING TEXT = TITLE EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SCC1_GET_T100_TEXT CALL FUNCTION 'SCC1_GET_T100_TEXT' EXPORTING ARBGB = 'TA' MSGNR = '318' IMPORTING TEXT = TEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT * TEXTLINE2 = ' ' TITEL = TITLE * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER .

SCCR_PERFORM_SCC1 CALL FUNCTION 'SCCR_PERFORM_SCC1' EXPORTING CCSUPCOPY = TEST_RUN CCCOMFILE = COMFILE QUELLMANDANT = CCPROFSR-SRCCLIENT INCL_TASK = INCL IMPORTING RCOD = SUBRC.

SCCR_PERFORM_CLIENT_COPY CALL FUNCTION 'SCCR_PERFORM_CLIENT_COPY' EXPORTING PROFILE = CCPROF CCALTINP = ALTINP CCMODUS = MODUS CCSUPCOPY = TEST_RUN CCCOMFILE = COMFILE CCTABLIST = TABLIST CCRESTART = RESTART QUELLMANDANT = CCPROF-MANDANT INCL_TASK = INCL PROF_PARM = CCPROFSR IMPORTING RCOD = SUBRC.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = 'Profilpflege'(P01) TXT1 = 'Sie haben kein Kopierprofil angegeben.'(P02)

SCCR_PERFORM_CLIENT_COPY CALL FUNCTION 'SCCR_PERFORM_CLIENT_COPY' EXPORTING PROFILE = CCPROF CCALTINP = ALTINP CCMODUS = MODUS CCSUPCOPY = TEST_RUN CCCOMFILE = COMFILE CCTABLIST = TABLIST CCRESTART = RESTART QUELLMANDANT = CCPROF-MANDANT INCL_TASK = INCL PROF_PARM = CCPROFSR.

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.



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