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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.