SAP CSEVPERMIT PM: Communication struct. for permit determination in order Table data and field list

CSEVPERMIT 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 "PM: Communication struct. for permit determination in order" 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_CSEVPERMIT TYPE CSEVPERMIT.

The CSEVPERMIT table consists of various fields, each holding specific information or linking keys about PM: Communication struct. for permit determination in order data available in SAP. These include ILART (Maintenance activity type), ARTPR (Priority Type), PRIOK (Priority), IWERK (Maintenance Planning 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. .

CSEVPERMIT 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 CSEVPERMIT 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 CSEVPERMIT 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
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
ILARTMaintenance activity type ILACHAR3Assigned to domainILARTH_T350I
ARTPRPriority Type ARTPRCHAR2Assigned to domainARTPR
PRIOKPriority PRIOKCHAR1Assigned to domainPRIOKPRIOK
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
INGPRPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3Assigned to domainINGRPIHG
GEWRKObject ID of the Work Center LGWIDNUMC8Assigned to domainCR_OBJID
REVNRRevision for Plant Maintenance and Customer Service REVNICHAR8Assigned to domainREVNI
WARPLMaintenance Plan WARPLCHAR12Assigned to domainALPHAWARPLMPLMPLAL
WAPOSMaintenance item WAPOSCHAR16ALPHAPOSNUMPSMPOSL
IPHASMaintenance Processing Phase PM_PHASECHAR1PM_PHASE
PLKNZMaintenance order planning indicator AUF_PLKNZCHAR1AUF_PLKNZ
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
SERIALNRSerial Number GERNRCHAR18GERNRGERNRSER
SERMATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ABCKZABC indicator for technical object ABCKZCHAR1Assigned to domainABCKZ
SWERKMaintenance plant SWERKCHAR4Assigned to domainWERKSSWK
STORTLocation of maintenance object PMLOCCHAR10Assigned to domainAP_STAND
MSGRPRoom RAUMNRCHAR8CHAR8
BEBERPlant section BEBERCHAR3Assigned to domainBEBERBBE
PPSIDObject ID of PP work center PPSIDNUMC8Assigned to domainCR_OBJID
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
ANLNRMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLUNAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
PSPELWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
AUFNTNumber of superior network CO_TEILNETCHAR12Assigned to domainALPHAAUFNR
DAUFNStanding order number DAUFNCHAR12Assigned to domainALPHAAUFNRORDP
IKOSTENTotal(actual) maintenance costs DGESKOSISTCURR15(2) WERTV8
PKOSTENTotal plant maintenance costs (planned) DGESKOPLANCURR15(2) WERTV8
USER4Total maintenance costs (estimated) DGESKOSSCHCURR15(2) WERTV8
WAERSCurrency Key OWAERCUKY5Assigned to domainWAERSOWS
MATSVService product MATSVCHAR18Assigned to domainMATN1MATNRMATMAT1
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL

Key field Non-key field



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

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

How to access SAP table CSEVPERMIT

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

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