I_BPUNLOADINGPOINTTP

CDS View

TP view for Customer Unloading Points

I_BPUNLOADINGPOINTTP is a CDS View in S/4HANA. TP view for Customer Unloading Points. It contains 38 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_BPUnloadingPoint view from CONSUMPTION Consumption view for unloading points

Fields (38)

KeyField CDS FieldsUsed in Views
KEY BusinessPartner BusinessPartner 1
KEY Customer Customer 1
KEY UnloadingPointName UnloadingPointName 1
BPGoodsReceivingHoursCode BPGoodsReceivingHoursCode 1
BusinessPartnerForEdit BusinessPartnerForEdit 1
BusinessPartnerUUID BusinessPartnerUUID 1
CustomerFactoryCalenderCode CustomerFactoryCalenderCode 1
CustomerForEdit CustomerForEdit 1
FridayAfternoonClosingTime FridayAfternoonClosingTime 1
FridayAfternoonOpeningTime FridayAfternoonOpeningTime 1
FridayMorningClosingTime FridayMorningClosingTime 1
FridayMorningOpeningTime FridayMorningOpeningTime 1
IsDfltBPUnloadingPoint IsDfltBPUnloadingPoint 1
MondayAfternoonClosingTime MondayAfternoonClosingTime 1
MondayAfternoonOpeningTime MondayAfternoonOpeningTime 1
MondayMorningClosingTime MondayMorningClosingTime 1
MondayMorningOpeningTime MondayMorningOpeningTime 1
SaturdayAfternoonClosingTime SaturdayAfternoonClosingTime 1
SaturdayAfternoonOpeningTime SaturdayAfternoonOpeningTime 1
SaturdayMorningClosingTime SaturdayMorningClosingTime 1
SaturdayMorningOpeningTime SaturdayMorningOpeningTime 1
SundayAfternoonClosingTime SundayAfternoonClosingTime 1
SundayAfternoonOpeningTime SundayAfternoonOpeningTime 1
SundayMorningClosingTime SundayMorningClosingTime 1
SundayMorningOpeningTime SundayMorningOpeningTime 1
ThursdayAfternoonClosingTime ThursdayAfternoonClosingTime 1
ThursdayAfternoonOpeningTime ThursdayAfternoonOpeningTime 1
ThursdayMorningClosingTime ThursdayMorningClosingTime 1
ThursdayMorningOpeningTime ThursdayMorningOpeningTime 1
TuesdayAfternoonClosingTime TuesdayAfternoonClosingTime 1
TuesdayAfternoonOpeningTime TuesdayAfternoonOpeningTime 1
TuesdayMorningClosingTime TuesdayMorningClosingTime 1
TuesdayMorningOpeningTime TuesdayMorningOpeningTime 1
UnloadingPointNameForEdit UnloadingPointNameForEdit 1
WednesdayAfternoonClosingTime WednesdayAfternoonClosingTime 1
WednesdayAfternoonOpeningTime WednesdayAfternoonOpeningTime 1
WednesdayMorningClosingTime WednesdayMorningClosingTime 1
WednesdayMorningOpeningTime WednesdayMorningOpeningTime 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.

-- TP view for Customer Unloading Points
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BPUNLOADINGPOINTTP (
    BUSINESSPARTNER,
    CUSTOMER,
    UNLOADINGPOINTNAME,
    BPGOODSRECEIVINGHOURSCODE,
    BUSINESSPARTNERFOREDIT,
    BUSINESSPARTNERUUID,
    CUSTOMERFACTORYCALENDERCODE,
    CUSTOMERFOREDIT,
    FRIDAYAFTERNOONCLOSINGTIME,
    FRIDAYAFTERNOONOPENINGTIME,
    FRIDAYMORNINGCLOSINGTIME,
    FRIDAYMORNINGOPENINGTIME,
    ISDFLTBPUNLOADINGPOINT,
    MONDAYAFTERNOONCLOSINGTIME,
    MONDAYAFTERNOONOPENINGTIME,
    MONDAYMORNINGCLOSINGTIME,
    MONDAYMORNINGOPENINGTIME,
    SATURDAYAFTERNOONCLOSINGTIME,
    SATURDAYAFTERNOONOPENINGTIME,
    SATURDAYMORNINGCLOSINGTIME,
    SATURDAYMORNINGOPENINGTIME,
    SUNDAYAFTERNOONCLOSINGTIME,
    SUNDAYAFTERNOONOPENINGTIME,
    SUNDAYMORNINGCLOSINGTIME,
    SUNDAYMORNINGOPENINGTIME,
    THURSDAYAFTERNOONCLOSINGTIME,
    THURSDAYAFTERNOONOPENINGTIME,
    THURSDAYMORNINGCLOSINGTIME,
    THURSDAYMORNINGOPENINGTIME,
    TUESDAYAFTERNOONCLOSINGTIME,
    TUESDAYAFTERNOONOPENINGTIME,
    TUESDAYMORNINGCLOSINGTIME,
    TUESDAYMORNINGOPENINGTIME,
    UNLOADINGPOINTNAMEFOREDIT,
    WEDNESDAYAFTERNOONCLOSINGTIME,
    WEDNESDAYAFTERNOONOPENINGTIME,
    WEDNESDAYMORNINGCLOSINGTIME,
    WEDNESDAYMORNINGOPENINGTIME,
    PRIMARY KEY (BUSINESSPARTNER, CUSTOMER, UNLOADINGPOINTNAME)
);