SAP Reports / Programs

SAPDBPGQ SAP ABAP Report - PGQ Logical Database: Database Program







SAPDBPGQ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The logical database is used to display the transaction data for the quality inspection 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 SAPDBPGQ 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 SAPDBPGQ. "Basic submit
SUBMIT SAPDBPGQ AND RETURN. "Return to original report after report execution complete
SUBMIT SAPDBPGQ 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: QL_ERDAT = D .
Selection Text: QL_FECOD = D .
Selection Text: QL_FEGGR = D .
Selection Text: QL_FEKAT = D .
Selection Text: QL_FEKLA = D .
Selection Text: QL_HERKT = D .
Selection Text: QL_HERST = D .
Selection Text: QL_KUNNR = D .
Selection Text: QL_LIFNR = D .
Selection Text: QL_MATNR = D .
Selection Text: QL_MAX_R = D .
Selection Text: QL_PAEND = D .
Selection Text: QL_PASTR = D .
Selection Text: QL_PLNFL = D .
Selection Text: QL_PRLOS = D .
Selection Text: QL_PROBE = D .
Selection Text: QL_PRPLZ = D .
Selection Text: QL_PRWRK = D .
Selection Text: QL_REFIL = D .
Selection Text: QL_REMND = D .
Selection Text: QL_REWRK = D .
Selection Text: QL_SELID = D .
Selection Text: QL_TECH = D .
Selection Text: QL_VAUSW = D .
Selection Text: QL_VBEWT = D .
Selection Text: QL_VCDGR = D .
Selection Text: QL_VCODE = D .
Selection Text: QL_VDATE = D .
Selection Text: QL_VORNR = D .
Selection Text: QL_VWERK = D .
Selection Text: QL_WERKS = D .
Selection Text: QL_XEQUI = D .
Selection Text: QL_XFUNC = D .
Selection Text: QL_XSMPL = D .
Selection Text: QL_EQUI = D .
Selection Text: QL_ENSTD = D .
Selection Text: QL_CHARG = D .
Selection Text: COMMENTS = D .





Selection Text: TESTLAUF = Test run
Selection Text: SP_PRLOS = Search help
Selection Text: QL_REFI2 = D .
Selection Text: QL_PSELI = Selection Schema Phys. Samples
Selection Text: QL_PRPLT = Work center description
Title: PGQ Logical Database: Database Program
Text Symbol: 907 = Insp. point selection for funct. location
Text Symbol: 906 = Insp. point selection for equip.
Text Symbol: 905 = Insp. point selection for sample
Text Symbol: 904 = Selection for reports with COMMIT WORK
Text Symbol: 903 = Selection of inspection lots without usage decision (by end date)
Text Symbol: 902 = Selection of inspection lots by creation date
Text Symbol: 901 = Selection of inspection lots without inspection completion (by start date)
Text Symbol: 803 = INTERN: Selection of insp. lots with UD (for deletion flag)
Text Symbol: 802 = Selection of inspection lots from the archive
Text Symbol: 801 = INTERN: Selection of archived inspection lots from ONLINE
Text Symbol: 800 = INTERN: Selection of insp. lots to be archived
Text Symbol: 100 = Standard selection screen
Text Symbol: CS1 = Class selection
Text Symbol: CS2 = Material class
Text Symbol: P01 = Yes
Text Symbol: P02 = No
Text Symbol: P03 = Do you want to select an archiving run for the sequential search?
Text Symbol: T01 = Inspection lot selection
Text Symbol: T02 = Reorganization
Text Symbol: T03 = Inspection operation selection
Text Symbol: T04 = Usage decision selection
Text Symbol: T05 = Selection using mat. class
Text Symbol: T06 = Equip./Samp. selection
Text Symbol: TAA = Data Exists


INCLUDES used within this REPORT SAPDBPGQ

INCLUDE DBPGQTOP . " HEADER
INCLUDE DBPGQNXXX . " ALL SYSTEM ROUTINES
INCLUDE DBPGQF001 . " USER DEFINED INCLUDE FOR FORMS USED IN N PLACES.


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:

No SAP FUNCTION MODULES are executed within this report code!



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