Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "BillToParty" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • BillToParty

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. 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.

customerText

customerText: string

Name of Customer. Maximum length: 80.

nullable

toCnsldtnBillToPartyT

toCnsldtnBillToPartyT: BillToPartyText[]

One-to-many navigation property to the BillToPartyText entity.

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<BillToParty> = new StringField('AdditionalMasterDataSource', BillToParty, 'Edm.String')

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

Static CUSTOMER

CUSTOMER: StringField<BillToParty> = new StringField('Customer', BillToParty, '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 CUSTOMER_TEXT

CUSTOMER_TEXT: StringField<BillToParty> = new StringField('Customer_Text', BillToParty, 'Edm.String')

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

Static TO_CNSLDTN_BILL_TO_PARTY_T

TO_CNSLDTN_BILL_TO_PARTY_T: Link<BillToParty, BillToPartyText> = new Link('to_CnsldtnBillToPartyT', BillToParty, BillToPartyText)

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

Static _allFields

_allFields: any[] = [BillToParty.CUSTOMER,BillToParty.CUSTOMER_TEXT,BillToParty.ADDITIONAL_MASTER_DATA_SOURCE,BillToParty.TO_CNSLDTN_BILL_TO_PARTY_T]

All fields of the BillToParty entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "BillToParty"

Technical entity name for BillToParty.

Static _keyFields

_keyFields: Array<Selectable<BillToParty>> = [BillToParty.CUSTOMER]

All key fields of the BillToParty entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for BillToParty.

Methods

Static builder

  • Returns an entity builder to construct instances BillToParty.

    Returns EntityBuilderType<BillToParty, BillToPartyType>

    A builder that constructs instances of entity type BillToParty.

Static requestBuilder

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

    Returns BillToPartyRequestBuilder

    A BillToParty request builder.