P_RELEASEDCONFIGURATIONPROFILE

CDS View

Advanced Var Confign Released Profile

P_RELEASEDCONFIGURATIONPROFILE is a CDS View in S/4HANA. Advanced Var Confign Released Profile. It contains 14 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
C_ProductConfigurationProfile view from CONSUMPTION Configuration Profile for Products
P_ConfignOvwPgSalesDocItem view inner CONSUMPTION
P_ConfigurableProduct view inner CONSUMPTION
P_ConfigurableProductPlantSmpl view inner CONSUMPTION

Fields (14)

KeyField CDS FieldsUsed in Views
KEY ConfigurationProfileNumber ConfigurationProfileNumber 1
KEY ProductConfiguration Product 1
BOMExplosionApplication BOMExplosionApplication 1
BOMExplosionLevel BOMExplosionLevel 1
ClassType ClassType 1
ConfigurationProfileName ConfigurationProfileName 1
ConfigurationProfileProcess ConfigurationProfileProcess 1
ConfigurationProfileStatus ConfigurationProfileStatus 1
ConfProfileValidityEndDate ConfProfileValidityEndDate 1
ConfProfileValidityStartDate ConfProfileValidityStartDate 1
DependencyObjectNumber ObjDpnAssignmentNumber 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
UserFullName UserDescription 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.

-- Advanced Var Confign Released Profile
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_RELEASEDCONFIGURATIONPROFILE (
    CONFIGURATIONPROFILENUMBER,
    PRODUCTCONFIGURATION,
    BOMEXPLOSIONAPPLICATION,
    BOMEXPLOSIONLEVEL,
    CLASSTYPE,
    CONFIGURATIONPROFILENAME,
    CONFIGURATIONPROFILEPROCESS,
    CONFIGURATIONPROFILESTATUS,
    CONFPROFILEVALIDITYENDDATE,
    CONFPROFILEVALIDITYSTARTDATE,
    DEPENDENCYOBJECTNUMBER,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    USERFULLNAME,
    PRIMARY KEY (CONFIGURATIONPROFILENUMBER, PRODUCTCONFIGURATION)
);