JPTMG0 SAP (IS-M: Media Product Issue Sequence) Table details

Dictionary Type: Table
Description: IS-M: Media Product Issue Sequence




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




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

JPTMG0 is a standard SAP Table which is used to store IS-M: Media Product Issue Sequence data and is available within R/3 SAP systems depending on the version and release level.

The JPTMG0 table consists of various fields, each holding specific information or linking keys about IS-M: Media Product Issue 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP JPTMG0 table 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

Key field Non-key field



How do I retrieve data from SAP table JPTMG0 using ABAP code

The following ABAP code Example will allow you to do a basic selection on JPTMG0 to SELECT all data from the table
DATA: WA_JPTMG0 TYPE JPTMG0.

SELECT SINGLE *
FROM JPTMG0
INTO CORRESPONDING FIELDS OF WA_JPTMG0
WHERE...

How to access SAP table JPTMG0

Within an ECC or HANA version of SAP you can also view further information about JPTMG0 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!