Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

cnsldtnCustomerText

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

toCnsldtnCustomer

toCnsldtnCustomer: Customer

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

Static ALL_FIELDS

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

All fields selector.

Static CNSLDTN_CUSTOMER_TEXT

CNSLDTN_CUSTOMER_TEXT: StringField<CustomerText> = new StringField('CnsldtnCustomerText', CustomerText, 'Edm.String')

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

Static CUSTOMER

CUSTOMER: StringField<CustomerText> = new StringField('Customer', CustomerText, '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<CustomerText> = new StringField('Language', CustomerText, '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_CUSTOMER

TO_CNSLDTN_CUSTOMER: OneToOneLink<CustomerText, Customer> = new OneToOneLink('to_CnsldtnCustomer', CustomerText, Customer)

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

Static _allFields

_allFields: any[] = [CustomerText.LANGUAGE,CustomerText.CUSTOMER,CustomerText.CNSLDTN_CUSTOMER_TEXT,CustomerText.TO_CNSLDTN_CUSTOMER]

All fields of the CustomerText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "CustomerText"

Technical entity name for CustomerText.

Static _keyFields

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

All key fields of the CustomerText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for CustomerText.

Methods

Static builder

  • Returns an entity builder to construct instances CustomerText.

    Returns EntityBuilderType<CustomerText, CustomerTextType>

    A builder that constructs instances of entity type CustomerText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustomerText>

    A builder that constructs instances of entity type CustomerText.

Static requestBuilder

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

    Returns CustomerTextRequestBuilder

    A CustomerText request builder.