Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SalesSchedgAgrmtItemPartner" of service "API_SALES_SCHEDULING_AGREEMENT". This service is part of the following communication scenarios: Sales Scheduling Agreements Integration (SAP_COM_0360). See https://api.sap.com/api/API_SALES_SCHEDULING_AGREEMENT for more information.

Hierarchy

  • any
    • SalesSchedgAgrmtItemPartner

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.

nullable

contactPerson

contactPerson: string

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

nullable

customer

customer: string

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

nullable

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.

nullable

salesSchedulingAgreement

salesSchedulingAgreement: string

Sales Scheduling Agreement. The number that uniquely identifies the sales scheduling agreement. Maximum length: 10.

salesSchedulingAgreementItem

salesSchedulingAgreementItem: string

Sales Scheduling Agreement Item. The number that uniquely identifies the item in the sales scheduling agreement. 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.

nullable

toSalesSchedgAgrmt

toSalesSchedgAgrmt: SalesSchedgAgrmt

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

toSalesSchedgAgrmtItem

toSalesSchedgAgrmtItem: SalesSchedgAgrmtItem

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

Static ADDRESS_ID

ADDRESS_ID: StringField<SalesSchedgAgrmtItemPartner> = new StringField('AddressID', SalesSchedgAgrmtItemPartner, '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 ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', SalesSchedgAgrmtItemPartner)

All fields selector.

Static CONTACT_PERSON

CONTACT_PERSON: StringField<SalesSchedgAgrmtItemPartner> = new StringField('ContactPerson', SalesSchedgAgrmtItemPartner, '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<SalesSchedgAgrmtItemPartner> = new StringField('Customer', SalesSchedgAgrmtItemPartner, '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<SalesSchedgAgrmtItemPartner> = new StringField('PartnerFunction', SalesSchedgAgrmtItemPartner, '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<SalesSchedgAgrmtItemPartner> = new StringField('Personnel', SalesSchedgAgrmtItemPartner, '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 SALES_SCHEDULING_AGREEMENT

SALES_SCHEDULING_AGREEMENT: StringField<SalesSchedgAgrmtItemPartner> = new StringField('SalesSchedulingAgreement', SalesSchedgAgrmtItemPartner, 'Edm.String')

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

Static SALES_SCHEDULING_AGREEMENT_ITEM

SALES_SCHEDULING_AGREEMENT_ITEM: StringField<SalesSchedgAgrmtItemPartner> = new StringField('SalesSchedulingAgreementItem', SalesSchedgAgrmtItemPartner, 'Edm.String')

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

Static SUPPLIER

SUPPLIER: StringField<SalesSchedgAgrmtItemPartner> = new StringField('Supplier', SalesSchedgAgrmtItemPartner, '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_SALES_SCHEDG_AGRMT

TO_SALES_SCHEDG_AGRMT: OneToOneLink<SalesSchedgAgrmtItemPartner, SalesSchedgAgrmt> = new OneToOneLink('to_SalesSchedgAgrmt', SalesSchedgAgrmtItemPartner, SalesSchedgAgrmt)

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

Static TO_SALES_SCHEDG_AGRMT_ITEM

TO_SALES_SCHEDG_AGRMT_ITEM: OneToOneLink<SalesSchedgAgrmtItemPartner, SalesSchedgAgrmtItem> = new OneToOneLink('to_SalesSchedgAgrmtItem', SalesSchedgAgrmtItemPartner, SalesSchedgAgrmtItem)

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

Static _allFields

_allFields: any[] = [SalesSchedgAgrmtItemPartner.SALES_SCHEDULING_AGREEMENT,SalesSchedgAgrmtItemPartner.SALES_SCHEDULING_AGREEMENT_ITEM,SalesSchedgAgrmtItemPartner.PARTNER_FUNCTION,SalesSchedgAgrmtItemPartner.CUSTOMER,SalesSchedgAgrmtItemPartner.SUPPLIER,SalesSchedgAgrmtItemPartner.PERSONNEL,SalesSchedgAgrmtItemPartner.ADDRESS_ID,SalesSchedgAgrmtItemPartner.CONTACT_PERSON,SalesSchedgAgrmtItemPartner.TO_SALES_SCHEDG_AGRMT,SalesSchedgAgrmtItemPartner.TO_SALES_SCHEDG_AGRMT_ITEM]

All fields of the SalesSchedgAgrmtItemPartner entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_SALES_SCHEDULING_AGREEMENT"

Default url path for the according service.

Static _entityName

_entityName: string = "A_SalesSchedgAgrmtItemPartner"

Technical entity name for SalesSchedgAgrmtItemPartner.

Static _keyFields

_keyFields: Array<Selectable<SalesSchedgAgrmtItemPartner>> = [SalesSchedgAgrmtItemPartner.SALES_SCHEDULING_AGREEMENT, SalesSchedgAgrmtItemPartner.SALES_SCHEDULING_AGREEMENT_ITEM, SalesSchedgAgrmtItemPartner.PARTNER_FUNCTION]

All key fields of the SalesSchedgAgrmtItemPartner entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SALES_SCHEDULING_AGREEMENT"

Technical service name for SalesSchedgAgrmtItemPartner.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity SalesSchedgAgrmtItemPartner.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SalesSchedgAgrmtItemPartner>

    A builder that constructs instances of entity type SalesSchedgAgrmtItemPartner.

Static requestBuilder

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

    Returns SalesSchedgAgrmtItemPartnerRequestBuilder

    A SalesSchedgAgrmtItemPartner request builder.