SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Browser-Based PI Sheet / Cockpit(PP-PI-PMA-PMC) SAP PP

RCOPOC_ARCHIVE_PROD_INST SAP ABAP Report - Optical Archiving of PI Sheets/Work Instructions







RCOPOC_ARCHIVE_PROD_INST 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 RCOPOC_ARCHIVE_PROD_INST 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 RCOPOC_ARCHIVE_PROD_INST. "Basic submit
SUBMIT RCOPOC_ARCHIVE_PROD_INST AND RETURN. "Return to original report after report execution complete
SUBMIT RCOPOC_ARCHIVE_PROD_INST 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: SO_TIME = D .
Selection Text: SO_PLANT = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_DATE = D .
Selection Text: SO_BATCH = D .
Selection Text: SO_ADRES = D .
Selection Text: P_TST = D .
Selection Text: P_NOTST = D .
Selection Text: P_DISC = D .
Selection Text: P_COMPL = D .
Selection Text: P_CANC = D .
Selection Text: P_ALL = D .
Selection Text: SO_PHSEQ = CRec./CInstr. Destination
Selection Text: SO_ORDER = Manufacturing Order
Selection Text: SO_CRID = Control Recipe/Instructions
Selection Text: P_ST_SCH = Status Schema (Order)
Selection Text: P_OLDER = Objects Older Than (Days)
Selection Text: P_NO_PRE = Archiving Without Preselection
Selection Text: P_MAX_EN = Maximum Number of Entries
Selection Text: P_DS_MOD = Selection Mode
Selection Text: P_ALVVAR = Display Variant (ALV Grid)
Title: Optical Archiving of PI Sheets/Work Instructions
Text Symbol: STA = Status of PI Sheet/Work Instructions
Text Symbol: OCD = Order Created On
Text Symbol: NOP = Direct Archiving Without Preselection (ALV Grid Result List)
Text Symbol: MOR = Manufacturing Order (Process/Production Order)
Text Symbol: MOD = Mode of PI Sheet/Work Instructions (Test/Live)
Text Symbol: MAT = Material/Batch Data
Text Symbol: MAN = PI Sheet/Work Instructions
Text Symbol: DAS = Selection Options Period
Text Symbol: CCT = Control Recipe/Instructions Created at
Text Symbol: CCD = Control Recipe/Instructions Created on
Text Symbol: ARD = Archiving Without Preselection


INCLUDES used within this REPORT RCOPOC_ARCHIVE_PROD_INST

INCLUDE RCOPOC_ARC_PROD_INST_TOP.
INCLUDE RCOPOC_ARC_PROD_INST_DEC01.
INCLUDE RCOPOC_ARC_PROD_INST_IMP01.
INCLUDE RCOPOC_ARC_PROD_INST_O01.
INCLUDE RCOPOC_ARC_PROD_INST_I01.





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:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gv_alv_variant i_save = 'A' IMPORTING es_variant = gv_alv_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

POC_ARC_ARCHIVE_PROD_INST CALL FUNCTION 'POC_ARC_ARCHIVE_PROD_INST' CHANGING ct_al_conn = gt_prod_inst_arc.



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