API_FREIGHTBOOKING

OData Service Package: ODATA_TM_FB_API

Freight Booking

API_FREIGHTBOOKING is an OData service definition in SAP S/4HANA. It exposes 27 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (27)

CDS ViewAlias
A_FreightBooking FreightBooking
A_FreightBookingBP FreightBookingBusinessPartner
A_FreightBookingCharge FreightBookingCharge
A_FreightBookingChargeItem FreightBookingChargeItem
A_FreightBookingDocRef FreightBookingDocRef
A_FreightBookingEvent FreightBookingEvent
A_FreightBookingItem FreightBookingItem
A_FreightBookingItemDocRef FreightBookingItemDocRef
A_FreightBookingItemSeal FreightBookingItemSeal
A_FreightBookingStage FreightBookingStage
A_FreightBookingStop FreightBookingStop
A_FrtBkgBPAddrAddlRprstn FrtBkgBPAddrAddlRprstn
A_FrtBkgBPAddrDfltRprstn FrtBkgBPAddrDfltRprstn
A_FrtBkgChrgCalcBase FrtBkgChrgCalcBase
A_FrtBkgChrgCalcRule FrtBkgChrgCalcRule
A_FrtBkgChrgElement FrtBkgChrgElement
A_FrtBkgChrgElmntExchRate FrtBkgChrgElmntExchRate
A_FrtBkgChrgItmExchRate FrtBkgChrgItmExchRate
A_FrtBkgItmMnBPAddrAddlRprstn FrtBkgItmMainBPAddrAddlRprstn
A_FrtBkgItmMnBPAddrDfltRprstn FrtBkgItmMainBPAddrDfltRprstn
A_FrtBkgMainBPAddrAddlRprstn FrtBkgMainBPAddrAddlRprstn
A_FrtBkgMainBPAddrDfltRprstn FrtBkgMainBPAddrDfltRprstn
A_FrtBkgStgeBPAddrAddlRprstn FrtBkgStgeBPAddrAddlRprstn
A_FrtBkgStgeBPAddrDfltRprstn FrtBkgStgeBPAddrDfltRprstn
A_FrtBkgStopLocAddrAddlRprstn FrtBkgStopLocAddrAddlRprstn
A_FrtBkgStopLocAddrDfltRprstn FrtBkgStopLocAddrDfltRprstn
A_FrtBookingItemCommodityCode FrtBookingItemCommodityCode

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_FREIGHTBOOKING ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Freight Booking'
define service API_FreightBooking {
  expose A_FreightBooking as FreightBooking;
  expose A_FreightBookingBP as FreightBookingBusinessPartner;
  expose A_FreightBookingDocRef as FreightBookingDocRef;
  expose A_FreightBookingItem as FreightBookingItem;
  expose A_FreightBookingItemDocRef as FreightBookingItemDocRef;
  expose A_FreightBookingItemSeal as FreightBookingItemSeal;
  expose A_FrtBookingItemCommodityCode as FrtBookingItemCommodityCode;
  expose A_FreightBookingStop as FreightBookingStop;
  expose A_FreightBookingStage as FreightBookingStage;
  expose A_FreightBookingEvent as FreightBookingEvent;
  expose A_FrtBkgMainBPAddrDfltRprstn as FrtBkgMainBPAddrDfltRprstn;
  expose A_FrtBkgMainBPAddrAddlRprstn as FrtBkgMainBPAddrAddlRprstn;
  expose A_FrtBkgItmMnBPAddrDfltRprstn as FrtBkgItmMainBPAddrDfltRprstn;
  expose A_FrtBkgItmMnBPAddrAddlRprstn as FrtBkgItmMainBPAddrAddlRprstn;
  expose A_FrtBkgBPAddrDfltRprstn as FrtBkgBPAddrDfltRprstn;
  expose A_FrtBkgBPAddrAddlRprstn as FrtBkgBPAddrAddlRprstn;
  expose A_FrtBkgStgeBPAddrDfltRprstn as FrtBkgStgeBPAddrDfltRprstn;
  expose A_FrtBkgStgeBPAddrAddlRprstn as FrtBkgStgeBPAddrAddlRprstn;
  expose A_FrtBkgStopLocAddrDfltRprstn as FrtBkgStopLocAddrDfltRprstn;
  expose A_FrtBkgStopLocAddrAddlRprstn as FrtBkgStopLocAddrAddlRprstn;
  expose A_FreightBookingCharge as FreightBookingCharge;
  expose A_FreightBookingChargeItem as FreightBookingChargeItem;
  expose A_FrtBkgChrgItmExchRate as FrtBkgChrgItmExchRate;
  expose A_FrtBkgChrgElement as FrtBkgChrgElement;
  expose A_FrtBkgChrgElmntExchRate as FrtBkgChrgElmntExchRate;
  expose A_FrtBkgChrgCalcBase as FrtBkgChrgCalcBase;
  expose A_FrtBkgChrgCalcRule as FrtBkgChrgCalcRule;
}