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
Below is a list of transaction codes which are relevant to this SAP report
JPMPMIG1 - IS-M: Med.Prod.Migration: Check Data
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJPMPMIGRATION_CHECK - IS-M: Data Consistency Checks (Publ./Edition) for Med.Prod.Migration RJPMPMIGRATION_CHECK - IS-M: Data Consistency Checks (Publ./Edition) for Med.Prod.Migration RJPMPMIGRATION - IS-M: Media Product Migration for Issues RJPMPMIGRATION - IS-M: Media Product Migration for Issues RJPMPMIDCODEADD_CHANGE - RJPMPMIDCODEADDCHANGE RJPMPMIDCODEADD_ADD - RJPMPMIDCODEADDADD