SAP Reports / Programs | Distributed Maintenance | Defense Forces and Public Security | Distributed Maintenance(IS-DFS-PM-DIS) SAP IS

/ISDFPS/PM_DIS_INST_UPS_CMD_DI SAP ABAP Report - Distributed Maintenance - Install UPS Commands for Equip. Dismantling







/ISDFPS/PM_DIS_INST_UPS_CMD_DI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to enter the following UPS commands in Customizing table /ISDFPS/PM_UPSC: EQUI_DISMANTLING Dismantle Equipment in Decentralized Systems FLOC_DISMANTLING Dismantle Functional Location in Decentralized Systems Distributed maintenance must be active in the current client...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/PM_DIS_INST_UPS_CMD_DI 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/PM_DIS_INST_UPS_CMD_DI. "Basic submit
SUBMIT /ISDFPS/PM_DIS_INST_UPS_CMD_DI AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/PM_DIS_INST_UPS_CMD_DI 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: $INSTALL = Install UPS Commands?
Title: Distributed Maintenance - Install UPS Commands for Equip. Dismantling
Text Symbol: 001 = Dismantle Equipment in Decentralized Systems
Text Symbol: 002 = Dismantle Functional Location in Decentralized Systems
Text Symbol: 010 = UPS command is already installed
Text Symbol: 011 = UPS commands could not be installed
Text Symbol: 013 = Error while accessing Transport Organizer
Text Symbol: 014 = Simulation run; UPS commands not installed
Text Symbol: 015 = Error while saving data: RC =
Text Symbol: 016 = UPS commands installed successfully
Text Symbol: 017 = Customizing table is currently being processed and therefore cannot be locked
Text Symbol: 018 = UPS commands are not yet installed


INCLUDES used within this REPORT /ISDFPS/PM_DIS_INST_UPS_CMD_DI

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/CHECK_DISTRIB_PM call function '/ISDFPS/CHECK_DISTRIB_PM' exceptions distributed_pm_not_activ = 1 others = 2.

TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting * iv_no_standard_editor = 'X' iv_no_show_option = 'X' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' importing we_order = lc_trkorr * WE_TASK = we_objects_appendable = lc_xcts tables wt_ko200 = lt_ko200 wt_e071k = lt_e071k tt_tadir = lt_tadir exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = lc_trkorr * iv_no_standard_editor = 'X' iv_no_show_option = 'X' importing we_order = lc_trkorr tables wt_ko200 = lt_ko200 wt_e071k = lt_e071k tt_tadir = lt_tadir exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.

ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting mode_rstable = 'E' tabname = '/ISDFPS/PM_UPSC' varkey = lc_tabkey exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting mode_rstable = 'E' tabname = '/ISDFPS/PM_UPSCT' varkey = lc_tabkey exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_TABLEE call function 'DEQUEUE_E_TABLEE' exporting mode_rstable = 'E' tabname = '/ISDFPS/PM_UPSC' varkey = lc_tabkey.

DEQUEUE_E_TABLEE call function 'DEQUEUE_E_TABLEE' exporting mode_rstable = 'E' tabname = '/ISDFPS/PM_UPSCT' varkey = lc_tabkey.



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