SAP Reports / Programs | Structures Workbench | Defense Forces and Public Security | Structures Workbench(IS-DFS-OF-FDP) SAP IS

/ISDFPS/DISPLAY_MAT_OR_EQUI SAP ABAP Report - Material Level, Maintenance Level







/ISDFPS/DISPLAY_MAT_OR_EQUI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program /ISDFPS/DISP_MAT_SIT is used to display the stock in storage locations, MRP areas, and plants...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 /ISDFPS/DISPLAY_MAT_OR_EQUI 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 /ISDFPS/DISPLAY_MAT_OR_EQUI. "Basic submit
SUBMIT /ISDFPS/DISPLAY_MAT_OR_EQUI AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/DISPLAY_MAT_OR_EQUI 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: WERK = D .
Selection Text: LGORT = D .
Selection Text: BERID = D .
Selection Text: X_TREE = Structure Operation
Selection Text: X_STOCK = Stock
Selection Text: X_PROV = Provisions
Selection Text: X_MATBEW = Material Valuation View
Selection Text: X_KZNUL = Display Zero Stock Rows
Selection Text: X_INFRA = Infrastructure Material
Selection Text: X_FORCE = Force Element
Selection Text: WEGID = Evaluation Path
Selection Text: SELMATNR = Material Number
Selection Text: OBJID = Force Element
Title: Material Level, Maintenance Level
Text Symbol: 014 = Select Force Element
Text Symbol: 013 = (HU Storage Loc.:
Text Symbol: 012 = Infrastructure Material
Text Symbol: 011 = Maintenance Level
Text Symbol: 010 = Display Zero Stock Rows
Text Symbol: 009 = Restrictions
Text Symbol: 008 = Complete Plant
Text Symbol: 007 = Provisions
Text Symbol: 006 = Stock
Text Symbol: 005 = Evaluation Path
Text Symbol: 004 = Structure Operation
Text Symbol: 003 = Materials Management View
Text Symbol: 002 = Organizational Flexibility View
Text Symbol: 001 = Selection Params


INCLUDES used within this REPORT /ISDFPS/DISPLAY_MAT_OR_EQUI

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:

/ISDFPS/FORCE_READ_BY_LGORT CALL FUNCTION '/ISDFPS/FORCE_READ_BY_LGORT' EXPORTING i_werk = ls_storloc-plant i_lgort = ls_storloc-storage_loc IMPORTING e_force = ls_force_lgort.

/ISDFPS/FDP_LGORT_TO_BERID_GET CALL FUNCTION '/ISDFPS/FDP_LGORT_TO_BERID_GET' EXPORTING i_berid = ls_force-berid_p i_werks = ls_force-werks_p TABLES et_mdlg = lt_mdlg.

/ISDFPS/FDP_LGORT_TO_BERID_GET CALL FUNCTION '/ISDFPS/FDP_LGORT_TO_BERID_GET' EXPORTING i_berid = ls_force-berid_re i_werks = ls_force-werks_re TABLES et_mdlg = lt_mdlg.

/ISDFPS/FORCE_STRUC_GET CALL FUNCTION '/ISDFPS/FORCE_STRUC_GET' EXPORTING act_otype = ls_force-otype act_objid = objid act_wegid = wegid act_plvar = ls_force-plvar TABLES result_objec = lt_result_objec EXCEPTIONS no_plvar_found = 1 OTHERS = 2.

/ISDFPS/FORCE_READ_BY_LGORT CALL FUNCTION '/ISDFPS/FORCE_READ_BY_LGORT' EXPORTING i_werk = ls_storloc-plant i_lgort = ls_storloc-storage_loc IMPORTING e_force = ls_force_lgort.

/ISDFPS/FDP_LGORT_TO_BERID_GET CALL FUNCTION '/ISDFPS/FDP_LGORT_TO_BERID_GET' EXPORTING i_berid = ls_force-berid_p i_werks = ls_force-werks_p TABLES et_mdlg = lt_mdlg.

/ISDFPS/FDP_LGORT_TO_BERID_GET CALL FUNCTION '/ISDFPS/FDP_LGORT_TO_BERID_GET' EXPORTING i_berid = ls_force-berid_re i_werks = ls_force-werks_re TABLES et_mdlg = lt_mdlg.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sy-repid TABLES selection_table = lt_params EXCEPTIONS OTHERS = 0.

/ISDFPS/FDP_EQUI_STATUS_GET CALL FUNCTION '/ISDFPS/FDP_EQUI_STATUS_GET' EXPORTING i_equipment_only = x_eqonly i_stock_mat_new = lt_stocklist i_stock_list = lo_stock_list i_gui_title = text-011 i_grid_title = lv_grid_title_equi i_display_grid = 'X'.



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 /ISDFPS/DISPLAY_MAT_OR_EQUI or its description.