SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

RWLF_CHANGE_DOCUMENTS SAP ABAP Report - Display Change Documents







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


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


INCLUDES used within this REPORT RWLF_CHANGE_DOCUMENTS

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 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.



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