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

CNV_00001_SELSTART_F SAP ABAP INCLUDE - Routines for job starter







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


Text pool values


Title: Routines for job starter


INCLUDES used within this REPORT CNV_00001_SELSTART_F

INCLUDE CNV_00001_SELSIM_T.
INCLUDE CNV_00001_SELSTART_D.


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:

BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING JOB_READ_JOBCOUNT = LD_JOB-JOBCOUNT JOB_READ_JOBNAME = LD_JOB-JOBNAME JOB_READ_OPCODE = BTC_READ_JOBHEAD_ONLY IMPORTING JOB_READ_JOBHEAD = LS_JOB_HDR 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 = ' ' TABLES WP_TOTAL_INFO = LT_TOTAL COMMUNICATION_ERRORS = LT_COMM_ERR USED_WP = LT_USEDWP.

BP_JOB_MODIFY CALL FUNCTION 'BP_JOB_MODIFY' EXPORTING DIALOG = BTC_NO JOBCOUNT = LD_JOB-JOBCOUNT JOBNAME = LD_JOB-JOBNAME OPCODE = BTC_RELEASE_JOB RELEASE_STDT = LD_INITIAL_STDT TABLES NEW_STEPLIST = LT_STEPLIST EXCEPTIONS CANT_DERELEASE_JOB = 1 CANT_ENQ_JOB = 2 CANT_READ_JOBDATA = 3 CANT_RELEASE_JOB = 4 CANT_SET_JOBSTATUS_IN_DB = 5 CANT_START_JOB_IMMEDIATELY = 6 CANT_UPDATE_JOBDATA = 7 EVENTCNT_GENERATION_ERROR = 8 INVALID_DIALOG_TYPE = 9 INVALID_NEW_JOBDATA = 10 INVALID_NEW_JOBSTATUS = 11 INVALID_OPCODE = 12 INVALID_STARTDATE = 13 JOB_EDIT_FAILED = 14 JOB_MODIFY_CANCELED = 15 JOB_NOT_MODIFIABLE_ANYMORE = 16 NOTHING_TO_DO = 17 NO_BATCH_ON_TARGET_HOST = 18 NO_BATCH_SERVER_FOUND = 19 NO_BATCH_WP_FOR_JOBCLASS = 20 NO_MODIFY_PRIVILEGE_GIVEN = 21 NO_RELEASE_PRIVILEGE_GIVEN = 22 NO_STARTDATE_NO_RELEASE = 23 TARGET_HOST_NOT_DEFINED = 24 TGT_HOST_CHK_HAS_FAILED = 25 OTHERS = 26.



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