/ISDFPS/EQUZ SAP (Structure for Table EQUZ) Structure details

Dictionary Type: Structure
Description: Structure for Table EQUZ




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




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

/ISDFPS/EQUZ 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 Table EQUZ" 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_/ISDFPS/EQUZ TYPE /ISDFPS/EQUZ.

The /ISDFPS/EQUZ table consists of various fields, each holding specific information or linking keys about Structure for Table EQUZ data available in SAP. These include MANDT (Client), EQUNR (Equipment Number), DATBI (Valid To Date), EQLFN (Consecutive numbering of EquipUsagePeriods 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ISDFPS/EQUZ 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
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 structure /ISDFPS/EQUZ using ABAP code?

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

How to access SAP table /ISDFPS/EQUZ

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