Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

materialGroup

materialGroup: string

Product Group. Key that you use to group together several products or services with the same attributes, and to assign them to a particular product group. You can use material groups to:Restrict the scope of analysesSearch specifically for product master records via search helpsIf you have not defined a material group hierarchy using the classification system, you maintain product groups in Customizing for the Material Master in Define material groups.If you have defined a product group hierarchy, which is normally the case in retail, you maintain product groups in Customizing for Material Groups or from the initial Retailing screen by choosing Master data -> Material group. Maximum length: 9.

materialGroupText

materialGroupText: string

Product Group Description. Maximum length: 20.

nullable

toCnsldtnMaterialGroup

toCnsldtnMaterialGroup: MaterialGroup

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

Static LANGUAGE

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

MATERIAL_GROUP: StringField<MaterialGroupText> = new StringField('MaterialGroup', MaterialGroupText, 'Edm.String')

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

Static MATERIAL_GROUP_TEXT

MATERIAL_GROUP_TEXT: StringField<MaterialGroupText> = new StringField('MaterialGroupText', MaterialGroupText, 'Edm.String')

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

Static TO_CNSLDTN_MATERIAL_GROUP

TO_CNSLDTN_MATERIAL_GROUP: OneToOneLink<MaterialGroupText, MaterialGroup> = new OneToOneLink('to_CnsldtnMaterialGroup', MaterialGroupText, MaterialGroup)

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

Static _allFields

_allFields: any[] = [MaterialGroupText.LANGUAGE,MaterialGroupText.MATERIAL_GROUP,MaterialGroupText.MATERIAL_GROUP_TEXT,MaterialGroupText.TO_CNSLDTN_MATERIAL_GROUP]

All fields of the MaterialGroupText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "MaterialGroupText"

Technical entity name for MaterialGroupText.

Static _keyFields

_keyFields: Array<Selectable<MaterialGroupText>> = [MaterialGroupText.LANGUAGE, MaterialGroupText.MATERIAL_GROUP]

All key fields of the MaterialGroupText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for MaterialGroupText.

Methods

Static builder

  • Returns an entity builder to construct instances MaterialGroupText.

    Returns EntityBuilderType<MaterialGroupText, MaterialGroupTextType>

    A builder that constructs instances of entity type MaterialGroupText.

Static requestBuilder

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

    Returns MaterialGroupTextRequestBuilder

    A MaterialGroupText request builder.