Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BillingDocumentPartner" of service "API_BILLING_DOCUMENT_SRV". This service is part of the following communication scenarios: Billing Integration (SAP_COM_0120). See https://api.sap.com/api/API_BILLING_DOCUMENT_SRV for more information.

Hierarchy

  • any
    • BillingDocumentPartner

Implements

Index

Properties

billingDocument

billingDocument: string

Billing Document. The number that uniquely identifies the billing document (the invoice, for example). Maximum length: 10.

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

supplier

supplier: string

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

nullable

toBillingDocument

toBillingDocument: BillingDocument

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

Static ALL_FIELDS

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

All fields selector.

Static BILLING_DOCUMENT

BILLING_DOCUMENT: StringField<BillingDocumentPartner> = new StringField('BillingDocument', BillingDocumentPartner, 'Edm.String')

Static representation of the billingDocument 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<BillingDocumentPartner> = new StringField('ContactPerson', BillingDocumentPartner, '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<BillingDocumentPartner> = new StringField('Customer', BillingDocumentPartner, '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<BillingDocumentPartner> = new StringField('PartnerFunction', BillingDocumentPartner, '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<BillingDocumentPartner> = new StringField('Personnel', BillingDocumentPartner, '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 SUPPLIER

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

TO_BILLING_DOCUMENT: OneToOneLink<BillingDocumentPartner, BillingDocument> = new OneToOneLink('to_BillingDocument', BillingDocumentPartner, BillingDocument)

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

Static _allFields

_allFields: any[] = [BillingDocumentPartner.BILLING_DOCUMENT,BillingDocumentPartner.PARTNER_FUNCTION,BillingDocumentPartner.CUSTOMER,BillingDocumentPartner.SUPPLIER,BillingDocumentPartner.PERSONNEL,BillingDocumentPartner.CONTACT_PERSON,BillingDocumentPartner.TO_BILLING_DOCUMENT]

All fields of the BillingDocumentPartner entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_BillingDocumentPartner"

Technical entity name for BillingDocumentPartner.

Static _keyFields

_keyFields: Array<Selectable<BillingDocumentPartner>> = [BillingDocumentPartner.BILLING_DOCUMENT, BillingDocumentPartner.PARTNER_FUNCTION]

All key fields of the BillingDocumentPartner entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BILLING_DOCUMENT_SRV"

Technical service name for BillingDocumentPartner.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BillingDocumentPartner>

    A builder that constructs instances of entity type BillingDocumentPartner.

Static requestBuilder

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

    Returns BillingDocumentPartnerRequestBuilder

    A BillingDocumentPartner request builder.