Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Implements

Index

Properties

purgCatTranslationTgtLang

purgCatTranslationTgtLang: string

Target Language. Maximum length: 2.

nullable

purgCatTranslationTgtLangSts

purgCatTranslationTgtLangSts: string

Status of Target Language. Maximum length: 2.

nullable

purgCatTranslationUuid

purgCatTranslationUuid: string

Purchasing Category Translation UUID.

purgCatUuid

purgCatUuid: string

Purchasing Category UUID.

nullable

Static ALL_FIELDS

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

All fields selector.

Static PURG_CAT_TRANSLATION_TGT_LANG

PURG_CAT_TRANSLATION_TGT_LANG: StringField<PurgCatTranslationStatus> = new StringField('PurgCatTranslationTgtLang', PurgCatTranslationStatus, 'Edm.String')

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

Static PURG_CAT_TRANSLATION_TGT_LANG_STS

PURG_CAT_TRANSLATION_TGT_LANG_STS: StringField<PurgCatTranslationStatus> = new StringField('PurgCatTranslationTgtLangSts', PurgCatTranslationStatus, 'Edm.String')

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

Static PURG_CAT_TRANSLATION_UUID

PURG_CAT_TRANSLATION_UUID: StringField<PurgCatTranslationStatus> = new StringField('PurgCatTranslationUUID', PurgCatTranslationStatus, 'Edm.Guid')

Static representation of the purgCatTranslationUuid 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<PurgCatTranslationStatus> = new StringField('PurgCatUUID', PurgCatTranslationStatus, '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[] = [PurgCatTranslationStatus.PURG_CAT_TRANSLATION_UUID,PurgCatTranslationStatus.PURG_CAT_UUID,PurgCatTranslationStatus.PURG_CAT_TRANSLATION_TGT_LANG,PurgCatTranslationStatus.PURG_CAT_TRANSLATION_TGT_LANG_STS]

All fields of the PurgCatTranslationStatus 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_PurgCatTranslationStatus"

Technical entity name for PurgCatTranslationStatus.

Static _keyFields

_keyFields: Array<Selectable<PurgCatTranslationStatus>> = [PurgCatTranslationStatus.PURG_CAT_TRANSLATION_UUID]

All key fields of the PurgCatTranslationStatus entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PURCHASING_CATEGORY_SRV"

Technical service name for PurgCatTranslationStatus.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<PurgCatTranslationStatus>

    A builder that constructs instances of entity type PurgCatTranslationStatus.

Static requestBuilder

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

    Returns PurgCatTranslationStatusRequestBuilder

    A PurgCatTranslationStatus request builder.