SAP Reports / Programs

RQCAAPMS SAP ABAP Report - Quality Certificate for Inspection Lot with Multiple Specifications







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

QCMS - Certificate for Inspection Lot w. MS


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 RQCAAPMS. "Basic submit
SUBMIT RQCAAPMS AND RETURN. "Return to original report after report execution complete
SUBMIT RQCAAPMS 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_ARMOD = Archiving Mode
Selection Text: P_BTH_SL = Batch Selection
Selection Text: P_CHARG = Batch
Selection Text: P_DIALOG = Processing in foreground
Selection Text: P_LOT = Inspection Lot
Selection Text: P_LOT_SL = Inspection lot selection
Selection Text: P_MATNR = Material
Selection Text: P_MEDIUM = Transmission Medium
Selection Text: P_PARNR = Recipient
Selection Text: P_QCVKT = Certificate Type
Selection Text: P_QCVKV = Version
Selection Text: P_QCVNR = Certificate Profile
Selection Text: P_SCHFLD = Search Field
Selection Text: P_SNDWRK = Sending Plant
Selection Text: P_SPRAS = Language
Selection Text: P_TELFX = Fax Number
Selection Text: P_WERKS = Plant
Selection Text: P_CTRY = D .
Selection Text: P_KUNR = D .
Selection Text: P_MSOB = D .
Selection Text: P_PARVW = D .
Selection Text: P_PRFIND = D .
Selection Text: P_QCPROT = D .
Title: Quality Certificate for Inspection Lot with Multiple Specifications
Text Symbol: TIT = Selection List: M.S. Objects for InspLot
Text Symbol: F01 = User Variant
Text Symbol: CHG = Selection List: M.S. Objects for Batch
Text Symbol: 601 = Select Objects for Multiple Specifications
Text Symbol: 600 = Select Object
Text Symbol: 535 = Change Address
Text Symbol: 00A = Selection Data
Text Symbol: 00B = Addressee Data
Text Symbol: 00C = Control data for processing
Text Symbol: 00D = Multiple Specification
Text Symbol: 010 = Data Selection
Text Symbol: 020 = Certificate View
Text Symbol: 200 = Choose Recipient
Text Symbol: 210 = Other Profile





Text Symbol: 215 = Automatic Profile
Text Symbol: 220 = Certificate Profile
Text Symbol: 225 = Display Cert. Profile
Text Symbol: 300 = Customer Number
Text Symbol: 310 = Customer Contact Person
Text Symbol: 320 = Vendor Number
Text Symbol: 330 = Custom Address
Text Symbol: 340 = No Address
Text Symbol: 400 = Usage decision
Text Symbol: 401 = Batch
Text Symbol: 402 = Plant
Text Symbol: 405 = Display Usage Decision
Text Symbol: 406 = Display Batch
Text Symbol: 407 = Material
Text Symbol: 410 = Insp. Lot
Text Symbol: 415 = Find Insp. Lot
Text Symbol: 500 = Customer
Text Symbol: 505 = Display Customer
Text Symbol: 520 = Vendor
Text Symbol: 525 = Display Vendor
Text Symbol: 530 = Address


INCLUDES used within this REPORT RQCAAPMS

No INCLUDES are used within this REPORT code!


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'QCMS' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.

QSS1_LOT_UD_SHOW CALL FUNCTION 'QSS1_LOT_UD_SHOW' EXPORTING i_prueflos = p_lot EXCEPTIONS no_lot = 1 OTHERS = 2.



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