Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_PurgCatMaterialGroup" of service "API_PURCHASING_CATEGORY_SRV". This service is part of the following communication scenarios: Purchasing Category Integration (SAP_COM_0123). See https://api.sap.com/api/API_PURCHASING_CATEGORY_SRV for more information.

Hierarchy

  • any
    • PurgCatMaterialGroup

Implements

Index

Properties

materialGroup

materialGroup: string

Material Group. Key that you use to group together several materials or services with the same attributes, and to assign them to a particular material group. You can use material groups to: Restrict the scope of analyses Search specifically for material master records via search helps. Maximum length: 9.

nullable

purCatMaterialGroupUuid

purCatMaterialGroupUuid: string

Purchasing Category Material Group Reference UUID.

purgCatUuid

purgCatUuid: string

Purchasing Category UUID.

nullable

Static MATERIAL_GROUP

MATERIAL_GROUP: StringField<PurgCatMaterialGroup> = new StringField('MaterialGroup', PurgCatMaterialGroup, '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 PURG_CAT_UUID

PURG_CAT_UUID: StringField<PurgCatMaterialGroup> = new StringField('PurgCatUUID', PurgCatMaterialGroup, 'Edm.Guid')

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

Static PUR_CAT_MATERIAL_GROUP_UUID

PUR_CAT_MATERIAL_GROUP_UUID: StringField<PurgCatMaterialGroup> = new StringField('PurCatMaterialGroupUUID', PurgCatMaterialGroup, 'Edm.Guid')

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

Static _allFields

_allFields: any[] = [PurgCatMaterialGroup.PUR_CAT_MATERIAL_GROUP_UUID,PurgCatMaterialGroup.PURG_CAT_UUID,PurgCatMaterialGroup.MATERIAL_GROUP]

All fields of the PurgCatMaterialGroup entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_PurgCatMaterialGroup"

Technical entity name for PurgCatMaterialGroup.

Static _keyFields

_keyFields: Array<Selectable<PurgCatMaterialGroup>> = [PurgCatMaterialGroup.PUR_CAT_MATERIAL_GROUP_UUID]

All key fields of the PurgCatMaterialGroup entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PURCHASING_CATEGORY_SRV"

Technical service name for PurgCatMaterialGroup.

Methods

Static builder

Static requestBuilder

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

    Returns PurgCatMaterialGroupRequestBuilder

    A PurgCatMaterialGroup request builder.