P_IBINVALIDCONFIGURATIONS

CDS View

P_IBINVALIDCONFIGURATIONS is a CDS View in S/4HANA. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_VariantConfigurationSimln view inner BASIC Simulation Database Interface View
P_ConfignOvwPgSalesDocItem view inner CONSUMPTION
P_SimulationObjectUnion view inner CONSUMPTION

Fields (4)

KeyField CDS FieldsUsed in Views
ConfigurationProfileNumber ConfigurationProfileNumber 3
cstatus ConfigurationStatus 2
instance ProductConfiguration 1
LastChangeDate VariantConfigurationSimlnDate 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_IBINVALIDCONFIGURATIONS (
    CONFIGURATIONPROFILENUMBER,
    CSTATUS,
    INSTANCE,
    LASTCHANGEDATE
);