I_CUSTUNLDGPTADDRDEPDNTINFO

CDS View

Unloading Points dependent on Address

I_CUSTUNLDGPTADDRDEPDNTINFO is a CDS View in S/4HANA. Unloading Points dependent on Address. It contains 33 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CustUnldgPtAddrDepdntInfo view from BASIC Customer Unloading Point Address Dependent Information
I_BPCustUnldgPtAddrDepdntInfo view inner COMPOSITE BP and Cust unldg Addr Depdnt Info
I_BPCustUnldgPtAddrDepdntTP view from TRANSACTIONAL TP View for Addr Depndnt Unloading Point

Fields (33)

KeyField CDS FieldsUsed in Views
KEY Customer Customer 1
KEY UnloadingPointName UnloadingPointName 1
BPGoodsReceivingHoursCode BPGoodsReceivingHoursCode 1
CustomerFactoryCalenderCode CustomerFactoryCalenderCode 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
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.

-- Unloading Points dependent on Address
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CUSTUNLDGPTADDRDEPDNTINFO (
    CUSTOMER,
    UNLOADINGPOINTNAME,
    BPGOODSRECEIVINGHOURSCODE,
    CUSTOMERFACTORYCALENDERCODE,
    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,
    WEDNESDAYAFTERNOONCLOSINGTIME,
    WEDNESDAYAFTERNOONOPENINGTIME,
    WEDNESDAYMORNINGCLOSINGTIME,
    WEDNESDAYMORNINGOPENINGTIME,
    PRIMARY KEY (CUSTOMER, UNLOADINGPOINTNAME)
);