SAP Reports / Programs

CCMSBI_CHECK_ASR_PC_ACTIVE SAP ABAP Report - Check: Is the CPH data import process chain running?







CCMSBI_CHECK_ASR_PC_ACTIVE is a standard Executable ABAP Report 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 CCMSBI_CHECK_ASR_PC_ACTIVE 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 CCMSBI_CHECK_ASR_PC_ACTIVE. "Basic submit
SUBMIT CCMSBI_CHECK_ASR_PC_ACTIVE AND RETURN. "Return to original report after report execution complete
SUBMIT CCMSBI_CHECK_ASR_PC_ACTIVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check: Is the CPH data import process chain running?
Text Symbol: 000 = An ASR data import process is already running
Text Symbol: 001 = Extraction framework is active, data is current
Text Symbol: 002 = Extraction framework is active


INCLUDES used within this REPORT CCMSBI_CHECK_ASR_PC_ACTIVE

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:

GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING * EVENTID = * EVENTPARM = * EXTERNAL_PROGRAM_ACTIVE = jobcount = lv_jobcount jobname = lv_jobname * STEPCOUNT = EXCEPTIONS no_runtime_info = 1 OTHERS = 2 .

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobcount = lv_jobcount job_read_jobname = lv_jobname job_read_opcode = 20 * JOB_STEP_NUMBER = * IMPORTING * JOB_READ_JOBHEAD = * JOBLOG_ATTRIBUTES = TABLES job_read_steplist = lt_job_read_steplist * SPOOL_ATTRIBUTES = * CHANGING * RET = EXCEPTIONS invalid_opcode = 1 job_doesnt_exist = 2 job_doesnt_have_steps = 3 OTHERS = 4 .

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = lv_report variant = lv_variant * MOVE_OR_WRITE = 'W' * NO_IMPORT = ' ' execute_direct = 'X' * IMPORTING * SP = TABLES * L_PARAMS = * L_PARAMS_NONV = * L_SELOP = * L_SELOP_NONV = valutab = lt_valutab * OBJECTS = * FREE_SELECTIONS_DESC = * FREE_SELECTIONS_VALUE = EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3 .

WBA_CCMSBI_CHECK_EXFRWK_ACTIVE CALL FUNCTION 'WBA_CCMSBI_CHECK_EXFRWK_ACTIVE' DESTINATION dest EXPORTING ex_is_active = is_active ex_is_actual = is_actual et_missing_systems = lt_missing_systems EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 3 .

RFC_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' DESTINATION dest EXPORTING funcname = 'WBA_CCMSBI_CHECK_EXFRWK_ACTIVE' * GROUPNAME = ' ' * LANGUAGE = SY-LANGU TABLES functions = dummy EXCEPTIONS nothing_specified = 1 no_function_found = 2 communication_failure = 3 system_failure = 4 OTHERS = 5 .



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