SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Order(PP-PI-POR) SAP PP

RCOCRDV1 SAP ABAP Report - Process Orders: Schedule Deviations of Operations







RCOCRDV1 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 RCOCRDV1 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 RCOCRDV1. "Basic submit
SUBMIT RCOCRDV1 AND RETURN. "Return to original report after report execution complete
SUBMIT RCOCRDV1 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: SELWERKS = Plant
Selection Text: SELSTEUS = Control key
Selection Text: SELMATNR = Material
Selection Text: SELKTSCH = Standard text key
Selection Text: SELFEVOR = Production scheduler
Selection Text: SELERNAM = Created by
Selection Text: SELDISPO = MRP controller
Selection Text: SELAUFNR = Process order
Selection Text: SELAUART = Order type
Selection Text: SELARBPL = Resource
Selection Text: PARVRGKZ = Check operations
Selection Text: PARTOLZT = Absolute tolerance time
Selection Text: PARTOLZE = Time unit of tolerance
Selection Text: PARTOLPZ = Tolerance op. duration in %
Selection Text: PARSTAKZ = Check start date
Selection Text: PARPHAKZ = Check phases
Selection Text: PARMSCLA = Process message category
Selection Text: PARMAIZT = Time period
Selection Text: PARMAIZE = Time unit of time period
Selection Text: PARMAIUS = Destin./ distribution list
Selection Text: PARMAISV = Number of send operations
Selection Text: PARISTDA = Check actual data
Selection Text: PARENDKZ = Check finish date
Selection Text: PARDAUER = Check duration
Title: Process Orders: Schedule Deviations of Operations
Text Symbol: 005 = Duration
Text Symbol: 004 = Messages
Text Symbol: 003 = Absolute tolerance
Text Symbol: 002 = Processing parameters for operations/phases
Text Symbol: 001 = Selection criteria


INCLUDES used within this REPORT RCOCRDV1

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:

T006_READ CALL FUNCTION 'T006_READ' EXPORTING SPRAS = SY-LANGU MSEHI = PARTOLZE FLG_TEXT = SPACE IMPORTING STRUCT = T006 EXCEPTIONS NO_ENTRY = 01 NO_TEXT = 02.

SO_USER_EXIST CALL FUNCTION 'SO_USER_EXIST' EXPORTING USER_NAME = PARMAIUS EXCEPTIONS COMMUNICATION_FAILURE = 01 SYSTEM_FAILURE = 02 USER_NOT_EXIST = 03.

SO_DLI_EXIST CALL FUNCTION 'SO_DLI_EXIST' EXPORTING DISTRIBUTIONLIST = PARMAIUS DLI_ID = SOODK OWNER = ' ' SYSTEM_DLI = 'X' IMPORTING OBJECT_ID = SOODK EXCEPTIONS ACTIVE_USER_NOT_EXIST = 01 COMMUNICATION_FAILURE = 02 COMPONENT_NOT_AVAILABLE = 03 DL_NAME_NOT_EXIST = 04 FOLDER_NOT_EXIST = 05 FOLDER_NO_AUTHORIZATION = 06 FORWARDER_NOT_EXIST = 07 OBJECT_NOT_EXIST = 08 OBJECT_NO_AUTHORIZATION = 09 OPERATION_NO_AUTHORIZATION = 10 OWNER_NOT_EXIST = 11 PARAMETER_ERROR = 12 SUBSTITUTE_NOT_ACTIVE = 13 SUBSTITUTE_NOT_DEFINED = 14 SYSTEM_FAILURE = 15 USER_NOT_EXIST = 16 X_ERROR = 17.

T006_READ CALL FUNCTION 'T006_READ' EXPORTING SPRAS = SY-LANGU MSEHI = PARMAIZE FLG_TEXT = SPACE IMPORTING STRUCT = T006 EXCEPTIONS NO_ENTRY = 01 NO_TEXT = 02.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = ' ' FIELDNAME = 'COSTR' TABNAME = 'TC50' IMPORTING SELECT_VALUE = PARMSCLA TABLES FIELDS = FIELDT VALUETAB = VALUES EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.



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