RKOCD000 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displays the change documents for an order This program lists the change documents for an order or a field in the order...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RKOCD000 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: ZEIT = From time of day (HH:MM:SS)
Selection Text: FNAME = Changes for field
Selection Text: DATUM = From date
Selection Text: AUFNR = Order
Selection Text: AENDERER = Changed by
Title: Change documents for order master
Text Symbol: 118 = Deletion
Text Symbol: 117 = Entry
Text Symbol: 116 = Date Changed by Key
Text Symbol: 115 = Date Object deleted Key
Text Symbol: 114 = Date Object entered Key
Text Symbol: 113 = List of entries
Text Symbol: 112 = List of deletions
Text Symbol: 111 = Old
Text Symbol: 110 = Date Field New
Text Symbol: 108 = *** deleted ***
Text Symbol: 107 = ****** added ******
Text Symbol: 104 = to
Text Symbol: 103 = from
Text Symbol: 101 = Change on $1 at $2 by user $3
Text Symbol: 100 = List of fields changed
Text Symbol: 001 = Changes for order
INCLUDE RKOCDTOP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKOCD000 - Change documents for order master RKOCD000 - Change documents for order master RKOBSHOW - Number of CO Objects in Controlling Area RKOBSHOW - Number of CO Objects in Controlling Area RKOBINPT - Example: Creating an Internal Order using Batch Input RKOBINPT - Example: Creating an Internal Order using Batch Input