PRMCOLL SAP (Structure for All Cost Tables - MCB Extractor) Structure details

Dictionary Type: Structure
Description: Structure for All Cost Tables - MCB Extractor




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




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

PRMCOLL 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 "Structure for All Cost Tables - 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_PRMCOLL TYPE PRMCOLL.

The PRMCOLL table consists of various fields, each holding specific information or linking keys about Structure for All Cost Tables - MCB Extractor data available in SAP. These include FISCYEAR (Fiscal year), FISCPER3 (Posting period), PLNTY (Task List Type), PLNNR (Key for Task List Group).. 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 PRMCOLL 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
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

Key field Non-key field



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

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

How to access SAP table PRMCOLL

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