SAP Reports / Programs | Production Planning and Control | Repetitive Manufacturing(PP-REM) SAP PP

RMSERI7F SAP ABAP INCLUDE - documentation and ABAP source code







RMSERI7F 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 RMSERI7F 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 RMSERI7F. "Basic submit
SUBMIT RMSERI7F AND RETURN. "Return to original report after report execution complete
SUBMIT RMSERI7F 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 RMSERI7F

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:

RM_AGGR_BACKFLUSH CALL FUNCTION 'RM_AGGR_BACKFLUSH' STARTING NEW TASK P_N_TASKNAME DESTINATION IN GROUP P_C_GROUP_NAME PERFORMING RETURN_INFO ON END OF TASK EXPORTING WAKZD_IMP = P_P_WAKZD FLKZD_IMP = P_P_FLKZD KAPKZD_IMP = P_P_KAPKZD NO_DIALOG_IMP = CHARX EXT_COMMIT_IMP = ' ' COMMIT_WAIT_IMP = CHARX PZPKT_IMP = p_p_pzpkt TABLES MDBPRX = P_IT_MDBPR EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 RESOURCE_FAILURE = 3 INIT_ERROR = 4 GI_ERROR = 5 ACTIVITY_ERROR = 6 CAPA_ERROR = 7 PLANNED_ORDER_ERROR = 8 OTHERS = 9.

SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING GROUP_NAME = P_C_GROUP_NAME IMPORTING MAX_PBT_WPS = P_I_WP_TOTAL FREE_PBT_WPS = P_I_WP_FREE EXCEPTIONS INVALID_GROUP_NAME = 1 INTERNAL_ERROR = 2 PBT_ENV_ALREADY_INITIALIZED = 3 CURRENTLY_NO_RESOURCES_AVAIL = 4 NO_PBT_RESOURCES_FOUND = 5 CANT_INIT_DIFFERENT_PBT_GROUPS = 6 OTHERS = 7.

SPBT_GET_PP_DESTINATION CALL FUNCTION 'SPBT_GET_PP_DESTINATION' IMPORTING RFCDEST = P_TS_TASKLIST-RFCDEST.

SPBT_GET_PP_DESTINATION CALL FUNCTION 'SPBT_GET_PP_DESTINATION' IMPORTING RFCDEST = P_TASKLIST-RFCDEST.

SPBT_DO_NOT_USE_SERVER CALL FUNCTION 'SPBT_DO_NOT_USE_SERVER' EXPORTING SERVER_NAME = C_NAME EXCEPTIONS INVALID_SERVER_NAME = 1 NO_MORE_RESOURCES_LEFT = 2 PBT_ENV_NOT_INITIALIZED_YET = 3 OTHERS = 4.



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