RJP_MG1_CHANGE SAP (IS-M: Default Values for Media Issue Delivery Sequence) Structure details

Dictionary Type: Structure
Description: IS-M: Default Values for Media Issue Delivery Sequence




ABAP Code to SELECT data from RJP_MG1_CHANGE
Related tables to RJP_MG1_CHANGE
Access table RJP_MG1_CHANGE




Structure field list including key, data, relationships and ABAP select examples

RJP_MG1_CHANGE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-M: Default Values for Media Issue Delivery Sequence" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RJP_MG1_CHANGE TYPE RJP_MG1_CHANGE.

The RJP_MG1_CHANGE table consists of various fields, each holding specific information or linking keys about IS-M: Default Values for Media Issue Delivery Sequence data available in SAP. These include MANDT (Client), MED_PROD (Higher-Level Media Product), MPG_LFDNR (Sequence number of media issue within issue sequence), MATNR (Media Issue).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RJP_MG1_CHANGE structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
MED_PRODHigher-Level Media Product ISMREFMDPRODCHAR18Assigned to domainMATN1MATNRMJP_MEDPROD
MPG_LFDNRSequence number of media issue within issue sequence MPG_LFDNRNUMC6NUMC6
MATNRMedia Issue ISMMATNR_ISSUECHAR18Assigned to domainMATN1MATNRJP_ISSMJP_MEDISS
ISMPUBLDATEPublication Date ISMPUBLDATEDATS8DATUM
ISMISSUETYPESTIssue Variant Type - Standard (Planned) ISMAUSGVARTYPPLCHAR2TJD05VAVARTYP
ISMISSUETYPEACIssue Variant Type - Actual ISMAUSGVARTYPTACHAR2TJD05VAVARTYP
ISMCOPYNRCopy Number of Media Issue ISMHEFTNUMMERCHAR9HEFTNUMMER
ISMNRINYEARIssue Number (in Year Number) ISMNRIMJAHRCHAR4ALPHAJNRIMJAHR
ISMYEARNRMedia issue year number ISMJAHRGANGNUMC4JAHRGANG
ISMPERRULEFrequency for Media Products ISMPERREGELCHAR5Assigned to domainALPHAPERREGEL_MP
ISMFKALIDFactory Calendar for Production ISMFKALIDCHAR2Assigned to domainWFCID
ISMMATNR_PATTERNIS-M: Template Material for Media Product Generation ISMMATNR_PATTERNCHAR18MARAMATN1MATNRMJP_MEDISS
XGENERATEIS-M: Media issue being created or already exists XGENERATECHAR1XFELD
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
XMARAEXISTIS-M: Media Issue Already Exists on Database XMARAEXISTCHAR1XFELD
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
XARCHIVEMedia Issue Is Archived or to Be Archived XISSUESEQ_ARCHIVECHAR1XFELD
VPSTAMaintenance status of complete material VPSTACHAR15PSTAT
MARKCheckbox XFELDCHAR1XFELD
STAT_AMPELStatus Indicator for Media Issues in Issue Sequence STAT_AMPEL_MPGCHAR132SYCHAR132
XDBEXISTIS-M: Media issue already exists on database XDBEXISTCHAR1XFELD
XPLAN_HORIZONTCheckbox XFELDCHAR1XFELD
PLAN_ICON_MPGStatus Visualization for Quantity Plan Horizon PLAN_ICON_MPGCHAR132SYCHAR132
ARCHIVE_ICONIndicator for Archived Media Issue ARCHIVE_ICONCHAR132SYCHAR132
XSET_DEFAULTIS-M: Set default values for media issue XSET_DEFAULTCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure RJP_MG1_CHANGE using ABAP code?

As RJP_MG1_CHANGE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RJP_MG1_CHANGE as there is no data to select.

How to access SAP table RJP_MG1_CHANGE

Within an ECC or HANA version of SAP you can also view further information about RJP_MG1_CHANGE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!