SAP Reports / Programs

/ISDFPS/PM_DIS_BROADCAST_DISM SAP ABAP Report - Distributed Maintenance: Distribute Equipment/FLoc Dismantling







/ISDFPS/PM_DIS_BROADCAST_DISM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use report /ISDFPS/PM_DIS_BROADCAST_DISM to distribute dismantled equipment and functional locations from object structures to all systems in a system group...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_BROADCAST_DISM 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_BROADCAST_DISM. "Basic submit
SUBMIT /ISDFPS/PM_DIS_BROADCAST_DISM AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/PM_DIS_BROADCAST_DISM 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: $CHECK = Start Distribution?
Title: Distributed Maintenance: Distribute Equipment/FLoc Dismantling
Text Symbol: 009 = Distributed maintenance is not active; processing not possible
Text Symbol: 010 = No data specified for distribution
Text Symbol: 011 = Starting distribution for logical system
Text Symbol: 012 = No data was selected.
Text Symbol: 013 = Following UPS package created:


INCLUDES used within this REPORT /ISDFPS/PM_DIS_BROADCAST_DISM

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.

OWN_LOGICAL_SYSTEM_GET call function 'OWN_LOGICAL_SYSTEM_GET' importing own_logical_system = gc_logsys_current exceptions others = 0.

/ISDFPS/ALE_GET_CENTRAL_SYSTEM call function '/ISDFPS/ALE_GET_CENTRAL_SYSTEM' exporting system = gc_logsys_current importing central_system = gc_logsys_central is_central = lc_xcentral exceptions entry_not_exist = 0.

FORMAT_MESSAGE call function 'FORMAT_MESSAGE' exporting id = ls_message-id lang = sy-langu no = ls_message-number v1 = ls_message-message_v1 v2 = ls_message-message_v2 v3 = ls_message-message_v3 v4 = ls_message-message_v4 importing msg = lc_mtext exceptions not_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 /ISDFPS/PM_DIS_BROADCAST_DISM or its description.