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

/MRSS/SGE_TIME_ALLOC_MIGRATF01 SAP ABAP INCLUDE - Include /MRSS/SGE_TIME_ALLOC_MIGRATF01







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


Text pool values


Title: Include /MRSS/SGE_TIME_ALLOC_MIGRATF01


INCLUDES used within this REPORT /MRSS/SGE_TIME_ALLOC_MIGRATF01

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:

/SAPAPO/LRP_RES_GET_TIMESPC_IR CALL FUNCTION '/SAPAPO/LRP_RES_GET_TIMESPC_IR' EXPORTING i_logsys = gs_admin_record-logsys i_awtyp = lv_awtyp i_global_timespec = 'X' i_global_resource = 'X' i_beg_tstmp = lv_beg_tstmp i_end_tstmp = lv_end_tstmp i_exceed_range = 'X' i_exceptions_only = 'X' TABLES it_timespec_types = gt_tspec_types it_resource_key = lt_resources et_resource_timespec = lt_tspec_wfm et_invalid_resources = lt_invalid_resources et_return = l_bapi_return EXCEPTIONS communication_failure = 1 system_failure = 2 error_message = 3 OTHERS = 99.

/SAPAPO/LRP_RES_GET_TIMESPC_IR CALL FUNCTION '/SAPAPO/LRP_RES_GET_TIMESPC_IR' DESTINATION gv_rfc_wfm EXPORTING i_logsys = gs_admin_record-logsys i_awtyp = lv_awtyp i_global_timespec = 'X' i_global_resource = 'X' i_beg_tstmp = lv_beg_tstmp i_end_tstmp = lv_end_tstmp i_exceed_range = 'X' i_exceptions_only = 'X' TABLES it_timespec_types = gt_tspec_types it_resource_key = lt_resources et_resource_timespec = lt_tspec_wfm et_invalid_resources = lt_invalid_resources et_return = l_bapi_return EXCEPTIONS communication_failure = 1 system_failure = 2 OTHERS = 99.

SUSR_USER_READ CALL FUNCTION 'SUSR_USER_READ' EXPORTING user_name = lv_planner_uid IMPORTING user_logondata = ls_user_data EXCEPTIONS user_name_not_exists = 1 internal_error = 2 OTHERS = 3.

/SAPAPO/LRP_TRANSACTION_ROLLB CALL FUNCTION '/SAPAPO/LRP_TRANSACTION_ROLLB' TABLES et_return = lt_return EXCEPTIONS transaction_error = 1 error_message = 2 OTHERS = 3.

/SAPAPO/LRP_TRANSACTION_ROLLB CALL FUNCTION '/SAPAPO/LRP_TRANSACTION_ROLLB' DESTINATION gv_rfc_wfm TABLES et_return = lt_return EXCEPTIONS transaction_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-010 is_layout = ls_layout it_fieldcat = lt_field_cat i_save = 'A' TABLES t_outtab = lt_alv_output EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lv_structure_name CHANGING ct_fieldcat = lt_field_catalog.



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