SAP Reports / Programs

RQJBCTRL SAP ABAP Report - Batch run planning for periodic QM programs







RQJBCTRL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report supports the planning and monitoring of jobs for processing programs that are run periodically in QM...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RQJBCTRL 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

QI08 - Job overview of QM procurement keys
QA06 - Job overview: Periodic inspection
QA18 - Job overview for auto usage decision
QA52 - Source inspections: Job overview
QI04 - Job planning for QM procurement keys
QA17 - Job planning for auto usage decision
QA51 - Scheduling Source Inspections
QD35 - Delete job overview for Q-levels
QD34 - Delete quality level planning
QS67 - Job overview: Activate mat. spec.
QA42 - Job planning: UD prod. insp.lots
QA41 - Scheduling UD for Production Lots
QS66 - Plan activation of material spec.
QA05 - Job planning: Periodic inspection


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


Text pool values


Title: Batch run planning for periodic QM programs
Text Symbol: 010 = Job planning for automatic UD
Text Symbol: 011 = Automatic usage decision
Text Symbol: 020 = UD prod. lots: job planning
Text Symbol: 021 = UD production inspection lots
Text Symbol: 030 = Recurring insp.: job planning
Text Symbol: 031 = Recurring inspection
Text Symbol: 050 = Source inspection:job planning
Text Symbol: 051 = Source inspection
Text Symbol: 060 = QM procurement key: material
Text Symbol: 061 = QM procurement key: material
Text Symbol: 070 = Activate material spec.
Text Symbol: 071 = Activate material spec.
Text Symbol: 080 = Delete Q-level job planning
Text Symbol: 081 = Delete quality levels
Text Symbol: 10A = The specified transaction code is not
Text Symbol: 10B = supported yet.
Text Symbol: 10C = Enter a permitted transaction code.
Text Symbol: 10D = You have used the following transaction code:


INCLUDES used within this REPORT RQJBCTRL

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:

BP_JOBVARIANT_SCHEDULE CALL FUNCTION 'BP_JOBVARIANT_SCHEDULE' EXPORTING TITLE_NAME = L_TITLE JOB_NAME = L_JOB PROG_NAME = L_PROG.

BP_JOBVARIANT_OVERVIEW CALL FUNCTION 'BP_JOBVARIANT_OVERVIEW' EXPORTING TITLE_NAME = L_TITLE JOB_NAME = L_JOB PROG_NAME = L_PROG EXCEPTIONS NO_SUCH_JOB = 01.



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