Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

cnsldtnSupplierText

cnsldtnSupplierText: string

Name of Supplier. Maximum length: 80.

nullable

language

language: string

Language. Maximum length: 2.

supplier

supplier: string

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

toCnsldtnSupplier

toCnsldtnSupplier: Supplier

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

Static ALL_FIELDS

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

All fields selector.

Static CNSLDTN_SUPPLIER_TEXT

CNSLDTN_SUPPLIER_TEXT: StringField<SupplierText> = new StringField('CnsldtnSupplierText', SupplierText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<SupplierText> = new StringField('Language', SupplierText, '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 SUPPLIER

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

TO_CNSLDTN_SUPPLIER: OneToOneLink<SupplierText, Supplier> = new OneToOneLink('to_CnsldtnSupplier', SupplierText, Supplier)

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

Static _allFields

_allFields: any[] = [SupplierText.LANGUAGE,SupplierText.SUPPLIER,SupplierText.CNSLDTN_SUPPLIER_TEXT,SupplierText.TO_CNSLDTN_SUPPLIER]

All fields of the SupplierText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SupplierText"

Technical entity name for SupplierText.

Static _keyFields

_keyFields: Array<Selectable<SupplierText>> = [SupplierText.LANGUAGE, SupplierText.SUPPLIER]

All key fields of the SupplierText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SupplierText.

Methods

Static builder

  • Returns an entity builder to construct instances SupplierText.

    Returns EntityBuilderType<SupplierText, SupplierTextType>

    A builder that constructs instances of entity type SupplierText.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SupplierText>

    A builder that constructs instances of entity type SupplierText.

Static requestBuilder

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

    Returns SupplierTextRequestBuilder

    A SupplierText request builder.