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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CCMSBI_CHECK_ASR_PC_ACTIVE - Check: Is the CPH data import process chain running? CCMSBI_CHECK_ASR_PC_ACTIVE - Check: Is the CPH data import process chain running? CCMSBI_AUTOTEST_REORGEXTRACTOR - Automatic Test for Function Module CCMSBI_CPH_REORGDATA_EXTRACTOR CCMSBI_AUTOTEST_REORGEXTRACTOR - Automatic Test for Function Module CCMSBI_CPH_REORGDATA_EXTRACTOR CCMSBI_AUTOTEST_DATE_SELOPT - Test Function Module CCMSBI_GET_DATE_SELOPTIONS CCMSBI_AUTOTEST_DATE_SELOPT - Test Function Module CCMSBI_GET_DATE_SELOPTIONS