Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SalesInquiryItemPartner" of service "API_SALES_INQUIRY_SRV". This service is part of the following communication scenarios: Sales Inquiry Integration (SAP_COM_0117). See https://api.sap.com/api/API_SALES_INQUIRY_SRV for more information.

Hierarchy

  • any
    • SalesInquiryItemPartner

Implements

Index

Properties

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

salesInquiry

salesInquiry: string

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

salesInquiryItem

salesInquiryItem: 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.

nullable

toSalesInquiry

toSalesInquiry: SalesInquiry

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

toSalesInquiryItem

toSalesInquiryItem: SalesInquiryItem

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

Static CONTACT_PERSON

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

SALES_INQUIRY: StringField<SalesInquiryItemPartner> = new StringField('SalesInquiry', SalesInquiryItemPartner, 'Edm.String')

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

Static SALES_INQUIRY_ITEM

SALES_INQUIRY_ITEM: StringField<SalesInquiryItemPartner> = new StringField('SalesInquiryItem', SalesInquiryItemPartner, 'Edm.String')

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

Static SUPPLIER

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

TO_SALES_INQUIRY: OneToOneLink<SalesInquiryItemPartner, SalesInquiry> = new OneToOneLink('to_SalesInquiry', SalesInquiryItemPartner, SalesInquiry)

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

Static TO_SALES_INQUIRY_ITEM

TO_SALES_INQUIRY_ITEM: OneToOneLink<SalesInquiryItemPartner, SalesInquiryItem> = new OneToOneLink('to_SalesInquiryItem', SalesInquiryItemPartner, SalesInquiryItem)

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

Static _allFields

_allFields: any[] = [SalesInquiryItemPartner.SALES_INQUIRY,SalesInquiryItemPartner.SALES_INQUIRY_ITEM,SalesInquiryItemPartner.PARTNER_FUNCTION,SalesInquiryItemPartner.CUSTOMER,SalesInquiryItemPartner.SUPPLIER,SalesInquiryItemPartner.PERSONNEL,SalesInquiryItemPartner.CONTACT_PERSON,SalesInquiryItemPartner.TO_SALES_INQUIRY,SalesInquiryItemPartner.TO_SALES_INQUIRY_ITEM]

All fields of the SalesInquiryItemPartner entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SalesInquiryItemPartner"

Technical entity name for SalesInquiryItemPartner.

Static _keyFields

_keyFields: Array<Selectable<SalesInquiryItemPartner>> = [SalesInquiryItemPartner.SALES_INQUIRY, SalesInquiryItemPartner.SALES_INQUIRY_ITEM, SalesInquiryItemPartner.PARTNER_FUNCTION]

All key fields of the SalesInquiryItemPartner entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SALES_INQUIRY_SRV"

Technical service name for SalesInquiryItemPartner.

Methods

Static builder

Static requestBuilder

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

    Returns SalesInquiryItemPartnerRequestBuilder

    A SalesInquiryItemPartner request builder.