JJTPE SAP (IS-M/AM: Production Units) Table details

Dictionary Type: Table
Description: IS-M/AM: Production Units




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




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

JJTPE is a standard SAP Table which is used to store IS-M/AM: Production Units data and is available within R/3 SAP systems depending on the version and release level.

The JJTPE table consists of various fields, each holding specific information or linking keys about IS-M/AM: Production Units data available in SAP. These include PRODEINH (IS-M: Production Unit), PLAN_PE (IS-M: Basic booking unit for ads (planned production unit)), PEVARARTPL (IS-M: Production Unit Variant Type (Planned)), PEVARARTTA (IS-M: Production Unit Variant Type (Actual)).. 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 or numeric)


SAP JJTPE 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 MANDTCLNT3T000MANDT
PRODEINHIS-M: Production Unit PRODEINHNUMC10PRODEINH
PLAN_PEIS-M: Basic booking unit for ads (planned production unit) PLAN_PECHAR10JJTPPEALPHAPLAN_PEJJ2
PEVARARTPLIS-M: Production Unit Variant Type (Planned) PEVARARTPLCHAR2TJJ31ALPHAPRODVARART
PEVARARTTAIS-M: Production Unit Variant Type (Actual) PEVARARTTACHAR2TJJ31ALPHAPRODVARART
VAVARTYPPLStandard issue variant type (planned) VAVARTYPPLCHAR2TJD05VAVARTYP
VAVARTYPTAActual issue variant type VAVARTYPTACHAR2TJD05VAVARTYPJDVAVARTYP
ERSCHDATPublication Date ERSCHDATDATS8DATUMJD9
HEFT_NRIS-M: Copy Number with Year HEFT_NRCHAR14PAM_PERIOD
SEITE_FORMIS-M: Page Format SEITE_FORMCHAR2TJJ01SEITE_FORM
XST_INHALTIS-M: Standard content (as planned) indicator XST_INHALTCHAR1XFELD
XMANUELLIS-M: Manual post-editing has taken place XMANUELLCHAR1XFELD
XGENMASCHIndicator: Object generated automatically XGENMASCHCHAR1XFELD
SEITEN_ANZIS-M: Number of Pages in Production Unit SEITEN_ANZNUMC8NUM8
PAPIERGEWWeight of Paper PAPIERGEWQUAN9(3) PAPIERGEW
MEINHPAGEWUnit of measure for weight of paper MEINHPAGEWUNIT3T006CUNITMEINS
BLATTGEWLeaf Weight BLATTGEWQUAN9(3) ISPMNG9
MEINHBLGEWUnit of weight for page weight MEINHBLGEWUNIT3T006CUNITMEINS
LOEVMDeletion Indicator LOEVMCHAR1XFELD
LOEKZAsset class marked for deletion LOEKZCHAR1XFELD
ERFUSERCreated By ERFUSERCHAR12USNAM
ERFDATECreated On ERFDATEDATS8DATUM
ERFTIMETime Created ERFTIMETIMS6UZEIT
ERFPROGProgram Used to Create Object ERFPROGCHAR40Assigned to domainPROGRAMM
AENUSERLast Changed By AENUSERCHAR12USNAM
AENDATEDate of Last Change AENDATEDATS8DATUM
AENTIMETime of Last Change AENTIMETIMS6UZEIT
AENPROGProgram that Made Last Change AENPROGCHAR40Assigned to domainPROGRAMM
DRERZTATActual Publication Delivered DRERZTATCHAR8Assigned to domainALPHADRERZJDCMJD1
PVATATActual edition delivered PVATATCHAR8Assigned to domainALPHAPVAJDDMJD2
BEZUGSTYPMix Type BEZUGSTYP_JE_PVACHAR2JDTBEZTYPBEZUGSTYP_JE_PVAJD3MJD7
BEVARTYPIS-M: BU Variant Type for Ad Inserts BEVT_SICHAR2Assigned to domainBEVT_SI
VAUSGBNRIssue VAUSGBCHAR10Assigned to domainALPHAVAUSGBJD8MJD4

Key field Non-key field



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

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

SELECT SINGLE *
FROM JJTPE
INTO CORRESPONDING FIELDS OF WA_JJTPE
WHERE...

How to access SAP table JJTPE

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