SAP Reports / Programs

RJPMPMIGRATION_PROT SAP ABAP Report - Log Display for Media Product Migration for Issues







RJPMPMIGRATION_PROT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display Application Log of Media Product Migration Media product migration (migration of M/SD products to media products) takes place in a number of steps for each publication...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_PROT 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

JPMPMIG_PROT - Logs of Media Product Migration


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_PROT. "Basic submit
SUBMIT RJPMPMIGRATION_PROT AND RETURN. "Return to original report after report execution complete
SUBMIT RJPMPMIGRATION_PROT 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_TO = Logs to
Selection Text: P_FROM = Logs from
Selection Text: P_DRERZ = D Publication
Title: Log Display for Media Product Migration for Issues
Text Symbol: 101 = Log of Media Product Migration for Issues


INCLUDES used within this REPORT RJPMPMIGRATION_PROT

No INCLUDES are used within this REPORT code!


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:

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = JPMG_CON_ALOG_OBJECT_MIG OBJECT_ATTRIBUTE = CON_AUSBLENDEN SUBOBJECT = ' ' SUBOBJECT_ATTRIBUTE = CON_AUSBLENDEN EXTERNAL_NUMBER = EXTNR "EXTERNAL_NUMBER_ATTRIBUTE = CON_ANZEIGEN DATE_FROM = P_FROM "JPSD_DATE_BEGIN " TIME_FROM = DATE_TO = P_TO "sy-datum "DATE_MAX "TIME_TO = TIME_MAX "TITLE_SELECTION_SCREEN = TEXT-100 TITLE_LIST_SCREEN = TEXT-101 COLUMN_SELECTION = CON_COLUMN_SELECTION SUPPRESS_SELECTION_DIALOG = 'X' EXTERNAL_NUMBER_DISPLAY_LENGTH = 45.



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