Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ProductGroupText" of service "API_PRODUCTGROUP_SRV". This service is part of the following communication scenarios: SAP Analytics Cloud for Planning Integration (SAP_COM_0087). See https://api.sap.com/api/API_PRODUCTGROUP_SRV for more information.

Hierarchy

  • any
    • ProductGroupText

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.

materialGroupName

materialGroupName: string

Product Group Description. Maximum length: 20.

nullable

materialGroupText

materialGroupText: string

Description of the Material Group. Additional full name for the material group. Maximum length: 60.

nullable

toMaterialGroup

toMaterialGroup: ProductGroup

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

LANGUAGE: StringField<ProductGroupText> = new StringField('Language', ProductGroupText, '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<ProductGroupText> = new StringField('MaterialGroup', ProductGroupText, '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_NAME

MATERIAL_GROUP_NAME: StringField<ProductGroupText> = new StringField('MaterialGroupName', ProductGroupText, 'Edm.String')

Static representation of the materialGroupName 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<ProductGroupText> = new StringField('MaterialGroupText', ProductGroupText, '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_MATERIAL_GROUP

TO_MATERIAL_GROUP: OneToOneLink<ProductGroupText, ProductGroup> = new OneToOneLink('to_MaterialGroup', ProductGroupText, ProductGroup)

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

Static _allFields

_allFields: any[] = [ProductGroupText.MATERIAL_GROUP,ProductGroupText.LANGUAGE,ProductGroupText.MATERIAL_GROUP_NAME,ProductGroupText.MATERIAL_GROUP_TEXT,ProductGroupText.TO_MATERIAL_GROUP]

All fields of the ProductGroupText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ProductGroupText"

Technical entity name for ProductGroupText.

Static _keyFields

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

All key fields of the ProductGroupText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PRODUCTGROUP_SRV"

Technical service name for ProductGroupText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ProductGroupText>

    A builder that constructs instances of entity type ProductGroupText.

Static requestBuilder

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

    Returns ProductGroupTextRequestBuilder

    A ProductGroupText request builder.