Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

material

material: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

materialText

materialText: string

Material Description. Text containing up to 40 characters that describes the material in more detail. You can enter one material description in each of any number of languages.In principle, you enter the material description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the material description on the Basic Data screen. Maximum length: 40.

nullable

toCnsldtnMaterialHier

toCnsldtnMaterialHier: MaterialHier[]

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

toCnsldtnMaterialT

toCnsldtnMaterialT: MaterialText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

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

MATERIAL: StringField<Material> = new StringField('Material', Material, 'Edm.String')

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

Static MATERIAL_TEXT

MATERIAL_TEXT: StringField<Material> = new StringField('Material_Text', Material, 'Edm.String')

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

Static TO_CNSLDTN_MATERIAL_HIER

TO_CNSLDTN_MATERIAL_HIER: Link<Material, MaterialHier> = new Link('to_CnsldtnMaterialHier', Material, MaterialHier)

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

Static TO_CNSLDTN_MATERIAL_T

TO_CNSLDTN_MATERIAL_T: Link<Material, MaterialText> = new Link('to_CnsldtnMaterialT', Material, MaterialText)

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

Static _allFields

_allFields: any[] = [Material.MATERIAL,Material.MATERIAL_TEXT,Material.ADDITIONAL_MASTER_DATA_SOURCE,Material.TO_CNSLDTN_MATERIAL_HIER,Material.TO_CNSLDTN_MATERIAL_T]

All fields of the Material entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "Material"

Technical entity name for Material.

Static _keyFields

_keyFields: Array<Selectable<Material>> = [Material.MATERIAL]

All key fields of the Material entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for Material.

Methods

Static builder

  • Returns an entity builder to construct instances Material.

    Returns EntityBuilderType<Material, MaterialType>

    A builder that constructs instances of entity type Material.

Static requestBuilder

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

    Returns MaterialRequestBuilder

    A Material request builder.