SAP PRMINT_ZT Line Type for Internal Work - MCB Extractor Table data and field list

PRMINT_ZT 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 "Line Type for Internal Work - MCB Extractor" 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_PRMINT_ZT TYPE PRMINT_ZT.

The PRMINT_ZT table consists of various fields, each holding specific information or linking keys about Line Type for Internal Work - MCB Extractor data available in SAP. These include FISCVAR (Fiscal year variant), FISCYEAR (Fiscal year), FISCPER3 (Posting period), PLNTY (Task List Type)... 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. .

PRMINT_ZT structure Technical Details:

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


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PRMINT_ZT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FISCVARFiscal year variant RSFISCVARCHAR2RSFISCVAR
FISCYEARFiscal year RSFISCYEARNUMC4GJAHRGJAHR
FISCPER3Posting period RSFISCPER3NUMC3RSFISCPER3
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
SUMNRNode number of the superior operation SUMKNTNRNUMC8KNTNR
STEUSControl key STEUSCHAR4Assigned to domainSTEUS
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
LTXA1Operation short text LTXA1CHAR40TEXT40
SAKTOCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
MENGEConsumption quantity SMEGRQUAN15(3) MENGV8
MEINHUnit of Measure CO_MEINHUNIT3Assigned to domainCUNITMEINS
CURTYPECurrency Type COCURTYPECHAR2COCURTYPE
PREISNet Price in Purchasing Info Record IPREICURR11(2) WERT11
DATUMDate DATUMDATS8DATUM
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
ARBPLWork center ARBPLCHAR8ARBPLAGR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PAKETMaintenance Package Number PAKETZAEHLNUMC2Assigned to domainPAKZAE
SWGAmount SWKGRCURR15(2) WERTV8
WAERS_SWGCurrency Key RSCURRENCYCUKY5Assigned to domainWAERS
ZYKZTMaintenance package cycle/offset DZYK_ZEITFLTP16(16) FLTP
NOT_RELEVANTCheckbox XFELDCHAR1XFELD
DATE_TODate DATUMDATS8DATUM
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
KALSMCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM
ZSCHLOverhead key AUFZSCHLCHAR6CHAR6
STRATMaintenance strategy STRATCHAR6Assigned to domainWSTRASTRSTRAA
HIERANature of the maintenance packages (additional, replacement) HIERARCHIENUMC2NUM2
ZEIEHUnit for the performance of maintenance tasks DZEIEHUNIT3Assigned to domainCUNITMEINS
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
ANZZLNumber of capacities required ANZKAPINT13INT1
LARNTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS

Key field Non-key field



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

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

How to access SAP table PRMINT_ZT

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

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