SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Maintenance Orders(PM-WOC-MO) SAP PM

/MRSS/SG_MAINTAIN_TEAMS SAP ABAP Report - Team Maintenance







/MRSS/SG_MAINTAIN_TEAMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can execute this report to create, change or delete a team without using the planning board of SAP Multiresource Scheduling ...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 /MRSS/SG_MAINTAIN_TEAMS 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

/MRSS/PLBTEAM - Team Maintenance


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 /MRSS/SG_MAINTAIN_TEAMS. "Basic submit
SUBMIT /MRSS/SG_MAINTAIN_TEAMS AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/SG_MAINTAIN_TEAMS 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_RES = D .
Selection Text: SO_ORDER = D .
Selection Text: SO_ONC = D .
Selection Text: SO_ORG3 = Organizational Unit
Selection Text: SO_ORG2 = Resource Planning Node
Selection Text: SO_ORG = Resource Planning Node
Selection Text: SO_DAT_3 = Period for On-Call
Selection Text: SO_DAT_2 = Period for Demands
Selection Text: SO_DAT_1 = Period for Resources
Selection Text: P_TITLE = Team Maintenance
Selection Text: P_ALL = Include On-Call
Title: Team Maintenance
Text Symbol: T42 = Resource ID
Text Symbol: T41 = Person Responsible
Text Symbol: T40 = Unsaved data will be lost. Do you want to save your data first?
Text Symbol: T39 = Confirmat. Prompt
Text Symbol: T33 = Members
Text Symbol: T32 = Delete Team
Text Symbol: T31 = Create Team
Text Symbol: T30 = Team Selection
Text Symbol: T29 = Text on Title Bar
Text Symbol: T24 = Resource Selection
Text Symbol: T21 = No Default Variant Found
Text Symbol: T20 = Default Variant Loaded
Text Symbol: 042 = Log Team Mainten.


INCLUDES used within this REPORT /MRSS/SG_MAINTAIN_TEAMS

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