Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

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

toCnsldtnProductSoldGroupT

toCnsldtnProductSoldGroupT: SoldProductGroupText[]

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

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<SoldProductGroup> = new StringField('AdditionalMasterDataSource', SoldProductGroup, '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('*', SoldProductGroup)

All fields selector.

Static MATERIAL_GROUP

MATERIAL_GROUP: StringField<SoldProductGroup> = new StringField('MaterialGroup', SoldProductGroup, '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<SoldProductGroup> = new StringField('MaterialGroup_Text', SoldProductGroup, '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_PRODUCT_SOLD_GROUP_T

TO_CNSLDTN_PRODUCT_SOLD_GROUP_T: Link<SoldProductGroup, SoldProductGroupText> = new Link('to_CnsldtnProductSoldGroupT', SoldProductGroup, SoldProductGroupText)

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

Static _allFields

_allFields: any[] = [SoldProductGroup.MATERIAL_GROUP,SoldProductGroup.MATERIAL_GROUP_TEXT,SoldProductGroup.ADDITIONAL_MASTER_DATA_SOURCE,SoldProductGroup.TO_CNSLDTN_PRODUCT_SOLD_GROUP_T]

All fields of the SoldProductGroup entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "SoldProductGroup"

Technical entity name for SoldProductGroup.

Static _keyFields

_keyFields: Array<Selectable<SoldProductGroup>> = [SoldProductGroup.MATERIAL_GROUP]

All key fields of the SoldProductGroup entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for SoldProductGroup.

Methods

Static builder

  • Returns an entity builder to construct instances SoldProductGroup.

    Returns EntityBuilderType<SoldProductGroup, SoldProductGroupType>

    A builder that constructs instances of entity type SoldProductGroup.

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SoldProductGroup>

    A builder that constructs instances of entity type SoldProductGroup.

Static requestBuilder

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

    Returns SoldProductGroupRequestBuilder

    A SoldProductGroup request builder.