SAP Reports / Programs

/MRSS/CAPACIT_POT_TIMEZONE_UPD SAP ABAP Report - Update the capacity pots when time zone is changed in customizing







/MRSS/CAPACIT_POT_TIMEZONE_UPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /MRSS/CAPACIT_POT_TIMEZONE_UPD 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 /MRSS/CAPACIT_POT_TIMEZONE_UPD. "Basic submit
SUBMIT /MRSS/CAPACIT_POT_TIMEZONE_UPD AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/CAPACIT_POT_TIMEZONE_UPD 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: P_FROM = Valid From
Selection Text: P_OBJID = Object ID
Selection Text: P_QUALCT = Qualification Category
Selection Text: P_TO = Valid To
Title: Update the capacity pots when time zone is changed in customizing
Text Symbol: 001 = Capacity Pot Object
Text Symbol: 002 = Capacity Pot Creation Period
Text Symbol: 003 = Valid From cannot be greater than valid to
Text Symbol: 004 = This program is not valid for Resource Scenario
Text Symbol: 005 = Timezone for the entered objects have not been changed. Nothing to update
Text Symbol: 006 = This program will delete all the capacity pots and links from the database.
Text Symbol: 007 = The capacity pots and links will be recreated only in the specified period.
Text Symbol: 008 = To avoid loss of data please archive the data first and then run this report.
Text Symbol: 009 = Do you want to continue with the execution of this report?
Text Symbol: 010 = Yes
Text Symbol: 011 = Processing Start
Text Symbol: 012 = No


INCLUDES used within this REPORT /MRSS/CAPACIT_POT_TIMEZONE_UPD

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:

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = ls_shlp-shlpname shlptype = ls_shlp-shlptype IMPORTING shlp = ls_shlp.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp multisel = 'X' TABLES return_values = lt_returntab.

/MRSS/POT_API_CREATE_MASS CALL FUNCTION '/MRSS/POT_API_CREATE_MASS' EXPORTING it_objid = lt_objid it_qualct = lt_qualct it_pot_intv = lt_pot_intv iv_start_ts = lv_start_ts iv_end_ts = lv_end_ts IMPORTING et_protocol = gt_protocol.

/MRSS/POT_QRFC_UPD_ALL CALL FUNCTION '/MRSS/POT_QRFC_UPD_ALL' EXPORTING it_affected_md = lt_affected_md.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = lv_text text_button_1 = 'Yes'(010) text_button_2 = 'No'(012) IMPORTING answer = gv_continue EXCEPTIONS text_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 /MRSS/CAPACIT_POT_TIMEZONE_UPD or its description.