Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_DefectCategoryText" of service "API_DEFECTCATEGORY_SRV". This service is part of the following communication scenarios: Defect Processing Integration (SAP_COM_0153). See https://api.sap.com/api/API_DEFECTCATEGORY_SRV for more information.

Hierarchy

  • any
    • DefectCategoryText

Implements

Index

Properties

defectCategory

defectCategory: string

Defect Category. Maximum length: 2.

defectCategoryText

defectCategoryText: string

Defect Category Text. Maximum length: 40.

nullable

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.

Static ALL_FIELDS

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

All fields selector.

Static DEFECT_CATEGORY

DEFECT_CATEGORY: StringField<DefectCategoryText> = new StringField('DefectCategory', DefectCategoryText, 'Edm.String')

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

Static DEFECT_CATEGORY_TEXT

DEFECT_CATEGORY_TEXT: StringField<DefectCategoryText> = new StringField('DefectCategoryText', DefectCategoryText, 'Edm.String')

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

Static LANGUAGE

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

_allFields: any[] = [DefectCategoryText.DEFECT_CATEGORY,DefectCategoryText.LANGUAGE,DefectCategoryText.DEFECT_CATEGORY_TEXT]

All fields of the DefectCategoryText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_DefectCategoryText"

Technical entity name for DefectCategoryText.

Static _keyFields

_keyFields: Array<Selectable<DefectCategoryText>> = [DefectCategoryText.DEFECT_CATEGORY, DefectCategoryText.LANGUAGE]

All key fields of the DefectCategoryText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DEFECTCATEGORY_SRV"

Technical service name for DefectCategoryText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<DefectCategoryText>

    A builder that constructs instances of entity type DefectCategoryText.

Static requestBuilder

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

    Returns DefectCategoryTextRequestBuilder

    A DefectCategoryText request builder.