RWLF_CHANGE_DOCUMENTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display change documents with enhanced information and dynamic key resolution...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 RWLF_CHANGE_DOCUMENTS 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: P_MAXL = D .
Selection Text: P_RESKEY = Resolve Table Key
Selection Text: S_OBJCLA = D .
Selection Text: S_OBJID = D .
Selection Text: S_TCODE = D .
Selection Text: S_UDATE = D .
Selection Text: S_USER = D .
Selection Text: S_UTIME = D .
Title: Display Change Documents
Text Symbol: H01 = Action
Text Symbol: S01 = Selection Change Dokuments
Text Symbol: S02 = Program Control
Text Symbol: S03 = Resolve Table Key
Text Symbol: T01 = Creation
Text Symbol: T02 = Change
Text Symbol: T03 = Deletion
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHANGEDOCUMENT_READ call function 'CHANGEDOCUMENT_READ' exporting changenumber =
-changenr objectclass = -objectclas objectid = -objectid tables editpos = lt_cdred exceptions no_position_found = 1 others = 2.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = l_tabname tables dfies_tab = slt_dfies exceptions not_found = 1 others = 2.
SUSR_USER_ADDRESS_READ call function 'SUSR_USER_ADDRESS_READ' exporting user_name = l_user importing user_address = ls_addr3_val exceptions user_address_not_found = 1.
ICON_CREATE call function 'ICON_CREATE' exporting name = i_icon_name info = i_text importing result = c_icon_w_text exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = sy-repid i_callback_user_command = 'ALV_USER_COMMAND' is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort i_save = 'A' is_variant = ls_variant tables t_outtab = gt_output exceptions program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'CDDISP_STR' changing ct_fieldcat = ct_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = g_tabname tables dfies_tab = lt_dfies exceptions not_found = 1 others = 2.
WLF_INVOICE_DISPLAY_MULT call function 'WLF_INVOICE_DISPLAY_MULT' exporting i_wbeln =
-objectid(10) exceptions no_document_number = 1 document_header_read_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWLF_CHANGE_DOCUMENTS - Display Change Documents RWLF_CHANGE_DOCUMENTS - Display Change Documents RWLFWR16 - Subsequently Generate Message Records for Agency Documents RWLFWR16 - Subsequently Generate Message Records for Agency Documents RWLFWR15 - Issue Messages from List Documents RWLFWR15 - Issue Messages from List Documents