SAP Reports / Programs

RQEEAM40 SAP ABAP Report - Worklist: Results Recording for Functional Locations







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

QE54 - Worklist: Results for funct. loctns


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 RQEEAM40. "Basic submit
SUBMIT RQEEAM40 AND RETURN. "Return to original report after report execution complete
SUBMIT RQEEAM40 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: P_MATNR = Material
Selection Text: P_LOSTX = Inspection lot short text
Selection Text: P_LIFNR = Vendor
Selection Text: P_KUNNR = Customer
Selection Text: P_INCLLZ = With long-term inspections
Selection Text: P_CHARGE = Batch
Selection Text: P_MBLNR = Material document
Selection Text: P_PRFZT = Inspection time
Selection Text: P_PRFDAT = Insp. start time
Selection Text: P_PRF = Inspector
Selection Text: P_PPPRVW = Default for further inspectn
Selection Text: P_OBJTX = Object short text
Selection Text: P_MODUS = D Characteristic filter
Selection Text: P_AUFNR = Order
Title: Worklist: Results Recording for Functional Locations
Text Symbol: 025 = Reference to work center, batch etc.
Text Symbol: 051 = Next inspection (&1 &2 &3)
Text Symbol: 052 = Shortest interval
Text Symbol: 053 = Shortest interval
Text Symbol: 022 = Object is expanded
Text Symbol: 014 = Characteristic: Accepted
Text Symbol: 015 = Characteristic: Rejected
Text Symbol: 016 = Inspection lot: Outstanding chars in insp. lot
Text Symbol: 017 = Characteristic: Not yet created
Text Symbol: 020 = Symbols -----
Text Symbol: 021 = Object can be expanded
Text Symbol: 024 = Object has already been processed
Text Symbol: 023 = Object cannot be expanded further
Text Symbol: 006 = Operation: Outstanding characteristics in list
Text Symbol: 005 = Partial lot: All characteristics closed in list
Text Symbol: 004 = Partial lot: Outstanding characteristics in list
Text Symbol: 003 = Inspection lot: All chars. closed in list
Text Symbol: 002 = Inspection lot: Outstanding chars. in list
Text Symbol: 001 = Colors ------
Text Symbol: 007 = Operation: All characteristics closed in list
Text Symbol: 013 = Characteristic can still be processed
Text Symbol: 012 = Characteristic must still be processed
Text Symbol: 011 = Inspection point: Rejected





Text Symbol: 010 = Inspection point: Accepted
Text Symbol: 009 = Insp. point: All characteristics closed in list
Text Symbol: 008 = Inspection point: Outstanding chars in list
Text Symbol: 059 = Further inspection
Text Symbol: 073 = Insp. start time
Text Symbol: 072 = Inspector
Text Symbol: 064 = Customer &1
Text Symbol: 063 = Order &1
Text Symbol: 062 = Vendor &1
Text Symbol: 061 = Batch &1
Text Symbol: F01 = My default
Text Symbol: S30 = Worklist selection
Text Symbol: S20 = Administrative data
Text Symbol: S10 = Inspection lot information
Text Symbol: LTX = Display long text


INCLUDES used within this REPORT RQEEAM40

INCLUDE RQEEAM00.


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