SAP Reports / Programs

RMPNAFTERUPGRADE SAP ABAP Report - Reconcilation Report After Upgradation







RMPNAFTERUPGRADE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report: MPN Conversion Reconciliation This is an additional report, which enables you to correct the entries of table MATERIALID after you have activated MPN Conversion in customizing...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMPNAFTERUPGRADE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MPN01 - MPN Conversion Reconcilation


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


Text pool values


Reconciliation report after upgradation
Selection Text: P_ALLENT = Update all Manufacturer Part
Selection Text: P_EREN = Update only affected entries
Selection Text: P_LOG = Show Log(For Erroneous Entry)
Selection Text: P_PKSIZE = Package Size
Selection Text: P_UPDT = Do not update database tables
Selection Text: SO_EMNFR = D Ext. manufacturer
Title: Reconcilation Report After Upgradation
Text Symbol: R02 = Update Criteria
Text Symbol: R03 = Package Size
Text Symbol: R04 = General Selection
Text Symbol: R10 = Processing, &1 of &2 records completed
Text Symbol: R11 = Getting environment data
Text Symbol: R12 = Log: MPN Conversion Reconciliation


INCLUDES used within this REPORT RMPNAFTERUPGRADE

INCLUDE: MPNUPGRADETOP.
INCLUDE MPNUPGRADE01.


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:

MPN01_CHECK_CONVEXT_ACTIVATED call function 'MPN01_CHECK_CONVEXT_ACTIVATED' importing convexit_activated = lv_convexit_activated * DELIMITER = * MPN_OUTLEN = .

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = * I_S_DISPLAY_PROFILE = * I_AMODAL = ' ' EXCEPTIONS OTHERS = 1.



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