SAP Reports / Programs | Cross-Application Components | SAP Multiresource Scheduling(CA-MRS) SAP CA

/MRSS/CUP_RESOURCE SAP ABAP Report - Deletion of Resources







/MRSS/CUP_RESOURCE 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 delete resource data in 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/CUP_RESOURCE 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/DELETE_RESOURC - Deletion of MRS Resources


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/CUP_RESOURCE. "Basic submit
SUBMIT /MRSS/CUP_RESOURCE AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/CUP_RESOURCE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Deletion of Resources
Text Symbol: T16 = Error Description
Text Symbol: T15 = Object ID/Personnel Resource ID/Tool ID
Text Symbol: T14 = Resource Description
Text Symbol: T13 = Status
Text Symbol: T12 = Tool ID
Text Symbol: T11 = Delete Tool Data
Text Symbol: T10 = Delete Entire Resource
Text Symbol: T09 = Personnel Number
Text Symbol: T08 = Delete Personnel Resource Data
Text Symbol: T07 = Object ID
Text Symbol: T06 = Delete Team Data
Text Symbol: T05 = Delete All Data Created Before
Text Symbol: T04 = Logging Profile
Text Symbol: T03 = Store Log File
Text Symbol: T02 = Production Mode
Text Symbol: T01 = Display Results
Text Symbol: T00 = Package Size
Text Symbol: 095 = &1 tool(s) can not be deleted
Text Symbol: 090 = Deletion of &1 tool(s) has failed
Text Symbol: 085 = &1 personnel resource(s) can not be deleted
Text Symbol: 080 = Deletion of &1 personnel resource(s) has failed
Text Symbol: 075 = &1 team(s) can not be deleted
Text Symbol: 070 = Deletion of &1 team(s) has failed
Text Symbol: 065 = &1 tool(s) can be deleted
Text Symbol: 060 = &1 tool(s) were deleted
Text Symbol: 055 = &1 personnel resource(s) can be deleted
Text Symbol: 050 = &1 personnel resource(s) were deleted
Text Symbol: 045 = &1 team(s) can be deleted
Text Symbol: 040 = &1 team(s) were deleted
Text Symbol: 035 = Simulation Test Summary
Text Symbol: 030 = Deletion Summary
Text Symbol: 020 = Object Deletion Settings
Text Symbol: 010 = General Settings


INCLUDES used within this REPORT /MRSS/CUP_RESOURCE

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