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

RQEEAS23_PDF SAP ABAP INCLUDE - RQEEAS23PDF







RQEEAS23_PDF 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 RQEEAS23_PDF 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 RQEEAS23_PDF. "Basic submit
SUBMIT RQEEAS23_PDF AND RETURN. "Return to original report after report execution complete
SUBMIT RQEEAS23_PDF 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 RQEEAS23_PDF

INCLUDE FQPAPTA1.
INCLUDE QAM31F01_PDF.


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:

QPSD_FEATURE_VERSION_READ CALL FUNCTION 'QPSD_FEATURE_VERSION_READ' EXPORTING MERKMAL = QAMV-VERWMERKM SPRACHE = SY-LANGU VERSION = QAMV-MKVERSION WERK = QAMV-QPMK_WERKS IMPORTING QPMT_EXP = L_QPMT EXCEPTIONS NO_FEATURE = 01 NO_FREE_VERSION = 02 NO_VERSION = 03.

CO_DR_PR_OPT_FILL CALL FUNCTION 'CO_DR_PR_OPT_FILL' EXPORTING PRT_CO = PRINT_CO IMPORTING PR_OPT = G_PR_OPTIONS.

QSS3_FEATURE_IMPORTANCE_READ CALL FUNCTION 'QSS3_FEATURE_IMPORTANCE_READ' EXPORTING I_MERKGEW = QAMV-MERKGEW I_SPRACHE = QALS-SPRACHE IMPORTING E_KURZTEXT = TQ17U-KURZTEXT EXCEPTIONS NO_ENTRY_FOUND = 1.

QPSD_METHOD_VERSION_READ CALL FUNCTION 'QPSD_METHOD_VERSION_READ' EXPORTING METHODE = QAMV-PMETHODE SPRACHE = QALS-SPRACHE VERSION = QAMV-PMTVERSION WERK = QAMV-QMTB_WERKS IMPORTING QMTB_EXP = QMTB QMTT_EXP = QMTT EXCEPTIONS NO_FREE_VERSION = 00 NO_METHOD = 00 NO_VERSION = 00.

QPSD_SET_VERSION_READ CALL FUNCTION 'QPSD_SET_VERSION_READ' EXPORTING AUSWAHLMENGE = QAMV-AUSWMENGE1 GUELTIGAB = QAMV-AUSWDAT1 KATALOGART = QAMV-KATALGART1 KZ_AUFLOESUNG = 'X' SPRACHE = QALS-SPRACHE VERSION = QAMV-AUSWVERS1 WERK = QAMV-AUSWMGWRK1 TABLES SELEKTIERTE_ZEILEN = G_QKATTAB EXCEPTIONS NO_SET = 01 NO_VERSION = 02.

QPSD_SETCODE_SINGLE_READ CALL FUNCTION 'QPSD_SETCODE_SINGLE_READ' EXPORTING AUSWAHLMENGE = G_QKATTAB-AUSWAHLMGE CODE = G_QKATTAB-CODE CODEGRUPPE = G_QKATTAB-CODEGRUPPE KATALOGART = G_QKATTAB-KATALOGART VERSIONAM = G_QKATTAB-VERSIONAM WERK = G_QKATTAB-WERKS IMPORTING BEWERTUNG = G_QPACTAB-BEWERTUNG FEHLKLASSE = G_QPACTAB-FEHLKLASSE MUSSTEXTKZ = G_QPACTAB-MUSSTEXTKZ EXCEPTIONS NO_CODE_IN_GROUP = 00.



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