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
Below is a list of transaction codes which are relevant to this SAP report
ME6A - Changes to Vendor Evaluation
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
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.