Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • DefectCodeGroupText

Implements

Index

Properties

defectCodeGroup

defectCodeGroup: string

Defect Code Group. Maximum length: 8.

defectCodeGroupText

defectCodeGroupText: string

Text for Defect Code Group. 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('*', DefectCodeGroupText)

All fields selector.

Static DEFECT_CODE_GROUP

DEFECT_CODE_GROUP: StringField<DefectCodeGroupText> = new StringField('DefectCodeGroup', DefectCodeGroupText, 'Edm.String')

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

Static DEFECT_CODE_GROUP_TEXT

DEFECT_CODE_GROUP_TEXT: StringField<DefectCodeGroupText> = new StringField('DefectCodeGroupText', DefectCodeGroupText, 'Edm.String')

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

Static LANGUAGE

LANGUAGE: StringField<DefectCodeGroupText> = new StringField('Language', DefectCodeGroupText, '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[] = [DefectCodeGroupText.DEFECT_CODE_GROUP,DefectCodeGroupText.LANGUAGE,DefectCodeGroupText.DEFECT_CODE_GROUP_TEXT]

All fields of the DefectCodeGroupText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_DefectCodeGroupText"

Technical entity name for DefectCodeGroupText.

Static _keyFields

_keyFields: Array<Selectable<DefectCodeGroupText>> = [DefectCodeGroupText.DEFECT_CODE_GROUP, DefectCodeGroupText.LANGUAGE]

All key fields of the DefectCodeGroupText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DEFECTCODE_SRV"

Technical service name for DefectCodeGroupText.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<DefectCodeGroupText>

    A builder that constructs instances of entity type DefectCodeGroupText.

Static requestBuilder

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

    Returns DefectCodeGroupTextRequestBuilder

    A DefectCodeGroupText request builder.