SAP Reports / Programs | Quality Management | Quality Inspection | Results Recording(QM-IM-RR) SAP QM

FQEPRF10 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FQEPRF10

INCLUDE MQEEAT20.


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:

CONTROL_FORM CALL FUNCTION 'CONTROL_FORM' EXPORTING COMMAND = COMMAND EXCEPTIONS UNOPENED = 01 UNSTARTED = 02.

QSS3_FEATURE_IMPORTANCE_READ CALL FUNCTION 'QSS3_FEATURE_IMPORTANCE_READ' EXPORTING I_MERKGEW = QAMV-MERKGEW I_SPRACHE = SY-LANGU IMPORTING E_KURZTEXT = TQ17U-KURZTEXT EXCEPTIONS NO_ENTRY_FOUND.

QPSD_METHOD_VERSION_READ CALL FUNCTION 'QPSD_METHOD_VERSION_READ' EXPORTING METHODE = QAMV-PMETHODE VERSION = QAMV-PMTVERSION WERK = P_QALS_WERK IMPORTING QMTB_KTEXT_METH = QMTT-KURZTEXT EXCEPTIONS NO_FREE_VERSION NO_METHOD NO_VERSION.

QEEA_QDFMTAB_READING CALL FUNCTION 'QEEA_QDFMTAB_READING' TABLES QDFMTAB = L_QDFMTAB EXCEPTIONS NO_ENTRIES_FOUND = 01.

WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING * ELEMENT = 'BEW_REGEL' * WINDOW = 'MAIN'.

QPSD_SET_VERSION_READ CALL FUNCTION 'QPSD_SET_VERSION_READ' EXPORTING AUSWAHLMENGE = QAMV-AUSWMENGE1 * GUELTIGAB = KATALOGART = '1' KZ_AUFLOESUNG = 'X' * SPRACHE = ' ' VERSION = QAMV-AUSWVERS1 WERK = QAMV-AUSWMGWRK1 TABLES SELEKTIERTE_ZEILEN = SELEKTIERTE_ZEILEN EXCEPTIONS NO_SET = 1 NO_VERSION = 2 .

QPSD_SETCODE_VERSION_READ CALL FUNCTION 'QPSD_SETCODE_VERSION_READ' EXPORTING AUSWAHLMENGE = SELEKTIERTE_ZEILEN-AUSWAHLMGE CODE = SELEKTIERTE_ZEILEN-CODE CODEGRUPPE = SELEKTIERTE_ZEILEN-CODEGRUPPE KATALOGART = SELEKTIERTE_ZEILEN-KATALOGART VERSIONAM = SELEKTIERTE_ZEILEN-VERSIONAM VERSIONCD = SELEKTIERTE_ZEILEN-VERSIONCD WERK = SELEKTIERTE_ZEILEN-WERKS IMPORTING QPAC_EXP = QPAC EXCEPTIONS CODE_NOT_ASSIGNED = 1 NO_CODE = 2 NO_GROUP = 3 NO_SET = 4.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING ELEMENT = ELEMENT_NAME WINDOW = WINDOW_NAME EXCEPTIONS ELEMENT FUNCTION TYPE UNOPENED UNSTARTED WINDOW.



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