SAP Reports / Programs

RKOCD000 SAP ABAP Report - Change documents for order master







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


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 RKOCD000. "Basic submit
SUBMIT RKOCD000 AND RETURN. "Return to original report after report execution complete
SUBMIT RKOCD000 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: 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


INCLUDES used within this REPORT RKOCD000

INCLUDE RKOCDTOP.


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