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

RSCCPROT_F05 SAP ABAP INCLUDE - RSCCPROTF05







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

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = 'Lesen Protokolldatei'(C02) EXCEPTIONS OTHERS = 0.

SCC1_REBUILD_SELTAB CALL FUNCTION 'SCC1_REBUILD_SELTAB' EXPORTING PROTOKOLL_FILE = PROTFILE GET_WARNINGS = 'X' GET_LOG_INFO = 'X' LOG_CLIENT = MANDT * IMPORTING * TABLE_NUMBER = TABLES SELTAB = X_SELTAB CCERRORTAB = ERRORTAB EXIT_TAB = X_EXITS LOG_LINES = OLD_LOG EXCEPTIONS OTHERS = 0.

TH_REDISPATCH CALL FUNCTION 'TH_REDISPATCH'.

SCCR_GET_NAMETAB_AND_TABLEN CALL FUNCTION 'SCCR_GET_NAMETAB_AND_TABLEN' EXPORTING TABNAME = X_SELTAB-TABNAME IMPORTING X030L = X030L * DDOBJTYPE = TABLEN = X_SELTAB-TABLEN * KEYLEN = * TABLES * DFIES = EXCEPTIONS DDIC_ERROR = 1 OTHERS = 2 .

SCCR_CHECK_TABLESPACE CALL FUNCTION 'SCCR_CHECK_TABLESPACE' TABLES SELTAB = R_SELTAB DB_SPACES = R_DBSPACE EXCEPTIONS OTHERS = 0.

POPUP_DISPLAY_TEXT_WITH_PARAMS CALL FUNCTION 'POPUP_DISPLAY_TEXT_WITH_PARAMS' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = 'Speicherplatzbedarfsanalyse'(012) * START_COLUMN = 10 * START_ROW = 3 TEXT_OBJECT = 'CLIENT_COPY_DB_ANALYSIS' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = TABLES PARAMETERS = PARTAB EXCEPTIONS ERROR_IN_TEXT = 0 TEXT_NOT_FOUND = 0 OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 TEXT = 'Lesen Protokolldatei'(C02) EXCEPTIONS OTHERS = 0.

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

SCC1_REBUILD_SELTAB CALL FUNCTION 'SCC1_REBUILD_SELTAB' EXPORTING PROTOKOLL_FILE = P_CCCFLOW-TRKORR GET_WARNINGS = 'X' GET_LOG_INFO = 'X' LOG_CLIENT = P_CCCFLOW-MANDT IMPORTING TABLE_NUMBER = TABLE_NBR CONVERSION_ERROR_NR = CONVERSION TABLES SELTAB = X_SELTAB CCERRORTAB = ERRORTAB EXIT_TAB = X_EXITS LOG_LINES = OLD_LOG EXCEPTIONS OTHERS = 0.

SCC1_REBUILD_SELTAB CALL FUNCTION 'SCC1_REBUILD_SELTAB' EXPORTING PROTOKOLL_FILE = P_CCCFLOW-TRKORR DATE = P_CCCFLOW-TSTAMP GET_WARNINGS = 'X' GET_LOG_INFO = ' ' FIRST_LOG = FIRST_LOG LOG_CLIENT = P_CCCFLOW-MANDT * IMPORTING * TABLE_NUMBER = TABLES CCERRORTAB = O_SELTAB LOG_LINES = OLD_LOG EXCEPTIONS OTHERS = 0.

SCC1_GET_T100_TEXT CALL FUNCTION 'SCC1_GET_T100_TEXT' EXPORTING ARBGB = 'TA' MSGNR = ERRORTAB-MESSNR IMPORTING TEXT = TEXT EXCEPTIONS NOT_FOUND = 0 OTHERS = 0.



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