SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWRF_FOLUP_TYP_A_CHANGEDOC SAP ABAP Report - Display Change Documents for Follow-Up/Substitute Material Relationsh.







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

WRFFUCD - Change Documents WRF_FOLUP_TYP_A


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 RWRF_FOLUP_TYP_A_CHANGEDOC. "Basic submit
SUBMIT RWRF_FOLUP_TYP_A_CHANGEDOC AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_FOLUP_TYP_A_CHANGEDOC 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: NEW_DISP = Display in List Viewer
Selection Text: MATNR = Original Material Number
Selection Text: DATUM = From Date (DD.MM.YYYY)
Selection Text: AENDERER = Last Changed By
Title: Display Change Documents for Follow-Up/Substitute Material Relationsh.
Text Symbol: 018 = New:
Text Symbol: 017 = Old:
Text Symbol: 016 = Change Cannot Be Displayed
Text Symbol: 015 = Field No Longer Defined in Table
Text Symbol: 014 = Entry
Text Symbol: 013 = Text Entry
Text Symbol: 012 = Deletion
Text Symbol: 011 = Text Deletion
Text Symbol: 010 = Change
Text Symbol: 009 = Text Change
Text Symbol: 008 = Original Article
Text Symbol: 007 = Changed By
Text Symbol: 006 = Time
Text Symbol: 005 = Date
Text Symbol: 004 = Document Number
Text Symbol: 003 = Read Error
Text Symbol: 002 = No Items Found
Text Symbol: 001 = Selecting Data...


INCLUDES used within this REPORT RWRF_FOLUP_TYP_A_CHANGEDOC

INCLUDE RWRF_FOLUP_TYP_A_CHANGEDOC_TOP. " GLOBAL DATA
INCLUDE F_FOLUP_TYP_A_CHANGEDOC_F01. " UNTERPROGRAMME


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' "B20K8A0GP1 EXPORTING text = text-001.

CHANGEDOCUMENT_READ CALL FUNCTION 'CHANGEDOCUMENT_READ' EXPORTING date_of_change = datum objectclass = g_objekt objectid = g_objektid tablename = g_tabname username = aenderer TABLES editpos = gt_cdpos EXCEPTIONS no_position_found = 1 OTHERS = 2.

CHANGEDOCUMENT_DISPLAY CALL FUNCTION 'CHANGEDOCUMENT_DISPLAY' EXPORTING i_applicationid = g_applicationid flg_autocondense = 'X' i_objectclas = g_objekt TABLES i_cdred = gt_cdpos.

CHANGEDOCUMENT_READ_HEADERS CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS' EXPORTING objectclass = g_objekt objectid = g_objektid username = aenderer date_of_change = datum TABLES i_cdhdr = gt_cdhdr EXCEPTIONS no_position_found = 1 OTHERS = 2.

CHANGEDOCUMENT_READ_POSITIONS CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS' EXPORTING changenumber = g_number tablename = g_tabname IMPORTING header = gs_cdhdr TABLES editpos = gt_out_cdpos 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 RWRF_FOLUP_TYP_A_CHANGEDOC or its description.