SAP Reports / Programs | Quality Management | Quality Planning | Basic Data(QM-PT-BD) SAP QM

RQRSCM00 SAP ABAP Report - QM: Inspection Method Archiving, Set Status 3 to Status 4







RQRSCM00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Archiving Inspection Methods: Initial Run With this program, you can change the status of an inspection method from 3 (no longer usable) to 4 (marked for deletion)...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 RQRSCM00 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 RQRSCM00. "Basic submit
SUBMIT RQRSCM00 AND RETURN. "Return to original report after report execution complete
SUBMIT RQRSCM00 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: G_DBUPD = Database change
Selection Text: G_MANDT = D Client
Selection Text: G_PMTNR = D Inspection method
Selection Text: G_VERS = D Version
Selection Text: G_WERKS = D Plant for inspection method
Title: QM: Inspection Method Archiving, Set Status 3 to Status 4
Text Symbol: 001 = TEST RUN
Text Symbol: 002 = DATA BASE CHANGES
Text Symbol: 003 = The following inspection methods are changed
Text Symbol: 004 = The following inspection methods are locked
Text Symbol: 005 = No inspection methods can be selected for archiving
Text Symbol: 006 = | Client | Plnt | MstrInspChar. | Version | Short text |


INCLUDES used within this REPORT RQRSCM00

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:

TQREO_READ CALL FUNCTION 'TQREO_READ' EXPORTING I_MANDANT = G_QMTB_TAB-MANDT I_WERKS = G_QMTB_TAB-WERKS IMPORTING E_TQREO = TQREO EXCEPTIONS NOT_FOUND = 1.

ENQUEUE_EQQMTB1 CALL FUNCTION 'ENQUEUE_EQQMTB1' EXPORTING MANDT = G_QMTB_TAB-MANDT WERKS = G_QMTB_TAB-WERKS PMTNR = G_QMTB_TAB-PMTNR VERSION = G_QMTB_TAB-VERSION EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

DEQUEUE_EQQMTB1 CALL FUNCTION 'DEQUEUE_EQQMTB1' EXPORTING MANDT = G_QMTB_TAB-MANDT WERKS = G_QMTB_TAB-WERKS PMTNR = G_QMTB_TAB-PMTNR VERSION = G_QMTB_TAB-VERSION .



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