I_DFS_EQUIPMENTBASICDEX

CDS View

Defense Equipment Extractor

I_DFS_EQUIPMENTBASICDEX is a CDS View in S/4HANA. Defense Equipment Extractor. It contains 38 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_DFS_EquipmentDEX view_entity from COMPOSITE Defense Equipment Extractor

Fields (38)

KeyField CDS FieldsUsed in Views
KEY Equipment Equipment 1
AcquisitionDate AcquisitionDate 1
AcquisitionValue AcquisitionValue 1
Batch Batch,MaterialSerialNumberStockBatch 1
CreationDate CreationDate 1
Currency Currency 1
DfsMaintActualConfiguration DfsMaintActualConfiguration 1
DfsMaintAreaDescription DfsMaintAreaDescription 1
DfsMaintAreaID DfsMaintAreaID 1
DfsMaintEquipmentType DfsMaintEquipmentType 1
DfsMaintEquipOplObjNmbr DfsMaintEquipOplObjNmbr 1
DfsMaintEquipOplStatusProfile DfsMaintEquipOplStatusProfile 1
DfsMaintEquipTechStatusProfile DfsMaintEquipTechStatusProfile 1
DfsMaintEquipTechStsPrflName DfsMaintEquipTechStsPrflName 1
DfsMaintIsForeignEquipment DfsMaintIsForeignEquipment 1
DfsMaintIsMasterEquipment DfsMaintIsMasterEquipment 1
DfsMaintMasterEquipTechObjNmbr DfsMaintMasterEquipTechObjNmbr 1
DfsMaintMeasuringPoint DfsMaintMeasuringPoint 1
DfsMaintModelDescription DfsMaintModelDescription 1
DfsMaintModelIdentification DfsMaintModelIdentification 1
DfsMaintPrioritizationCategory DfsMaintPrioritizationCategory 1
DfsMaintRemarkText DfsMaintRemarkText 1
DfsMaintSiteDescription DfsMaintSiteDescription 1
DfsMaintSiteID DfsMaintSiteID 1
DfsMaintTailNumber DfsMaintTailNumber 1
DfsMaintTechStsAggrgnIsStppd DfsMaintTechStsAggrgnIsStppd 1
DfsMaintUsagePrefPriority DfsMaintUsagePrefPriority 1
EquipmentCategory EquipmentCategory 1
ForceElementOrgID ForceElementOrgID 1
InventoryNumber InventoryNumber 1
LastChangeDate LastChangeDate 1
LastChangeDateTime LastChangeDateTime 1
MaintObjectInternalID MaintObjectInternalID 1
Material Material 1
OperationStartDate OperationStartDate 1
Plant Plant 1
StorageLocation StorageLocation 1
TechnicalObjectType TechnicalObjectType 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Defense Equipment Extractor
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_DFS_EQUIPMENTBASICDEX (
    EQUIPMENT,
    ACQUISITIONDATE,
    ACQUISITIONVALUE,
    BATCH,
    CREATIONDATE,
    CURRENCY,
    DFSMAINTACTUALCONFIGURATION,
    DFSMAINTAREADESCRIPTION,
    DFSMAINTAREAID,
    DFSMAINTEQUIPMENTTYPE,
    DFSMAINTEQUIPOPLOBJNMBR,
    DFSMAINTEQUIPOPLSTATUSPROFILE,
    DFSMAINTEQUIPTECHSTATUSPROFILE,
    DFSMAINTEQUIPTECHSTSPRFLNAME,
    DFSMAINTISFOREIGNEQUIPMENT,
    DFSMAINTISMASTEREQUIPMENT,
    DFSMAINTMASTEREQUIPTECHOBJNMBR,
    DFSMAINTMEASURINGPOINT,
    DFSMAINTMODELDESCRIPTION,
    DFSMAINTMODELIDENTIFICATION,
    DFSMAINTPRIORITIZATIONCATEGORY,
    DFSMAINTREMARKTEXT,
    DFSMAINTSITEDESCRIPTION,
    DFSMAINTSITEID,
    DFSMAINTTAILNUMBER,
    DFSMAINTTECHSTSAGGRGNISSTPPD,
    DFSMAINTUSAGEPREFPRIORITY,
    EQUIPMENTCATEGORY,
    FORCEELEMENTORGID,
    INVENTORYNUMBER,
    LASTCHANGEDATE,
    LASTCHANGEDATETIME,
    MAINTOBJECTINTERNALID,
    MATERIAL,
    OPERATIONSTARTDATE,
    PLANT,
    STORAGELOCATION,
    TECHNICALOBJECTTYPE,
    PRIMARY KEY (EQUIPMENT)
);