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

RSCCPROT_I03 SAP ABAP INCLUDE - RSCCPROTI03







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

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:

DSYS_OUTLINE_BROWSE CALL FUNCTION 'DSYS_OUTLINE_BROWSE' EXPORTING " APPLICATION = " 'SO70' DOKLANGU = SY-LANGU " FISHEYE_DOKCLASS = " ' ' " FISHEYE_DOKNAME = " ' ' HOMETEXT = 'Mandantenkopie'(MCO) OUTLINE = 'BC_CC' " VIEWNAME = " 'STANDARD' * IMPORTING * PF15 = EXCEPTIONS OUTLINE_NOT_FOUND = 0 OTHERS = 0.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING DELANFREP = ' ' JOBGROUP = ' ' JOBNAME = JOBNAME SDLSTRTDT = START_DATUM SDLSTRTTM = START_ZEIT IMPORTING JOBCOUNT = JOBCOUNT EXCEPTIONS CANT_CREATE_JOB = 01 INVALID_JOB_DATA = 02 JOBNAME_MISSING = 03 OTHERS = 99.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING COPIES = 1 COVER_PAGE = ' ' EXPIRATION = 7 IMMEDIATELY = ' ' MODE = 'BATCH' NEW_LIST_ID = 'X' NO_DIALOG = NO_DIALOG RECEIVER = SY-UNAME REPORT = 'RSCLXCOP' SAP_COVER_PAGE = ' ' IMPORTING OUT_PARAMETERS = PRIPARAMS VALID = VALID EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 01 OTHERS = 99.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING AT_OPMODE = ' ' AT_OPMODE_PERIODIC = ' ' CALENDAR_ID = STARTTIME-CALENDARID EVENT_ID = STARTTIME-EVENTID EVENT_PARAM = STARTTIME-EVENTPARM EVENT_PERIODIC = STARTTIME-PERIODIC JOBCOUNT = JOBCOUNT JOBNAME = JOBNAME LASTSTRTDT = STARTTIME-LASTSTRTDT LASTSTRTTM = STARTTIME-LASTSTRTTM PRDDAYS = STARTTIME-PRDDAYS PRDHOURS = STARTTIME-PRDHOURS PRDMINS = STARTTIME-PRDMINS PRDMONTHS = STARTTIME-PRDMONTHS PRDWEEKS = STARTTIME-PRDWEEKS PREDJOB_CHECKSTAT = STARTTIME-CHECKSTAT PRED_JOBCOUNT = STARTTIME-PREDJOBCNT PRED_JOBNAME = STARTTIME-PREDJOB SDLSTRTDT = STARTTIME-SDLSTRTDT SDLSTRTTM = STARTTIME-SDLSTRTTM STRTIMMED = STARTIMMEDIATE TARGETSERVER = BTCSYSTEM(20) * new long server names (WAS 6.10) not yet for batch jobs

SLWY_SELECT_BTC_SERVER CALL FUNCTION 'SLWY_SELECT_BTC_SERVER' EXPORTING SELECT_TITLE = 'Serverauswahl Batch-Server'(Z01) * DEF_HOST_TEXT = '' * ONLY_CHECK = '' * SHOW_CODEPAGE = '' * LANGUAGE = '' CHANGING BTC_HOST = BTCHOST BTC_SERVER = BTCSYSTEM EXCEPTIONS NO_SERVER_LIST = 1 WRONG_HOST = 2 WRONG_CHOICE = 3 OTHERS = 4 .

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = 'RSCCPROT' DYNUMB = '0190' TABLES DYNPFIELDS = DFIELD EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.

BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING STDT_DIALOG = BTC_YES STDT_INPUT = STARTTIME STDT_OPCODE = BTC_EDIT_STARTDATE IMPORTING * STDT_MODIFY_TYPE = START_MODIFY_FLAG STDT_OUTPUT = STARTTIME EXCEPTIONS FCAL_ID_NOT_DEFINED = 01 INCOMPLETE_LAST_STARTDATE = 02 INCOMPLETE_STARTDATE = 03 INVALID_DIALOG_TYPE = 04 INVALID_EVENTID = 05 INVALID_OPCODE = 06 INVALID_OPMODE_NAME = 07 INVALID_PERIODBEHAVIOUR = 08 INVALID_PREDECESSOR_JOBNAME = 09 LAST_STARTDATE_IN_THE_PAST = 10 NO_PERIOD_DATA_GIVEN = 11 NO_STARTDATE_GIVEN = 12 PERIOD_AND_PREDJOB_NO_WAY = 13 PERIOD_TOO_SMALL_FOR_LIMIT = 14 PREDECESSOR_JOBNAME_NOT_UNIQUE = 15 STARTDATE_INTERVAL_TOO_LARGE = 16 STARTDATE_IN_THE_PAST = 17 STARTDATE_IS_A_HOLIDAY = 18 STARTDATE_OUT_OF_FCAL_RANGE = 19 STDT_BEFORE_HOLIDAY_IN_PAST = 20 UNKNOWN_FCAL_ERROR_OCCURED = 21 NO_WORKDAY_NR_GIVEN = 22 INVALID_WORKDAY_COUNTDIR = 23 INVALID_WORKDAY_NR = 24 NOTBEFORE_STDT_MISSING = 25 WORKDAY_STARTTIME_MISSING = 26 OTHERS = 99.



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