SAP Reports / Programs

/ISDFPS/MCHG_DEPLOYMENT SAP ABAP Report - Edit Stationing







/ISDFPS/MCHG_DEPLOYMENT 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 create, delete, or delimit deployments of force elements...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/MCHG_DEPLOYMENT 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

/ISDFPS/CDD_DEPLYMNT - Create, Delete, Delimit Deployment


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/MCHG_DEPLOYMENT. "Basic submit
SUBMIT /ISDFPS/MCHG_DEPLOYMENT AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/MCHG_DEPLOYMENT 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: SO_SUBTY = D .
Selection Text: GP_LTDEG = D .
Selection Text: GP_LNDEG = D .
Selection Text: GP_GEOLC = D .
Selection Text: GP_DMEND = D .
Selection Text: GP_CREND = D .
Selection Text: GP_CRBEG = D .
Selection Text: GP_ADRNO = D .
Selection Text: GP_TEST = Test Run
Selection Text: GP_DELIM = Delimit Stationing
Selection Text: GP_DELET = Delete Stationing
Selection Text: GP_CREAT = Create Stationing
Selection Text: GP_ALT = Altitude
Title: Edit Stationing
Text Symbol: S14 = Address Number to Be Replaced
Text Symbol: S13 = Select Measure
Text Symbol: S12 = Measure
Text Symbol: S11 = Create New Address
Text Symbol: S10 = Address
Text Symbol: S07 = Force Element ID
Text Symbol: S06 = M
Text Symbol: S05 = Sec
Text Symbol: S04 = Min
Text Symbol: S03 = °
Text Symbol: S02 = Force Element
Text Symbol: S01 = Stationing
Text Symbol: 008 = Geolocation of Address
Text Symbol: 007 = No
Text Symbol: 006 = Yes
Text Symbol: 005 = Continue?
Text Symbol: 004 = is adjusted for all users
Text Symbol: 003 = Using your entries of geocoordinates, the address number
Text Symbol: 002 = Display Subtype
Text Symbol: 001 = Display Address No.


INCLUDES used within this REPORT /ISDFPS/MCHG_DEPLOYMENT

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:

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