Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

language

language: string

Language. Maximum length: 2.

nullable

purgCatDescription

purgCatDescription: string

Description of Purchasing Category. Maximum length: 60.

nullable

purgCatDescriptionUuid

purgCatDescriptionUuid: string

Purchasing Category Description UUID.

purgCatUuid

purgCatUuid: string

Purchasing Category UUID.

nullable

Static LANGUAGE

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

PURG_CAT_DESCRIPTION: StringField<PurgCatDescription> = new StringField('PurgCatDescription', PurgCatDescription, 'Edm.String')

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

Static PURG_CAT_DESCRIPTION_UUID

PURG_CAT_DESCRIPTION_UUID: StringField<PurgCatDescription> = new StringField('PurgCatDescriptionUUID', PurgCatDescription, 'Edm.Guid')

Static representation of the purgCatDescriptionUuid 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<PurgCatDescription> = new StringField('PurgCatUUID', PurgCatDescription, '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 _allFields

_allFields: any[] = [PurgCatDescription.PURG_CAT_DESCRIPTION_UUID,PurgCatDescription.LANGUAGE,PurgCatDescription.PURG_CAT_UUID,PurgCatDescription.PURG_CAT_DESCRIPTION]

All fields of the PurgCatDescription 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_PurgCatDescription"

Technical entity name for PurgCatDescription.

Static _keyFields

_keyFields: Array<Selectable<PurgCatDescription>> = [PurgCatDescription.PURG_CAT_DESCRIPTION_UUID]

All key fields of the PurgCatDescription entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PURCHASING_CATEGORY_SRV"

Technical service name for PurgCatDescription.

Methods

Static builder

Static requestBuilder

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

    Returns PurgCatDescriptionRequestBuilder

    A PurgCatDescription request builder.