Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_OutbDeliveryPartner" of service "API_OUTBOUND_DELIVERY_SRV". This service is part of the following communication scenarios: Delivery Processing Integration (SAP_COM_0106). See https://api.sap.com/api/API_OUTBOUND_DELIVERY_SRV;v=0002 for more information.

Hierarchy

  • any
    • OutbDeliveryPartner

Implements

Index

Properties

addressId

addressId: string

Address. Identification of an address (name, postal code, city, and so on) in Business Address Services. Maximum length: 10.

contactPerson

contactPerson: string

Number of contact person. The number that uniquely identifies the contact person. Maximum length: 10.

customer

customer: string

Customer Number. Gives an alphanumeric key, which clearly identifies the customer or vendor in the SAP system. Maximum length: 10.

partnerFunction

partnerFunction: string

Partner Function. The abbreviated form of the name that identifies the partner function. Maximum length: 2.

personnel

personnel: string

Personnel Number. The personnel number is the only feature within a client which is unique to an employee. You have to enter a personnel number before you can display and maintain an employee's master data and time data. Maximum length: 8.

sdDocument

sdDocument: string

Sales and Distribution Document Number. The number that uniquely identifies the sales, delivery, or billing document. Maximum length: 10.

sdDocumentItem

sdDocumentItem: string

Item number of the SD document. The number that uniquely identifies the item in the sales, shipping, or billing document. Maximum length: 6.

supplier

supplier: string

Account Number of Supplier. Specifies an alphanumeric key that uniquely identifies the supplier in the SAP system. Maximum length: 10.

toAddress

One-to-one navigation property to the OutbDeliveryAddress entity.

Static ADDRESS_ID

ADDRESS_ID: StringField<OutbDeliveryPartner> = new StringField('AddressID', OutbDeliveryPartner, 'Edm.String')

Static representation of the addressId property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CONTACT_PERSON

CONTACT_PERSON: StringField<OutbDeliveryPartner> = new StringField('ContactPerson', OutbDeliveryPartner, 'Edm.String')

Static representation of the contactPerson property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CUSTOMER

CUSTOMER: StringField<OutbDeliveryPartner> = new StringField('Customer', OutbDeliveryPartner, 'Edm.String')

Static representation of the customer property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PARTNER_FUNCTION

PARTNER_FUNCTION: StringField<OutbDeliveryPartner> = new StringField('PartnerFunction', OutbDeliveryPartner, 'Edm.String')

Static representation of the partnerFunction property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PERSONNEL

PERSONNEL: StringField<OutbDeliveryPartner> = new StringField('Personnel', OutbDeliveryPartner, 'Edm.String')

Static representation of the personnel property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SD_DOCUMENT

SD_DOCUMENT: StringField<OutbDeliveryPartner> = new StringField('SDDocument', OutbDeliveryPartner, 'Edm.String')

Static representation of the sdDocument property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SD_DOCUMENT_ITEM

SD_DOCUMENT_ITEM: StringField<OutbDeliveryPartner> = new StringField('SDDocumentItem', OutbDeliveryPartner, 'Edm.String')

Static representation of the sdDocumentItem property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SUPPLIER

SUPPLIER: StringField<OutbDeliveryPartner> = new StringField('Supplier', OutbDeliveryPartner, 'Edm.String')

Static representation of the supplier property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_ADDRESS

TO_ADDRESS: OneToOneLink<OutbDeliveryPartner, OutbDeliveryAddress> = new OneToOneLink('to_Address', OutbDeliveryPartner, OutbDeliveryAddress)

Static representation of the one-to-one navigation property toAddress for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [OutbDeliveryPartner.ADDRESS_ID,OutbDeliveryPartner.CONTACT_PERSON,OutbDeliveryPartner.CUSTOMER,OutbDeliveryPartner.PARTNER_FUNCTION,OutbDeliveryPartner.PERSONNEL,OutbDeliveryPartner.SD_DOCUMENT,OutbDeliveryPartner.SD_DOCUMENT_ITEM,OutbDeliveryPartner.SUPPLIER,OutbDeliveryPartner.TO_ADDRESS]

All fields of the OutbDeliveryPartner entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_OUTBOUND_DELIVERY_SRV;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "A_OutbDeliveryPartner"

Technical entity name for OutbDeliveryPartner.

Static _keyFields

_keyFields: Array<Selectable<OutbDeliveryPartner>> = [OutbDeliveryPartner.PARTNER_FUNCTION, OutbDeliveryPartner.SD_DOCUMENT]

All key fields of the OutbDeliveryPartner entity.

Static _keys

_keys: any = OutbDeliveryPartner._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property OutbDeliveryPartner.

Static _serviceName

_serviceName: string = "API_OUTBOUND_DELIVERY_SRV"

Technical service name for OutbDeliveryPartner.

Methods

Static builder

Static requestBuilder

  • Returns a request builder to construct requests for operations on the OutbDeliveryPartner entity type.

    Returns OutbDeliveryPartnerRequestBuilder

    A OutbDeliveryPartner request builder.