SAP Reports / Programs

WSD_REF_MATERIAL SAP ABAP Report - Program WSD_REF_MATERIAL







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

WSD_REFMAT - Definition reference materials


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 WSD_REF_MATERIAL. "Basic submit
SUBMIT WSD_REF_MATERIAL AND RETURN. "Return to original report after report execution complete
SUBMIT WSD_REF_MATERIAL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program WSD_REF_MATERIAL
Text Symbol: 001 = Key Data
Text Symbol: 002 = All Vendors
Text Symbol: 003 = All Subranges
Text Symbol: 004 = Material doesn't exist
Text Symbol: 010 = Delete Selected Entries
Text Symbol: 011 = Reference Material Maintenance
Text Symbol: 012 = Reference Material Maintenance
Text Symbol: 013 = Save Data
Text Symbol: 014 = Back
Text Symbol: 015 = Copy Entry
Text Symbol: 016 = Exit
Text Symbol: 017 = Cancel
Text Symbol: 018 = Display <-> Change
Text Symbol: 021 = Switch to Display Mode
Text Symbol: 022 = All entries will be lost. Do you want to cancel?
Text Symbol: 023 = Do you want to save chances before switching to display mode
Text Symbol: 024 = Save before quit
Text Symbol: 025 = Do you want to save changes before leaving the application?
Text Symbol: 026 = Cancel Transaction


INCLUDES used within this REPORT WSD_REF_MATERIAL

INCLUDE WSD_REF_MATERIAL_TOP . " GLOBAL DATA
INCLUDE WSD_REF_MATERIAL_F01.
INCLUDE WSD_REF_MATERIAL_F02.
INCLUDE WSD_REF_MATERIAL_F03.
INCLUDE WSD_REF_MATERIAL_F04.
INCLUDE WSD_REF_MATERIAL_F05.
INCLUDE WSD_REF_MATERIAL_F06.
INCLUDE WSD_REF_MATERIAL_F07.
INCLUDE WSD_REF_MATERIAL_F08.
INCLUDE WSD_REF_MATERIAL_F09.
INCLUDE WSD_REF_MATERIAL_F10.
INCLUDE WSD_REF_MATERIAL_F11.
INCLUDE WSD_REF_MATERIAL_F12.
INCLUDE WSD_REF_MATERIAL_F13.
INCLUDE WSD_REF_MATERIAL_F14.
INCLUDE WSD_REF_MATERIAL_F15.
INCLUDE WSD_REF_MATERIAL_F16.
INCLUDE WSD_REF_MATERIAL_F17.




INCLUDE WSD_REF_MATERIAL_O02.
INCLUDE WSD_REF_MATERIAL_O01.
INCLUDE WSD_REF_MATERIAL_I01.
INCLUDE WSD_REF_MATERIAL_F18.
INCLUDE WSD_REF_MATERIAL_F19.
INCLUDE WSD_REF_MATERIAL_F20.
INCLUDE WSD_REF_MATERIAL_F21.
INCLUDE WSD_REF_MATERIAL_I02.
INCLUDE WSD_REF_MATERIAL_I03.
INCLUDE WSD_REF_MATERIAL_F22.
INCLUDE WSD_REF_MATERIAL_F23.
INCLUDE WSD_REF_MATERIAL_I04.
INCLUDE WSD_REF_MATERIAL_F24.
INCLUDE WSD_REF_MATERIAL_F25.
INCLUDE WSD_REF_MATERIAL_F26.
INCLUDE WSD_REF_MATERIAL_F27.
INCLUDE WSD_REF_MATERIAL_F28.


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