SAP Reports / Programs

RJPMPMIGRATION_CHECK SAP ABAP Report - IS-M: Data Consistency Checks (Publ./Edition) for Med.Prod.Migration







RJPMPMIGRATION_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Check data consistency of media product family and media products with corresponding publication and editions during media product migration...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 RJPMPMIGRATION_CHECK 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

JPMPMIG1 - IS-M: Med.Prod.Migration: Check Data


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 RJPMPMIGRATION_CHECK. "Basic submit
SUBMIT RJPMPMIGRATION_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RJPMPMIGRATION_CHECK 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: P_DRERZ = D Publication
Title: IS-M: Data Consistency Checks (Publ./Edition) for Med.Prod.Migration
Text Symbol: 100 = IS-M: Data Consistency Checks (Publ./Edition) for Med.Prod.Migration: Selection
Text Symbol: 101 = IS-M: Data Consistency Checks (Publ./Edition) for Med.Prod.Migration


INCLUDES used within this REPORT RJPMPMIGRATION_CHECK

INCLUDE MJ000TAL.
INCLUDE MJNUMTOP.
INCLUDE MJY00T03.
INCLUDE MJY00TC4.
INCLUDE MJD00TC1.
INCLUDE MJD00T03.
INCLUDE MJD00T05.
INCLUDE LJPISMDC1.
INCLUDE LJPISMDC2.
INCLUDE MJNUMMER.
INCLUDE MJY00F03.
INCLUDE MJY00FAT.
INCLUDE MJY0FA03.


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:

ISM_MP_MIGRATION_DATA_CHECK CALL FUNCTION 'ISM_MP_MIGRATION_DATA_CHECK' EXPORTING PUBLICATION = P_DRERZ MEDPRODFAM = P_MPFAM * XCHECK_ONLY_PUBLICATION = IMPORTING XERROR = XERROR TABLES PVA_TAB = PVA_TAB PROTOCOL_TAB = PROTOCOL_TAB.

ISM_MP_MIGRATION_CHECK_ALOG CALL FUNCTION 'ISM_MP_MIGRATION_CHECK_ALOG' EXPORTING DRERZ = P_DRERZ MSGNO_SHORT = P_MSGNO_SHORT MSGID_SHORT = P_MSGID_SHORT MSGV1_SHORT = P_MSGV1_SHORT MSGV2_SHORT = P_MSGV2_SHORT MSGV3_SHORT = P_MSGV3_SHORT MSGV4_SHORT = P_MSGV4_SHORT * XTEST = XTEST TABLES PROTOCOL_TAB = PROTOCOL_TAB.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = JPMG_CON_ALOG_OBJECT_MIG_CHECK OBJECT_ATTRIBUTE = CON_AUSBLENDEN SUBOBJECT = ' ' SUBOBJECT_ATTRIBUTE = CON_AUSBLENDEN EXTERNAL_NUMBER = EXTNUMBER * EXTERNAL_NUMBER_ATTRIBUTE = CON_ANZEIGEN SUPPRESS_SELECTION_DIALOG = CON_ANGEKREUZT DATE_FROM = DATE_MIN TIME_FROM = TIME_MIN DATE_TO = DATE_MAX TIME_TO = TIME_MAX TITLE_SELECTION_SCREEN = TEXT-100 TITLE_LIST_SCREEN = TEXT-101 COLUMN_SELECTION = CON_COLUMN_SELECTION EXTERNAL_NUMBER_DISPLAY_LENGTH = 45.

ISM_PUBL_MIGRATION_ACTIVECHECK CALL FUNCTION 'ISM_PUBL_MIGRATION_ACTIVECHECK' EXPORTING IN_PUBLICATION = P_DRERZ IMPORTING OUT_XMIGRATION_ACTIVE = xmigration_active OUT_JYTGOLIV = H_JYTGOLIV.



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