JIT_PRINT_DATA SAP (JIT: Print Data for Components) Structure details

Dictionary Type: Structure
Description: JIT: Print Data for Components




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




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

JIT_PRINT_DATA 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 "JIT: Print Data for Components" 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_JIT_PRINT_DATA TYPE JIT_PRINT_DATA.

The JIT_PRINT_DATA table consists of various fields, each holding specific information or linking keys about JIT: Print Data for Components data available in SAP. These include AUFWG (Order path), STSOR (Sort String), MATNR (Material Number), WERKS (Plant).. 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 or numeric)


SAP JIT_PRINT_DATA 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
AUFSTOrder level AUFSTNUMC2AUFST
AUFWGOrder path AUFWGNUMC2AUFWG
STSORSort String SORTPCHAR10CHAR10
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BDARTRequirement type BDARTCHAR2BDARTBDA
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
POSNRBOM Item Number SPOSNCHAR4NUMCVSPOSN
DUMPSPhantom item indicator DUMPSCHAR1XFELD
INPOSIndicator: intra material INPOSCHAR1XFELD
SGTPSBulk material indicator SGTPSCHAR1XFELD
BDMNGRequirement Quantity BDMNGQUAN13(3) MENG13
LAGMEBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ESMNGUsage quantity per order unit of measure ESMNGFLTP16(16) ESMNG
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
ERFMGRequirement quantity of the component CO_MENGEQUAN13(3) MENGV13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
FMENGQuantity is Fixed FMENGCHAR1XFELD
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
ROHPSVariable-sized item indicator ROHPSCHAR1XFELD
ROANZNumber of variable-size items ROANZQUAN13(3) MENG13
ROMNGQuantity of variable-size item ROMENQUAN13(3) MENG13
ROMEIUnit of measure for sizes 1 to 3 ROMEIUNIT3Assigned to domainCUNITMEINS
ROMS1Size 1 ROMS1QUAN13(3) MENG13
ROMS2Size 2 ROMS2QUAN13(3) MENG13
ROMS3Size 3 ROMS3QUAN13(3) MENG13
LGPROIssue Storage Location LGPROCHAR4Assigned to domainLGORT
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
AUSMEUnit of issue AUSMEUNIT3Assigned to domainCUNITMEINS
STLTXLanguage: The long text was stored in this language LTXSPLANG1Assigned to domainISOLASPRAS
SGTX1Text, length 40 TXT40CHAR40TEXT40
SGTX2Text, length 40 TXT40CHAR40TEXT40
NOMNGRequired quantity NOMNGQUAN13(3) MENG13
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
BAUGRMaterial number of higher-level assembly BAUGRCHAR18Assigned to domainMATN1MATNR
BAUSTAssembly order level BAUSTNUMC2AUFST
BAUWGAssembly order path BAUWGNUMC2AUFWG
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISVFMRP procedure DISVFCHAR1DISVF
DISSTLow-Level Code DISSTCHAR3DISST
MISKZMixed MRP indicator MISKZCHAR1MISKZ
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
MTAKZDiscontinuation indicator KZAUSCHAR1KZAUS
MTADTEffective-Out Date AUSDTDATS8DATUM
MTNMTFollow-Up Material NFMATCHAR18Assigned to domainMATN1MATNRMAT
ARBPLWork center ARBPLCHAR8ARBPLAGR
KTEXTWork center description KTXT40CHAR40TEXT40
JINUMCall Number JIT_ABNUMNUMC10Assigned to domainJIT_ABNUM
POSIDComponents Group Number JIT_POSIDNUMC10Assigned to domainJIT_POSID
MATIDInternal JIT Material Number for Call Components JIT_MATIDNUMC6Assigned to domainJIT_MATID

Key field Non-key field



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

As JIT_PRINT_DATA 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 JIT_PRINT_DATA as there is no data to select.

How to access SAP table JIT_PRINT_DATA

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