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

RQSTA003 SAP ABAP Report - Display Stability History (List of Studies)







RQSTA003 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to output a list of stability studies...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 RQSTA003 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

QST03 - Display Stability History


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 RQSTA003. "Basic submit
SUBMIT RQSTA003 AND RETURN. "Return to original report after report execution complete
SUBMIT RQSTA003 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: WERK = Plant
Selection Text: VARIANT = D Layout
Selection Text: STADT = D Start of Cycle
Selection Text: PRIMPACK = D Primary Packaging
Selection Text: CHARG = D Batch
Title: Display Stability History (List of Studies)
Text Symbol: GPL = Procurement Reference
Text Symbol: GPM = Notifications
Text Symbol: GPP = Production Reference
Text Symbol: GPR = Contact Person
Text Symbol: GPS = Stability Study
Text Symbol: GPV = Administration
Text Symbol: GPZ = Dates
Text Symbol: MO1 = Priority
Text Symbol: MO2 = Malfunction Start/End
Text Symbol: MO3 = Notification Date
Text Symbol: MO4 = Required Start/End
Text Symbol: P10 = Processing Time (f)
Text Symbol: PO6 = High Number, Long Processing Time
Text Symbol: PO7 = Low Number, Long Processing Time
Text Symbol: PO8 = High Number, Short Processing Time
Text Symbol: PO9 = Low Number, Short Processing Time
Text Symbol: POP = Report Documentation
Text Symbol: SON = Misc.
Text Symbol: GPK = Sales/Distribution Reference
Text Symbol: 001 = Stability Study Data
Text Symbol: 003 = List Settings
Text Symbol: 004 = Reloading Data
Text Symbol: 201 = Required Time Period
Text Symbol: 203 = Time Btween Creation and Completion
Text Symbol: 204 = Sched. Overview
Text Symbol: 205 = Stability Studies
Text Symbol: 206 = Legend
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 701 = Cancel processing for all
Text Symbol: 702 = selected objects that
Text Symbol: 703 = have not yet been processed?
Text Symbol: 704 = List Processing Cancelled





Text Symbol: 705 = No
Text Symbol: 706 = Y
Text Symbol: ANZ = Number
Text Symbol: F02 = My Default
Text Symbol: F04 = Coding
Text Symbol: F05 = Monitor
Text Symbol: GPA = General Reference
Text Symbol: GPB = System Availability
Text Symbol: GPC = Subject
Text Symbol: GPD = Address
Text Symbol: GPE = Quantities


INCLUDES used within this REPORT RQSTA003

INCLUDE MIOLXTOP.
INCLUDE MIOLXF14.
INCLUDE MIOLXF70.


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:

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = l_id langu = sy-langu object = g_docu_name.

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.

CR_WORKCENTER_PRE_READ call function 'CR_WORKCENTER_PRE_READ' tables tarbid = g_tarbid.

CR_WORKSTATION_READ call function 'CR_WORKSTATION_READ' exporting id = l_id msgty = 'S' importing arbpl = object_tab-arbpl_i exceptions not_found = 01.

QPSE_LOT_READ call function 'QPSE_LOT_READ' exporting i_prueflos = p_los importing e_qals = p_qals exceptions no_lot = 1.

QFDL_READ_OPERATIONS_TEXT call function 'QFDL_READ_OPERATIONS_TEXT' exporting i_aufpl = p_aufpl i_pnlkn = p_pnlkn importing e_vornr = p_vornr e_vorktext = p_vorktext.

QM11_LESEN_BELEGDATEN_ALLG call function 'QM11_LESEN_BELEGDATEN_ALLG' exporting i_objkey = l_objkey i_objtyp = 'BUS2078' i_max_hops = l_max_hops exceptions no_relation = 1 others = 2.

CR_WORKCENTER_PRE_READ call function 'CR_WORKCENTER_PRE_READ' tables tarbid = g_tarbid.

CR_WORKSTATION_READ call function 'CR_WORKSTATION_READ' exporting id = l_id msgty = 'S' importing arbpl = object_tab-arbpl_i exceptions not_found = 01.



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