Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_BillingDocReqPartner" of service "API_BILLING_DOCUMENT_REQUEST_SRV". This service is part of the following communication scenarios: External Billing Document Request Integration (SAP_COM_0176). See https://api.sap.com/api/API_BILLING_DOCUMENT_REQUEST_SRV for more information.

Hierarchy

  • any
    • BillingDocReqPartner

Implements

Index

Properties

billingDocumentRequest

billingDocumentRequest: string

Billing Document Request. 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

toBillingDocumentRequest

toBillingDocumentRequest: BillingDocumentRequest

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

Static ALL_FIELDS

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

All fields selector.

Static BILLING_DOCUMENT_REQUEST

BILLING_DOCUMENT_REQUEST: StringField<BillingDocReqPartner> = new StringField('BillingDocumentRequest', BillingDocReqPartner, 'Edm.String')

Static representation of the billingDocumentRequest 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<BillingDocReqPartner> = new StringField('ContactPerson', BillingDocReqPartner, '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<BillingDocReqPartner> = new StringField('Customer', BillingDocReqPartner, '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<BillingDocReqPartner> = new StringField('PartnerFunction', BillingDocReqPartner, '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<BillingDocReqPartner> = new StringField('Personnel', BillingDocReqPartner, '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<BillingDocReqPartner> = new StringField('Supplier', BillingDocReqPartner, '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_REQUEST

TO_BILLING_DOCUMENT_REQUEST: OneToOneLink<BillingDocReqPartner, BillingDocumentRequest> = new OneToOneLink('to_BillingDocumentRequest', BillingDocReqPartner, BillingDocumentRequest)

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

Static _allFields

_allFields: any[] = [BillingDocReqPartner.BILLING_DOCUMENT_REQUEST,BillingDocReqPartner.PARTNER_FUNCTION,BillingDocReqPartner.CUSTOMER,BillingDocReqPartner.SUPPLIER,BillingDocReqPartner.PERSONNEL,BillingDocReqPartner.CONTACT_PERSON,BillingDocReqPartner.TO_BILLING_DOCUMENT_REQUEST]

All fields of the BillingDocReqPartner entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_BillingDocReqPartner"

Technical entity name for BillingDocReqPartner.

Static _keyFields

_keyFields: Array<Selectable<BillingDocReqPartner>> = [BillingDocReqPartner.BILLING_DOCUMENT_REQUEST, BillingDocReqPartner.PARTNER_FUNCTION]

All key fields of the BillingDocReqPartner entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BILLING_DOCUMENT_REQUEST_SRV"

Technical service name for BillingDocReqPartner.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BillingDocReqPartner>

    A builder that constructs instances of entity type BillingDocReqPartner.

Static requestBuilder

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

    Returns BillingDocReqPartnerRequestBuilder

    A BillingDocReqPartner request builder.