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

/MRSS/POT_MAINTENANCEF01 SAP ABAP INCLUDE - Subroutine Include







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


INCLUDES used within this REPORT /MRSS/POT_MAINTENANCEF01

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/MRSS/T_POT_WD_UI' CHANGING ct_fieldcat = pt_fieldcat.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = /mrss/if_pot_constants=>cv_icon_delete IMPORTING icon_id = ls_temp_data-lv_status EXCEPTIONS OTHERS = 0.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-002 text_question = text-003 text_button_1 = 'Yes' text_button_2 = 'No' display_cancel_button = abap_false IMPORTING answer = lv_answer.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = /mrss/if_pot_constants=>cv_icon_read IMPORTING icon_id = ls_pot_data-lv_status EXCEPTIONS OTHERS = 0.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = /mrss/if_pot_constants=>cv_icon_change IMPORTING icon_id = ls_temp_data-lv_status EXCEPTIONS OTHERS = 0.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-004 txt1 = text-010 txt2 = ''.

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.

RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = lt_msg_list i_txt = text-005.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = /mrss/if_pot_constants=>cv_icon_create IMPORTING icon_id = ls_pot_output_ui-lv_status EXCEPTIONS OTHERS = 0.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = /mrss/if_pot_constants=>cv_icon_read IMPORTING icon_id = ls_pot_output_ui-lv_status EXCEPTIONS OTHERS = 0.

/MRSS/SGE_EMPLOYEE_TO_RESOURCE CALL FUNCTION '/MRSS/SGE_EMPLOYEE_TO_RESOURCE' EXPORTING persno = lv_pernr IMPORTING lrp_resource = lv_rkey_hr.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'INTERVAL_ID' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = '/MRSS/T_POT_WD_UI-INTERVAL_ID' stepl = sy-stepl value_org = 'S' TABLES value_tab = lt_pot_intv return_tab = lt_returntab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 text_question = text-007 text_button_1 = 'Yes' text_button_2 = 'No' display_cancel_button = abap_false IMPORTING answer = pv_answer.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = /mrss/cl_sgu_constants=>c_sgu_shlp_bupa_1 TABLES return_tab = lt_retval.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = /mrss/cl_sgu_constants=>c_sgu_shlp_pers_1 TABLES return_tab = lt_retval.

RHF4_RFC_FIELD_VALUE_REQUEST CALL FUNCTION 'RHF4_RFC_FIELD_VALUE_REQUEST' DESTINATION lv_hcm_dest EXPORTING tabname = space fieldname = space searchhelp = /mrss/cl_sgu_constants=>c_sgu_shlp_pers_1 TABLES return_tab = lt_retval EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.



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