SAP Reports / Programs

/ISDFPS/MCHG_SUP_REL SAP ABAP Report - Support Relationships Mass Change







/ISDFPS/MCHG_SUP_REL 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 change the supply and maintenance relationships for multiple force elements at the same time...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_SUP_REL 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/MCHG_SUP_REL - Support Relationships Mass Change


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_SUP_REL. "Basic submit
SUBMIT /ISDFPS/MCHG_SUP_REL AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/MCHG_SUP_REL 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: GP_BEGDA = Start Date
Selection Text: GP_BEGZT = Start Time
Selection Text: GP_CRBGD = Start Date
Selection Text: GP_CRBGT = Start Time
Selection Text: GP_CREAT = Replace Assignment
Selection Text: GP_CREND = End Date
Selection Text: GP_CRENT = End Time
Selection Text: GP_CTZON = Time Zone
Selection Text: GP_DAMKI = Damage Type
Selection Text: GP_DEFLT = Standard
Selection Text: GP_DELET = Delete Assignment
Selection Text: GP_DELIM = Delimit Assignment
Selection Text: GP_DFMNT = Standard Maintenenance Worker
Selection Text: GP_DFSUP = Standard Supplier
Selection Text: GP_DIR_A = Relationship Characteristic A
Selection Text: GP_DIR_B = Relationship Characteristic B
Selection Text: GP_DMEND = End Date
Selection Text: GP_DMENT = End Time
Selection Text: GP_DTZON = Time Zone
Selection Text: GP_WFTZN = Workflow Time Zone
Selection Text: GP_WFTIM = Workflow Time
Selection Text: GP_WFDAT = Workflow Date
Selection Text: GP_TST = Test Run (No Changes)
Selection Text: GP_TEST = Test Run (No Changes)
Selection Text: GP_SVECT = Status Vector
Selection Text: GP_SUPPL = Maintenance Provider
Selection Text: GP_SUP = Supply
Selection Text: GP_SO_EX = External Material Group
Selection Text: GP_SO_DK = Damage Type
Selection Text: GP_PREV = Dynamic
Selection Text: GP_OTH = Support
Selection Text: GP_NEW = Dynamic
Selection Text: GP_MNT = Maintenance
Selection Text: GP_MAINT = Supplier
Selection Text: GP_EXTWG = External Material Group
Selection Text: GP_ENDZT = Finish Time
Selection Text: GP_ENDDA = End Date
Title: Support Relationships Mass Change





Text Symbol: ST5 = Rejected
Text Symbol: ST4 = Approved
Text Symbol: ST3 = Requested
Text Symbol: ST2 = Planned
Text Symbol: ST1 = Active
Text Symbol: S26 = Force Element ID
Text Symbol: 000 = *** OLD TEXT SYMBOLS (EHP5 Switch /ISDFPS/OF_SFWS_ADV_LOG Off) ***
Text Symbol: 001 = Support Relationship
Text Symbol: 002 = Type of Support
Text Symbol: 003 = Replacement Criteria
Text Symbol: 004 = Supply Relationship
Text Symbol: 005 = Maintenance Relationship
Text Symbol: 006 = Standard Supplier
Text Symbol: 007 = Standard Maintenenance Worker
Text Symbol: 008 = Previous Supplier
Text Symbol: 009 = New Supplier
Text Symbol: 010 = Previous Mainten. Engineer
Text Symbol: 011 = New Mainten. Engineer
Text Symbol: 012 = All
Text Symbol: 013 = Force Element
Text Symbol: 014 = Test Run
Text Symbol: 015 = External Material Group
Text Symbol: 016 = Damage Type
Text Symbol: 022 = Measure
Text Symbol: 023 = Select Measure
Text Symbol: S00 = *** NEW TEXT SYMBOLS (EHP5 - Switch /ISDFPS/OF_SFWS_ADV_LOG On) ***
Text Symbol: S01 = Relationship Characteristic (Direction)
Text Symbol: S02 = Support Relationships
Text Symbol: S03 = Is Supplier Of
Text Symbol: S04 = Maintains
Text Symbol: S05 = Supported
Text Symbol: S07 = Is Supplied By
Text Symbol: S08 = Is Maintained By
Text Symbol: S09 = Is Supported By
Text Symbol: S11 = Force Element
Text Symbol: S12 = Measure
Text Symbol: S13 = Select Measure
Text Symbol: S14 = Assignments
Text Symbol: S15 = New Supplier/Maintenance Worker/Supporter





Text Symbol: S16 = Previous Supplier/Maintenance Worker/Supporter
Text Symbol: S17 = As Standard Supplier
Text Symbol: S18 = for External Material Group
Text Symbol: S19 = As Standard Maintenance Provider
Text Symbol: S20 = for Damage Type
Text Symbol: S21 = Requested
Text Symbol: S22 = Approved
Text Symbol: S23 = Supply Relationships
Text Symbol: S24 = Maintenance Relationships
Text Symbol: S25 = Support Relationships


INCLUDES used within this REPORT /ISDFPS/MCHG_SUP_REL

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:

RH_EXIST_OBJECT CALL FUNCTION 'RH_EXIST_OBJECT' EXPORTING plvar = pchplvar otype = pchotype objid = so_osear-low 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/MCHG_SUP_REL or its description.