RMSERI35 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 RMSERI35 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PA_ENDAY = D Validity period end
Selection Text: PA_SINIT = D Initialization
Selection Text: PA_STDAY = D Validity per. start
Selection Text: PA_WERKS = D Plant
Selection Text: SO_AUFNR = D Run schedule header
Selection Text: SO_M01_F = D Production line
Selection Text: SO_M01_P = D Planning ID 1
Selection Text: SO_M02_P = D Planning ID 2
Selection Text: SO_MATNR = D Material
Selection Text: SO_VERID = D Production version
Title: Report for adjusting dep. reqmts according to the rep. point procedure
INCLUDE: RMSERI3I.
No SAP DATABASE tables are accessed within this REPORT code!
KK_F_PKOSA_FIND CALL FUNCTION 'KK_F_PKOSA_FIND' EXPORTING I_MATNR = sestax-MATNR I_WERKS = sestax-WERKS I_VERID = sestax-VERID I_REM = 'X' I_DATE = sy-datlo TABLES E_PKOSA = LT_PKOSA EXCEPTIONS OTHERS = 1.
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING APLID = MSG_APL_BACKFLUSH REFRESH_OLD_LOG = CHARX.
CM_F_INITIALIZE CALL FUNCTION 'CM_F_INITIALIZE' EXPORTING APLID = MSG_APL_BACKFLUSH REFRESH_OLD_LOG = ' '. "note 580043
CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING APPEND_SAME_MSG = CHARX ARBGB = MSGID * DISPO = ' ' * EKGRP = ' ' * KOKRS = ' ' * KOSTL = ' ' * LABOR = ' ' MSGNR = L_MSGNR MSGTY = MSGTY MSGV1 = MSGV1 MSGV2 = MSGV2 MSGV3 = MSGV3 MSGV4 = MSGV4 * MSG_ON_SCREEN = ' ' * OBJECT_DEPENDENT = ' ' * PLANR = ' ' * VAGRP = ' ' * WERKS = ' ' * CMFE_INTO_SMSG = ' ' EXCEPTIONS MESAGE_TYPE_NOT_VALID = 1 NO_SY_MESSAGE = 2 OTHERS = 3.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING APLID = MSG_APL_BACKFLUSH HEADLINE = TEXT-001.
CM_F_PROTOCOL_PRINT CALL FUNCTION 'CM_F_PROTOCOL_PRINT' EXPORTING APLID = MSG_APL_BACKFLUSH * HEADLINE = ' ' * NEW_LIST_ID = 'X' * OBJECT_ID = ' ' * ONLY_INFO = ' ' * ONLY_MSGTYP = ' ' * SORT_CRITERIA = ' ' * WITH_INFO = ' ' EXCEPTIONS NOT_ACTIVE = 1 NO_PROTOCOL = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMSERI35 - Report for adjusting dep. reqmts according to the rep. point procedure RMSERI35 - Report for adjusting dep. reqmts according to the rep. point procedure RMSERI31 - Backflush with Submit Logic RMSERI31 - Backflush with Submit Logic RMSERI20 - Update Planned Figures Statistics RMSERI20 - Update Planned Figures Statistics