SAP Reports / Programs

RWLF1CHD SAP ABAP Report - Display change document for agency business documents







RWLF1CHD 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 RWLF1CHD 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 RWLF1CHD. "Basic submit
SUBMIT RWLF1CHD AND RETURN. "Return to original report after report execution complete
SUBMIT RWLF1CHD 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: ZINFO = Display Additional Info
Selection Text: WBELN = Document
Selection Text: S_LIST = List Viewer
Selection Text: POSNR = Item
Selection Text: ALLE = Display All Items
Title: Display change document for agency business documents
Text Symbol: 702 = Scope of display ---------------------- Sorted
Text Symbol: 701 = Document
Text Symbol: 619 = Change object Added Changed Deleted
Text Symbol: 617 = Date ItemNo Promotion User
Text Symbol: 616 = Item
Text Symbol: 612 = From 1 on & at % w/ +
Text Symbol: 610 = Table name
Text Symbol: 609 = Field name
Text Symbol: 608 = Transaction
Text Symbol: 607 = Time
Text Symbol: 606 = Date
Text Symbol: 605 = User
Text Symbol: 601 = Item $ -----------------------------------------------------------------------------------------------------------------------------
Text Symbol: 509 = Unable to display change
Text Symbol: 508 = Field no longer defined in table
Text Symbol: 507 = & entered
Text Symbol: 506 = Text & created in language %
Text Symbol: 505 = Deletion &
Text Symbol: 504 = & was deleted
Text Symbol: 503 = Text & deleted in language %
Text Symbol: 502 = & Changed
Text Symbol: 501 = Text & changed in language %
Text Symbol: 402 = New:
Text Symbol: 401 = Old:
Text Symbol: 221 = Customer cond.: &
Text Symbol: 220 = Vendor condition: &
Text Symbol: 207 = Document header
Text Symbol: 110 = Conditions
Text Symbol: 107 = Item data
Text Symbol: 106 = Header data
Text Symbol: 104 = Document items
Text Symbol: 103 = Time of change





Text Symbol: 101 = Addit. Info
Text Symbol: 100 = Overview


INCLUDES used within this REPORT RWLF1CHD

INCLUDE RWLFCTOP.
INCLUDE RWLFECHD.


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