I_FIXEDASSETFORMNUMBER

CDS View

Fixed Asset Form Numbers

I_FIXEDASSETFORMNUMBER is a CDS View in S/4HANA. Fixed Asset Form Numbers. It contains 4 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
C_StRpFxdAssetAcquisitionFormC view left_outer CONSUMPTION Fixed Asset Acquisition Form Cube
C_StRpFxdAssetLocTransferFormC view left_outer CONSUMPTION Fixed Asset Location Transfer Form Cube
C_StRpFxdAstRetirementFormCube view left_outer CONSUMPTION Fixed Asset Retirement Form Cube
P_PL_SAFTOldestAcqForm view_entity inner CONSUMPTION Acquisition form with minimum run ID
P_PL_SAFTOldestAcqFormRun view_entity from CONSUMPTION Run ID of the oldest Acquisition form
P_PL_SAFTRetirementForm view_entity from CONSUMPTION PL SAFT Asset Retirement Form per Doc.

Fields (4)

KeyField CDS FieldsUsed in Views
FixedAssetFormNumber FixedAssetFormNumber 3
StatryRptCategory StatryRptCategory 3
StatryRptgEntity StatryRptgEntity 3
StatryRptRunID StatryRptRunID 3

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.

-- Fixed Asset Form Numbers
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_FIXEDASSETFORMNUMBER (
    FIXEDASSETFORMNUMBER,
    STATRYRPTCATEGORY,
    STATRYRPTGENTITY,
    STATRYRPTRUNID
);