SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10310_JOBS_START SAP ABAP Report - Start analysis jobs







CNV_10310_JOBS_START 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 CNV_10310_JOBS_START into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_10310_JOBS_START - Start analysis jobs


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


Text pool values


Selection Text: GP_MAX = Max. No. of active FIND jobs:
Title: Start analysis jobs
Text Symbol: 004 = No jobs for release!
Text Symbol: 003 = Determination started
Text Symbol: 002 = Start determination
Text Symbol: 001 = Start the determination?


INCLUDES used within this REPORT CNV_10310_JOBS_START

INCLUDE CNV_10310_JOBS_START_D.
INCLUDE: LBTCHDEF,
RSADMKEY.


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:

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING PACKID = GC_PACKID PHASE = GD_PHASE EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

BP_JOB_CHECKSTATE CALL FUNCTION 'BP_JOB_CHECKSTATE' EXPORTING DIALOG = 'N' JOBCOUNT = GD_CNV_PROGRAM-JOBCOUNT JOBNAME = GD_CNV_PROGRAM-JOBNAME IMPORTING * status_according_to_db = ACTUAL_STATUS = GD_JOBSTATUS EXCEPTIONS CHECKING_OF_JOB_HAS_FAILED = 1 CORRECTING_JOB_STATUS_FAILED = 2 INVALID_DIALOG_TYPE = 3 JOB_DOES_NOT_EXIST = 4 NO_CHECK_PRIVILEGE_GIVEN = 5 READY_SWITCH_TOO_DANGEROUS = 6 OTHERS = 7.

BP_JOB_MODIFY CALL FUNCTION 'BP_JOB_MODIFY' EXPORTING DIALOG = BTC_NO JOBCOUNT = GD_CNV_SEQNUM-JOBCOUNT JOBNAME = GD_CNV_SEQNUM-JOBNAME OPCODE = BTC_RELEASE_JOB RELEASE_STDT = GD_INITIAL_STDT TABLES NEW_STEPLIST = GT_STEPLIST "#EC * EXCEPTIONS CANT_ENQ_JOB = 1 JOB_NOT_MODIFIABLE_ANYMORE = 2 NOTHING_TO_DO = 3.

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING JOB_READ_JOBCOUNT = GD_CNV_SEQNUM-JOBCOUNT JOB_READ_JOBNAME = GD_CNV_SEQNUM-JOBNAME JOB_READ_OPCODE = BTC_READ_JOBHEAD_ONLY IMPORTING JOB_READ_JOBHEAD = GD_JOBHEAD EXCEPTIONS INVALID_OPCODE = 1 JOB_DOESNT_EXIST = 2 JOB_DOESNT_HAVE_STEPS = 3 OTHERS = 4.

STUM_WP_TOTAL_ACTIVITY CALL FUNCTION 'STUM_WP_TOTAL_ACTIVITY' EXPORTING GET_NO_DB_LOCK_INFO = T_NO TABLES WP_TOTAL_INFO = LT_WP_TOTAL_INFO "#EC * COMMUNICATION_ERRORS = LT_COMMUNICATION_ERRORS USED_WP = LT_USED_WP.

CNV_00001_PARAMS_READ CALL FUNCTION 'CNV_00001_PARAMS_READ' EXPORTING PARAMNAME = 'CNV_10310_PROC_MAX' PACKID = LP_PACKID IMPORTING * PARAMTYPE = VALUEFROM = LD_PROC_MAX * VALUETO = * OPERATOR = * ORIGPACK = * PACKID = * TABLES * PARAM_OUTTAB = EXCEPTIONS NO_ACTIVE_PACKAGE = 1 PARAMETER_DOES_NOT_EXIST = 2 PACKAGE_DOES_NOT_EXISTS = 3 OTHERS = 4.

CNV_00001_PARAMS_WRITE CALL FUNCTION 'CNV_00001_PARAMS_WRITE' EXPORTING PARAMNAME = 'CNV_10310_PROC_MAX' * PARAMTYPE = VALUEFROM = GP_MAX * VALUETO = * OPERATOR = * ORIGPACK = UPDATE = 'X' PACKID = GC_PACKID EXCEPTIONS NO_ACTIVE_PACKAGE = 1 PACKAGE_DOES_NOT_EXISTS = 2 OTHERS = 3.

CNV_00001_PARAMS_READ CALL FUNCTION 'CNV_00001_PARAMS_READ' EXPORTING PARAMNAME = 'CNV_10310_PROC_MAX' PACKID = GC_PACKID IMPORTING * PARAMTYPE = VALUEFROM = GP_MAX * VALUETO = * OPERATOR = * ORIGPACK = * PACKID = * TABLES * PARAM_OUTTAB = EXCEPTIONS NO_ACTIVE_PACKAGE = 1 PARAMETER_DOES_NOT_EXIST = 2 PACKAGE_DOES_NOT_EXISTS = 3 OTHERS = 4.



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