P_RU_IMPORTNOTIFHEADERWITHBP

CDS View

P_RU_IMPORTNOTIFHEADERWITHBP is a CDS View in S/4HANA. It contains 14 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_RU_ImportNotifHeaderWithBPG view from COMPOSITE

Fields (14)

KeyField CDS FieldsUsed in Views
KEY RU_ImprtNotifInternalNumber RU_ImprtNotifInternalNumber 1
AssignmentReference AssignmentReference 1
ChangedDateTime ChangedDateTime 1
CompanyCode CompanyCode 1
Consignee Consignee 1
CreatedByUserName CreatedByUserName 1
CreationDateTime CreationDateTime 1
Customer Customer 1
ExportConfirmationDate ExportConfirmationDate 1
LastChangedByUserName LastChangedByUserName 1
RU_ImportNotificationIsMock RU_ImportNotificationIsMock 1
RU_ImportNotifSellerSection RU_ImportNotifSellerSection 1
RU_ImprtNotifExternalNumber RU_ImprtNotifExternalNumber 1
RU_ImprtNotifRegistrationDate RU_ImprtNotifRegistrationDate 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_RU_IMPORTNOTIFHEADERWITHBP (
    RU_IMPRTNOTIFINTERNALNUMBER,
    ASSIGNMENTREFERENCE,
    CHANGEDDATETIME,
    COMPANYCODE,
    CONSIGNEE,
    CREATEDBYUSERNAME,
    CREATIONDATETIME,
    CUSTOMER,
    EXPORTCONFIRMATIONDATE,
    LASTCHANGEDBYUSERNAME,
    RU_IMPORTNOTIFICATIONISMOCK,
    RU_IMPORTNOTIFSELLERSECTION,
    RU_IMPRTNOTIFEXTERNALNUMBER,
    RU_IMPRTNOTIFREGISTRATIONDATE,
    PRIMARY KEY (RU_IMPRTNOTIFINTERNALNUMBER)
);