_FIXEDASSET

_FIXEDASSET is an SAP database table in S/4HANA. It contains 48 fields.

Fields (48)

KeyField CDS FieldsUsed in Views
_AssetAccountDetermination _AssetAccountDetermination 1
_AssetClass _AssetClass 2
_AssetCountryOfOrigin _AssetCountryOfOrigin 1
_FixedAssetGroup _FixedAssetGroup 2
_Group1AssetEvaluationKey _Group1AssetEvaluationKey 2
_Group2AssetEvaluationKey _Group2AssetEvaluationKey 2
_Group3AssetEvaluationKey _Group3AssetEvaluationKey 2
_Group4AssetEvaluationKey _Group4AssetEvaluationKey 2
_Group5AssetEvaluationKey _Group5AssetEvaluationKey 2
_InvestmentOrder _InvestmentOrder 2
_PartnerCompany _PartnerCompany 1
_Supplier _Supplier 1
AccountIsBlockedForPosting AccountIsBlockedForPosting 1
AccountIsMarkedForDeletion AccountIsMarkedForDeletion 1
AssetAccountDetermination AssetAccountDetermination 17
AssetAdditionalDescription AssetAdditionalDescription 5
AssetAuthorizationContext AssetAuthorizationContext 16
AssetClass AssetClass 18
AssetCountryOfOrigin AssetCountryOfOrigin 3
AssetManufacturerName AssetManufacturerName 3
AssetScreenLayout AssetScreenLayout 1
AssetSerialNumber AssetSerialNumber 2
AssetSupplierName AssetSupplierName 8
AssetUnderConstIsInvmtMsr AssetUnderConstIsInvmtMsr 3
BaseUnit BaseUnit 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
FixedAssetDescription FixedAssetDescription 50
FixedAssetExternalID FixedAssetExternalID 5
FixedAssetGroup FixedAssetGroup 3
Group1AssetEvaluationKey Group1AssetEvaluationKey 14
Group2AssetEvaluationKey Group2AssetEvaluationKey 14
Group3AssetEvaluationKey Group3AssetEvaluationKey 14
Group4AssetEvaluationKey Group4AssetEvaluationKey 14
Group5AssetEvaluationKey Group5AssetEvaluationKey 14
Inventory Inventory 5
InventoryIsCounted InventoryIsCounted 2
InvestmentOrder InvestmentOrder 2
InvestmentProjectWBSElement InvestmentProjectWBSElement,WBSElementInternalID 3
InvestmentReason InvestmentReason 1
IsLineItemSettled IsLineItemSettled 3
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
LastInventoryDate LastInventoryDate 2
LastRetirementValueDate LastRetirementValueDate 1
OriginalAcquisitionFiscalYear OriginalAcquisitionFiscalYear 1
PartnerCompany PartnerCompany 1
Supplier AssetSupplier,Supplier 19

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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _FIXEDASSET (
    _ASSETACCOUNTDETERMINATION,
    _ASSETCLASS,
    _ASSETCOUNTRYOFORIGIN,
    _FIXEDASSETGROUP,
    _GROUP1ASSETEVALUATIONKEY,
    _GROUP2ASSETEVALUATIONKEY,
    _GROUP3ASSETEVALUATIONKEY,
    _GROUP4ASSETEVALUATIONKEY,
    _GROUP5ASSETEVALUATIONKEY,
    _INVESTMENTORDER,
    _PARTNERCOMPANY,
    _SUPPLIER,
    ACCOUNTISBLOCKEDFORPOSTING,
    ACCOUNTISMARKEDFORDELETION,
    ASSETACCOUNTDETERMINATION,
    ASSETADDITIONALDESCRIPTION,
    ASSETAUTHORIZATIONCONTEXT,
    ASSETCLASS,
    ASSETCOUNTRYOFORIGIN,
    ASSETMANUFACTURERNAME,
    ASSETSCREENLAYOUT,
    ASSETSERIALNUMBER,
    ASSETSUPPLIERNAME,
    ASSETUNDERCONSTISINVMTMSR,
    BASEUNIT,
    CREATEDBYUSER,
    CREATIONDATE,
    FIXEDASSETDESCRIPTION,
    FIXEDASSETEXTERNALID,
    FIXEDASSETGROUP,
    GROUP1ASSETEVALUATIONKEY,
    GROUP2ASSETEVALUATIONKEY,
    GROUP3ASSETEVALUATIONKEY,
    GROUP4ASSETEVALUATIONKEY,
    GROUP5ASSETEVALUATIONKEY,
    INVENTORY,
    INVENTORYISCOUNTED,
    INVESTMENTORDER,
    INVESTMENTPROJECTWBSELEMENT,
    INVESTMENTREASON,
    ISLINEITEMSETTLED,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    LASTINVENTORYDATE,
    LASTRETIREMENTVALUEDATE,
    ORIGINALACQUISITIONFISCALYEAR,
    PARTNERCOMPANY,
    SUPPLIER
);