Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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.

soldProductGroupText

soldProductGroupText: string

Product Group Description. Maximum length: 20.

nullable

toCnsldtnProductSoldGroup

toCnsldtnProductSoldGroup: SoldProductGroup

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

Static ALL_FIELDS

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

All fields selector.

Static LANGUAGE

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

SOLD_PRODUCT_GROUP_TEXT: StringField<SoldProductGroupText> = new StringField('SoldProductGroupText', SoldProductGroupText, 'Edm.String')

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

Static TO_CNSLDTN_PRODUCT_SOLD_GROUP

TO_CNSLDTN_PRODUCT_SOLD_GROUP: OneToOneLink<SoldProductGroupText, SoldProductGroup> = new OneToOneLink('to_CnsldtnProductSoldGroup', SoldProductGroupText, SoldProductGroup)

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

Static _allFields

_allFields: any[] = [SoldProductGroupText.LANGUAGE,SoldProductGroupText.MATERIAL_GROUP,SoldProductGroupText.SOLD_PRODUCT_GROUP_TEXT,SoldProductGroupText.TO_CNSLDTN_PRODUCT_SOLD_GROUP]

All fields of the SoldProductGroupText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SoldProductGroupText"

Technical entity name for SoldProductGroupText.

Static _keyFields

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

All key fields of the SoldProductGroupText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SoldProductGroupText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SoldProductGroupText>

    A builder that constructs instances of entity type SoldProductGroupText.

Static requestBuilder

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

    Returns SoldProductGroupTextRequestBuilder

    A SoldProductGroupText request builder.