SAP Reports / Programs

RCOCRPVG SAP ABAP Report - Filter for Process Instruction Generation







RCOCRPVG 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 RCOCRPVG 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 RCOCRPVG. "Basic submit
SUBMIT RCOCRPVG AND RETURN. "Return to original report after report execution complete
SUBMIT RCOCRPVG 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: OP_TERM = D .
Selection Text: OP_RUEK = D .
Selection Text: OP_ARBPL = D .
Selection Text: KO_SORTF = D .
Selection Text: KO_MATNR = D .
Selection Text: HD_PLNNR = D .
Selection Text: HD_AUART = D .
Selection Text: SPLKZ_SS = Batch totals record
Selection Text: SPLKZ_SP = Comp. with batch mgmt reqmt
Selection Text: SPLKZ_NO = Comp. w/o batch mgmt reqmt
Selection Text: SPLKZ_ES = Batch single record
Selection Text: RGEKZ_RN = Without backflushing
Selection Text: RGEKZ_RJ = With backflushing
Selection Text: RGEKZ_NO = Backflushing
Selection Text: OP_MRKKZ = Insp.characteristics expected
Selection Text: MAT_TEXT = Text item
Selection Text: MAT_ROHT = Variable-size item
Selection Text: MAT_NLAG = Non-stock item
Selection Text: MAT_LAGE = Stock item
Selection Text: MAT_INTR = Intra material
Selection Text: KO_KZECH = Batch entry
Selection Text: BATCH_YS = Batch assigned
Selection Text: BATCH_NO = No batch assigned
Title: Filter for Process Instruction Generation
Text Symbol: POS = Components and item category
Text Symbol: CWM = Catch Weight Management
Text Symbol: CHA = Batch assignment
Text Symbol: 015 = No batch assigned
Text Symbol: 014 = Batch assigned
Text Symbol: 013 = Components without backflushing only
Text Symbol: 012 = Components with backflushing only
Text Symbol: 011 = Components with and without backflushing
Text Symbol: 010 = Backflushing
Text Symbol: 009 = Batch single records
Text Symbol: 008 = Batch totals records
Text Symbol: 007 = Components with batch management requirement w/o batch split
Text Symbol: 006 = Components without batch management requirement
Text Symbol: 005 = Batch management requirement





Text Symbol: 004 = Selection criteria at component level
Text Symbol: 003 = Control key
Text Symbol: 002 = Selection criteria at operation/phase level
Text Symbol: 001 = Selection criteria at header level


INCLUDES used within this REPORT RCOCRPVG

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:

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