SAP Reports / Programs

RMSERI35 SAP ABAP Report - Report for adjusting dep. reqmts according to the rep. point procedure







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


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


INCLUDES used within this REPORT RMSERI35

INCLUDE: RMSERI3I.


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:

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.



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