Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

supplier

supplier: string

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

supplierText

supplierText: string

Name of Supplier. Maximum length: 80.

nullable

toCnsldtnSupplierHier

toCnsldtnSupplierHier: SupplierHier[]

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

toCnsldtnSupplierT

toCnsldtnSupplierT: SupplierText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<Supplier> = new StringField('AdditionalMasterDataSource', Supplier, '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 ALL_FIELDS

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

All fields selector.

Static SUPPLIER

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

SUPPLIER_TEXT: StringField<Supplier> = new StringField('Supplier_Text', Supplier, 'Edm.String')

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

Static TO_CNSLDTN_SUPPLIER_HIER

TO_CNSLDTN_SUPPLIER_HIER: Link<Supplier, SupplierHier> = new Link('to_CnsldtnSupplierHier', Supplier, SupplierHier)

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

Static TO_CNSLDTN_SUPPLIER_T

TO_CNSLDTN_SUPPLIER_T: Link<Supplier, SupplierText> = new Link('to_CnsldtnSupplierT', Supplier, SupplierText)

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

Static _allFields

_allFields: any[] = [Supplier.SUPPLIER,Supplier.SUPPLIER_TEXT,Supplier.ADDITIONAL_MASTER_DATA_SOURCE,Supplier.TO_CNSLDTN_SUPPLIER_HIER,Supplier.TO_CNSLDTN_SUPPLIER_T]

All fields of the Supplier entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "Supplier"

Technical entity name for Supplier.

Static _keyFields

_keyFields: Array<Selectable<Supplier>> = [Supplier.SUPPLIER]

All key fields of the Supplier entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for Supplier.

Methods

Static builder

  • Returns an entity builder to construct instances Supplier.

    Returns EntityBuilderType<Supplier, SupplierType>

    A builder that constructs instances of entity type Supplier.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<Supplier>

    A builder that constructs instances of entity type Supplier.

Static requestBuilder

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

    Returns SupplierRequestBuilder

    A Supplier request builder.