Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "BillToPartyText" 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
    • BillToPartyText

Implements

Index

Properties

billToPartyText

billToPartyText: string

Name of Customer. Maximum length: 80.

nullable

customer

customer: string

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

language

language: string

Language. Maximum length: 2.

toCnsldtnBillToParty

toCnsldtnBillToParty: BillToParty

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

Static ALL_FIELDS

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

All fields selector.

Static BILL_TO_PARTY_TEXT

BILL_TO_PARTY_TEXT: StringField<BillToPartyText> = new StringField('BillToPartyText', BillToPartyText, 'Edm.String')

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

Static CUSTOMER

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

LANGUAGE: StringField<BillToPartyText> = new StringField('Language', BillToPartyText, 'Edm.String')

Static representation of the language 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

TO_CNSLDTN_BILL_TO_PARTY: OneToOneLink<BillToPartyText, BillToParty> = new OneToOneLink('to_CnsldtnBillToParty', BillToPartyText, BillToParty)

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

Static _allFields

_allFields: any[] = [BillToPartyText.LANGUAGE,BillToPartyText.CUSTOMER,BillToPartyText.BILL_TO_PARTY_TEXT,BillToPartyText.TO_CNSLDTN_BILL_TO_PARTY]

All fields of the BillToPartyText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "BillToPartyText"

Technical entity name for BillToPartyText.

Static _keyFields

_keyFields: Array<Selectable<BillToPartyText>> = [BillToPartyText.LANGUAGE, BillToPartyText.CUSTOMER]

All key fields of the BillToPartyText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for BillToPartyText.

Methods

Static builder

  • Returns an entity builder to construct instances BillToPartyText.

    Returns EntityBuilderType<BillToPartyText, BillToPartyTextType>

    A builder that constructs instances of entity type BillToPartyText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BillToPartyText>

    A builder that constructs instances of entity type BillToPartyText.

Static requestBuilder

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

    Returns BillToPartyTextRequestBuilder

    A BillToPartyText request builder.