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

RQMTBV10 SAP ABAP Report - Display Inspection Method List







RQMTBV10 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 RQMTBV10 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

QS38 - Display inspection method list


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 RQMTBV10. "Basic submit
SUBMIT RQMTBV10 AND RETURN. "Return to original report after report execution complete
SUBMIT RQMTBV10 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: VARIANT = D .
Selection Text: PR_SCRPT = D .
Selection Text: SUCHF = Search field
Selection Text: P_PRIDIA = Print dialog
Selection Text: P_FORM = Form
Selection Text: PR_PDF = D .
Selection Text: MONITOR = Monitor control
Selection Text: LOEKZ5 = Marked for deletion
Selection Text: LOEKZ4 = Cannot be used anymore
Selection Text: LOEKZ3 = Released
Selection Text: LOEKZ2 = Released
Selection Text: LOEKZ1 = Being created
Title: Display Inspection Method List
Text Symbol: TES = Field selection
Text Symbol: S05 = Archived
Text Symbol: S04 = Marked for deletion
Text Symbol: S03 = Cannot be used anymore
Text Symbol: S02 = Released
Text Symbol: S01 = Being created
Text Symbol: PQS = Inspctr ql
Text Symbol: PQM = Inspector qualif.
Text Symbol: POP = Documentation
Text Symbol: LKS = Status
Text Symbol: GPV = Administration
Text Symbol: GPP = Inspection method
Text Symbol: GPD = Documentation
Text Symbol: F08 = Layout
Text Symbol: F04 = Author
Text Symbol: F03 = Search field
Text Symbol: F02 = Status
Text Symbol: F01 = My default
Text Symbol: D1M = Changed on
Text Symbol: D0M = Created on
Text Symbol: 004 = Print parameters
Text Symbol: 001 = Reloading Data


INCLUDES used within this REPORT RQMTBV10

INCLUDE RQALVTOP.


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:

DISPLAY_FORM_TREE_F4 CALL FUNCTION 'DISPLAY_FORM_TREE_F4' EXPORTING P_TREE_NAME = 'SAP_QM-PT' P_DISPLAY_MODE = 'D' * I_FORM_NAME = IMPORTING P_FORM_NAME = P_FORM * P_FORM_LANGUAGE = EXCEPTIONS CANCELLED = 1 PARAMETER_ERROR = 2 NOT_FOUND = 3 OTHERS = 4.

QPSD_METHOD_VERSION_READ CALL FUNCTION 'QPSD_METHOD_VERSION_READ' EXPORTING KZ_NICHTFREI = 'X' METHODE = QMTBV-PMTNR VERSION = QMTBV-VERSION WERK = QMTBV-WERKS IMPORTING QMTT_EXP = QMTT EXCEPTIONS NO_FREE_VERSION = 1 NO_METHOD = 2 NO_VERSION = 3 NO_AUTHORIZATION = 4 OTHERS = 5.

QAUT_MASTERD CALL FUNCTION 'QAUT_MASTERD' EXPORTING I_QMASTMOD = '0306' I_QMASTAUTH = QMTBV-QAUTH EXCEPTIONS AUTH_DESTROYED = 1 INTERNAL_ERROR = 2 NO_AUTHORIZATION = 3 OTHERS = 4.

GET_TEXT_DOMVALUE CALL FUNCTION 'GET_TEXT_DOMVALUE' EXPORTING DOMNAME = 'QLOESCHKZ' DOMVALUE = UEBERGABE_LOEKZ LANGU = SY-LANGU IMPORTING TXT = OBJECT_TAB-LKZTXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

QSS1_METH_SHOW CALL FUNCTION 'QSS1_METH_SHOW' EXPORTING I_METHODE = OBJECT_TAB-PMTNR I_VERSION = OBJECT_TAB-VERSION I_WERK = OBJECT_TAB-WERKS EXCEPTIONS NO_METHOD = 1 OTHERS = 2.

QSS1_METH_SHOW CALL FUNCTION 'QSS1_METH_SHOW' EXPORTING I_METHODE = OBJECT_TAB-PMTNR I_VERSION = OBJECT_TAB-VERSION I_WERK = OBJECT_TAB-WERKS EXCEPTIONS NO_METHOD = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-POP START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RQMTBV10_DOKU' HELP_MODAL = G_X EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING ET_FIELDCAT = G_FIELDCAT_TAB[] EXCEPTIONS NO_INFOS = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID I_INTERNAL_TABNAME = 'OBJECT_TAB' * I_STRUCTURE_NAME = TABNAME I_CLIENT_NEVER_DISPLAY = ' ' I_INCLNAME = G_REPID CHANGING CT_FIELDCAT = G_FIELDCAT_TAB[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DIALOG = ' ' FORM = P_FORM "'QM_INSP_METHOD' LANGUAGE = SY-LANGU OPTIONS = ITCPO EXCEPTIONS CANCELED = 1 DEVICE = 2 FORM = 3 OPTIONS = 4 UNCLOSED = 5 OTHERS = 6.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'TEXT' WINDOW = 'MAIN' EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = 'LANGTEXT' WINDOW = 'MAIN' EXCEPTIONS ELEMENT = 1 FUNCTION = 2 TYPE = 3 UNOPENED = 4 UNSTARTED = 5 WINDOW = 6 OTHERS = 7.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' EXCEPTIONS UNOPENED = 1 OTHERS = 2.

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = L_COMMAND.

GET_TEXT_PRINT_PARAMETERS CALL FUNCTION 'GET_TEXT_PRINT_PARAMETERS' EXPORTING OPTIONS = ITCPO IMPORTING NEWOPTIONS = ITCPO EXCEPTIONS CANCELED = 1 ARCHIVE_ERROR = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = G_LISTHEADER_TAB.



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