EQUZ SAP (Equipment time segment) Table details

Dictionary Type: Table
Description: Equipment time segment




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




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

EQUZ is a standard SAP Table which is used to store Equipment time segment data and is available within R/3 SAP systems depending on the version and release level.

The EQUZ table consists of various fields, each holding specific information or linking keys about Equipment time segment data available in SAP. These include EQUNR (Equipment Number), DATBI (Valid To Date), EQLFN (Consecutive numbering of EquipUsagePeriods on same day), EQUZN (Number of next EquipUsagePeriod on same day).. 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 EQUZ 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
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
DATBIValid To Date DATBIDATS8DATUM
EQLFNConsecutive numbering of EquipUsagePeriods on same day EQLFNNUMC3NUM03EQL
EQUZNNumber of next EquipUsagePeriod on same day EQNNRNUMC3NUM03
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
TIMBIEquipment usage period time stamp TIMBITIMS6ZEITBI
ESTAISAP Development Reserve: Format CHAR, Length 1 RESERVE_CHAR_001CHAR1CHAR1
ESTAESAP Development reserve: Format CHAR, length 4 RESERVE_CHAR_004CHAR4CHAR4
STNAMSAP Development Reserve: Format CHAR, Length 12 RESERVE_CHAR_012CHAR12CHAR12
LVORMSAP Development Reserve: Format CHAR, Length 1 RESERVE_CHAR_001CHAR1CHAR1
DATABValid-From Date DATABDATS8DATUM
IWERKMaintenance Planning Plant IWERKCHAR4T399IWERKSIWK
IWERKIData origin indicator INHERCHAR1INHER
SUBMTConstruction type material of the object SUBMTCHAR18MARAMATN1MATNRMAT
MAPARManufacturer part number MAPARCHAR30MAPAR
HEQUISuperordinate Equipment HEQUICHAR18EQUIALPHAEQUNR
HEQNREquipment position at InstallLoc (Superior Equip./FunctLoc) HEQNRCHAR4CHAR4
INGRPPlanner Group for Customer Service and Plant Maintenance INGRPCHAR3T024IINGRPIHG
INGRPIData origin indicator INHERCHAR1INHER
PM_OBJTYObject Type of CIM Resources for Work Center PM_OBJTYCHAR2CR_OBJTY
GEWRKObject ID of the Work Center LGWIDNUMC8CRIDCR_OBJID
GEWRKIData origin indicator INHERCHAR1INHER
TIDNRTechnical identification number TIDNRCHAR25TIDNR
TIDNRIData origin indicator INHERCHAR1INHER
ILOANLocation and account assignment for technical object ILOANCHAR12ILOAILOAN
KUND1Customer number KUND1CHAR10KNA1ALPHAKUNNR
KUND2End customer number KUND2CHAR10KNA1ALPHAKUNNR
KUND3Operator KUND3CHAR10KNA1ALPHAKUNNR
LIZNREquipment license number LIZNRCHAR20CHAR20
RBNRCatalog Profile RBNRCHAR9T352BRBNR
EZDATDate, intended for SAP internal use EQDATDATS8DATUM
EZBERTechnical information, intended for SAP internal use EQBERCHAR30CHAR30
EZNUMNumerical field, intended for SAP internal use EQNUMNUMC9NUM9
RBNR_IData origin indicator INHERCHAR1INHER
IBLNRPhysical Inventory Document IBLNRCHAR10ALPHABELNRIBN
BLDATDocument Date in Document BLDATDATS8DATUM
PVS_FOCUSInternal Identification for PVS Objects PVS_GUID_CCCRAW16SYSUUID
PPEGUIDInternal Identification for PVS Objects PVS_GUID_CCCRAW16SYSUUID
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
FUNCIDFunction Identifier CCC_FUNCIDCHAR40CHAR40
FRCFITIndicator: Forced Installation/Dismantling CCC_FRCFITCHAR1XCHAR
FRCRMVForce Dismantling Flag CCC_FRCRMVCHAR1XCHAR
.INCLU--AP 0
PVS_NODEInternal Number of iPPE Node PVS_PNGUIDRAW16SYSUUID
PVS_OTYPEiPPE Object Type PVS_OTYPECHAR1PVS_OTYPE
PVS_APPLOBJ_TYPEApplication Object Type for iPPE PVS_APPLOBJ_TYPECHAR4PVS_APPLOBJ_TYPE
TOP_EQUIEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TOP_EQUI_FLAGCheckbox XFELDCHAR1XFELD
.INCLU--AP 0
J_3GEIGNEROwner J_3GEIGNERCHAR12J_3GEIVERSJ_3GEIGVERJ_3GEE
J_3GVERWALAdministrator J_3GVERWALCHAR12J_3GEIVERSJ_3GEIGVERJ_3GEV
J_3GPMAUFEPM Order Number (Owner) J_3GPMAUFECHAR12AUFKALPHAAUFNRANR
J_3GPMAUFVPM Order Number (Administrator) J_3GPMAUFVCHAR12AUFKALPHAAUFNRANR
J_3GPACHTLeasing Type J_3GPACHTCHAR1J_3GKZPACH

Key field Non-key field



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

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

SELECT SINGLE *
FROM EQUZ
INTO CORRESPONDING FIELDS OF WA_EQUZ
WHERE...

How to access SAP table EQUZ

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