SAP Reports / Programs

RM06LA00 SAP ABAP Report - Display Change Documents







RM06LA00 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 RM06LA00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ME6A - Changes to Vendor Evaluation


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 RM06LA00. "Basic submit
SUBMIT RM06LA00 AND RETURN. "Return to original report after report execution complete
SUBMIT RM06LA00 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
Selection Text: LIEFNR = Vendor
Selection Text: EKORG = Purchasing Organization
Selection Text: DATUM = From Date
Selection Text: AENDERER = Last Changed By
Title: Display Change Documents
Text Symbol: 509 = Changes Not Displayable
Text Symbol: 508 = Field No Longer Defined in Table
Text Symbol: 507 = Entry
Text Symbol: 506 = Text Entry
Text Symbol: 504 = Deletion
Text Symbol: 503 = Text Deletion
Text Symbol: 502 = Change
Text Symbol: 501 = Text Change
Text Symbol: 402 = New:
Text Symbol: 401 = Old:
Text Symbol: 012 = General Data
Text Symbol: 011 = Further Data
Text Symbol: 007 = Document
Text Symbol: 006 = TCode
Text Symbol: 005 = Time
Text Symbol: 004 = Date
Text Symbol: 003 = Person Responsible


INCLUDES used within this REPORT RM06LA00

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:

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING objectclass = objekt objectid = objektid username = aenderer time_of_change = zeit date_of_change = datum TABLES i_cdhdr = icdhdr EXCEPTIONS no_position_found = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' "xxxxxxxx EXPORTING "xxxxxxxx objectclass = 'ELBM' "xxxxxxxx objectid = objektid "xxxxxxxx username = aenderer "xxxxxxxx time_of_change = zeit "xxxxxxxx date_of_change = datum "xxxxxxxx TABLES "xxxxxxxx i_cdhdr = icdhdr "xxxxxxxx EXCEPTIONS "xxxxxxxx no_position_found = 1 "xxxxxxxx OTHERS = 2. "xxxxxxxx

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = number tablename = tabname tablekey = tabkey IMPORTING header = cdhdr TABLES editpos = ausg EXCEPTIONS no_position_found = 1 OTHERS = 2.



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