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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCOCRDV1 - Process Orders: Schedule Deviations of Operations RCOCRDV1 - Process Orders: Schedule Deviations of Operations RCOCF_SR - Program for Object Type COCF_SR: Shift Report RCOCF_SR - Program for Object Type COCF_SR: Shift Report RCOCF_SN - Program for Object Type COCF_SN: Shift Note RCOCF_SN - Program for Object Type COCF_SN: Shift Note