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

GDS_MATERIAL_EXTRACT SAP ABAP Report - Extraction of Materials in a GDS Scenario







GDS_MATERIAL_EXTRACT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to send materials by means of ALE to a GDS Console as part of a global data synchronization (GDS) scenario...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 GDS_MATERIAL_EXTRACT 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

GDS_MATERIAL_EXTRACT - Extraction of Materials for GDS


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 GDS_MATERIAL_EXTRACT. "Basic submit
SUBMIT GDS_MATERIAL_EXTRACT AND RETURN. "Return to original report after report execution complete
SUBMIT GDS_MATERIAL_EXTRACT 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: SP_TEST = D .
Selection Text: SP_MSGT = D .
Selection Text: SP_MPI = D .
Selection Text: SP_MDL = D .
Selection Text: SP_LOG = D .
Selection Text: SP_EXTRM = D .
Selection Text: SP_ERR = D .
Selection Text: SP_CHG = D .
Selection Text: SO_VTW = D .
Selection Text: SO_VKO = D .
Selection Text: SO_PLT = D .
Selection Text: SO_MTA = D .
Selection Text: SO_MGP = D .
Selection Text: SO_MAT = D .
Selection Text: SO_EAN = D .
Selection Text: SP_RCV = Recipient
Selection Text: SO_UOM = Unit of Measure
Title: Extraction of Materials in a GDS Scenario
Text Symbol: 005 = Change Pointers
Text Symbol: 004 = Transmission Settings
Text Symbol: 003 = Application Log
Text Symbol: 002 = Execution Mode
Text Symbol: 001 = Selection


INCLUDES used within this REPORT GDS_MATERIAL_EXTRACT

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:

GDS_MATERIAL_EXTRACT CALL FUNCTION 'GDS_MATERIAL_EXTRACT' EXPORTING is_selrange = ls_selrange iv_mode = sp_extrm iv_test = sp_test iv_loglevel = sp_log iv_mestyp = sp_msgt iv_rcvprn = sp_rcv iv_error_handling = sp_err iv_reorg_changepointers = sp_chg iv_slset = sy-slset iv_materials_per_idoc = sp_mpi iv_suppress_progress_indicator = lv_suppress_progress_indicator iv_message_deltaload = sp_mdl IMPORTING ct_bapireturn = lt_bapireturn ev_no_materials_found = lv_no_materials_found EXCEPTIONS wrong_call = 01 severe_error = 02 OTHERS = 03.



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